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 37425

how many types of sensors used in a air handling unit

1760

working principle of direct digital controllers(DDC Panel)

3518

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". } } }

1356

c++ is a purely oop concept?

3 5153

ADVANTAGES OF DIGITAL COMMUNICATION OVER ANALOG.?

1 3307

Upto How many years you’ll work for us?

2349

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

2638

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

3 3515

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

1 4041

Post New Google Interview Questions


Google Interview Questions


Un-Answered Questions

What does 0.125 inch stand for in 0.125 inch npt thread?

518


How can you declare a variable in Kotlin?

118


How is view stored in database?

543


What is cost optimization in ec2 instances and how it is done for these ec2 instances?

142


what is sslpeer in ibm websphere mq?

482






Whether you can create relational joins in tableau without creating a new table?

195


Explain how crm can be helpful in handling emails from customers?

479


What is avd?

549


What is where exe?

523


Can I see how my document will look if I accept or delete the changes in ms word?

348


What are the components of workflow manager?

590


What are the applications of op-amps?

555


What is the major difference between Acceptance test , Functional test , Usability test and Performance test with special reference to auotomotive domain

1505


What is sticky form in php?

503


What is java spring?

173