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

1736

Upto How many years you’ll work for us?

2325

how to test Web application using QTP software

1306

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

2605

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

2 2895

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

3 3434

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

1921

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 3608

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 3015

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

1 2944

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

1 2971

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 3303

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

1 4377

tell me about ur self

8 21538

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

1 3988

Post New Google Interview Questions


Google Interview Questions


Un-Answered Questions

why should you maintain separate names for your NIS and DNS domains?

423


How to use of return keywords in python?

454


Explain the common uses of tree database.

496


How do you create a fillable template in word?

288


What is the this keyword?

523






. which tag i need to use manually to bind columns in a datagrid ?

1582


How to decide the tool that one should use for automation testing in their projects?

534


How to create a spreadsheet in excel 2013?

257


What is mrc and what is its use? : oracle accounts receivable

600


How Wireless Communications might affect the Development and Implementation of the Internet of Things (IoT)?

5


give me a example of writing a test case,take any good example which i can understand easily.

1625


What is a value set? List its various types.

623


give an example whenu should initiative and took the lead.

1414


What amount of catalyst is consumed in the reaction it catalyzes?

521


What is root context in spring?

146