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

1760

Upto How many years you’ll work for us?

2336

how to test Web application using QTP software

1323

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

2622

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

2 2942

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

3 3466

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); } }

1947

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 3635

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 3057

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

1 2973

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

1 3001

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 3343

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

1 4412

tell me about ur self

8 21620

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

1 4017

Post New Google Interview Questions


Google Interview Questions


Un-Answered Questions

Is it possible to change the generated code directly in Talend?

5


What is restful api?

497


What do you mean by homeostatic imbalance?

500


What is the cell division during the first stage of the embryonic development called?

1


hello sir,pls fdorward previous group-I exam papers .....

1506






What is scm? : supply chain management

5


How can you differentiate between powercenter and power map?

611


Can you use javascript in servlets?

596


How to write test cases for nevigating menus? Ex. Course -Topics -Subtopics

1676


Explain the concept of object repository & how qtp recognizes objects?

561


Are linux and unix the same thing?

451


How to find length of an array in php ?

550


Explain pages in wordpress.

112


How do I share an excel file between two computers?

299


Explain how binding works in mxml components in flex? : adobe flex action script

3