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

How to take backup using active directory recyclebin concept

1765

Upto How many years you’ll work for us?

2346

how to test Web application using QTP software

1332

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

2636

a simple c program using 'for' loop to display the output 5 4 3 2 1

2 2978

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

3 3508

What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

1960

what is the purpose of the following code, and is there any problem with the code? void fn(long* p1, long* p2) { register int x = *p1; register int y = *p2; x ^= y; y ^= x; x ^= y; *p1 = x; *p2 = y; }

1 3653

what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 3100

What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }

1 2992

what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }

1 3020

what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;

2 3366

as u have resigned in the month of may 2013 and till this time what did u do?

1 4430

tell me about ur self

8 21696

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

1 4039

Post New Google Interview Questions


Google Interview Questions


Un-Answered Questions

How to check the meatadata of a table?

191


What are the different security settings available in iis?

491


i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.

1537


WCF:What is it the Net.TCP Port Sharing? How can we use it?

3200


What is the item category group? Where do you maintain it?

652






Explain the biggest disadvantage of using a vsam dataset?

584


How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen

1738


What are the properties of xmlhttprequest?

566


What are cookies in angular 2?

427


Why many companies are switching their current business language to php?

593


Why is hashmap not thread safe?

497


How to restrict a member of a class from inheriting by its sub classes?

803


what is ment by master in tally?

3106


how to clear the search history?

5


How to use arguments in a script?

584