Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Google Interview Questions
Questions Answers Views Company eMail

what is a complexity of linear search,binery search?

10 37314

how many types of sensors used in a air handling unit

1746

working principle of direct digital controllers(DDC Panel)

3495

Is there any way to find whether software installed in the system is registered by just providing the .exe file? I have tried the following code but its just displaying the directory structure in the registry. Here the code : package com.msi.intaller; import java.util.Iterator; import ca.beq.util.win32.registry.RegistryKey; import ca.beq.util.win32.registry.RootKey; public class RegistryFinder { public static void main(String... args) throws Exception { RegistryKey.initialize(RegistryFinder.class.getResource("jRe gistryKey.dll").getFile()); RegistryKey key = new RegistryKey(RootKey.HKLM, "Software\\ODBC"); for (Iterator subkeys = key.subkeys(); subkeys.hasNext();) { RegistryKey subkey = subkeys.next(); System.out.println(subkey.getName()); // You need to check here if there's anything which matches "Mozilla FireFox". } } }

1336

c++ is a purely oop concept?

3 5102

ADVANTAGES OF DIGITAL COMMUNICATION OVER ANALOG.?

1 3266

Upto How many years you’ll work for us?

2335

what is the water-cement ratio of mix design while 30mpa in 7 days?

2615

input any 4 digit number and find the difference of all the digits?

3 3464

Port number is already in use .. how to fix for apache..?

1 4008

Post New Google Interview Questions


Google Interview Questions


Un-Answered Questions

What is session variable in mysql?

490


How to build data dictionary view an new database?

520


why particularly lock object name starts with EZ OR EY?

1489


Define about property-set method?

220


Whats difference betweeen operational data stage (ods) and data warehouse?

654






What are the different scenarios under which an xml schema may be used?

455


What is jdbc in dbms?

488


Why is hashmap used?

498


What is a Company Profile?

217


What is cascade and inverse in hibernate?

185


How many types of object are present In R?

71


hi every body..i have applied for RRB section engineers CIVIL.i wanna prepare for that,so can any one suggest me some books and where can i get the syllabus for this..i would be vry greatful if any one can help in this regard

1600


What is logistic regression? Or state an example when you have used logistic regression recently?

102


How do I activate solver in excel?

235


Do you know what are different types of replication in sql server?

500