Google

Career Details
Eligibility:

Engineering Degree with 60%

Selection Process:

Written
GD
Interview

Entry Package:
8.7
Organization Details
Industry:
IT/Software, Hardware
Web-Site:

www.google.com

Company Profile :

Google operates as one of the most popular, and powerful, search engines, offering targeted search results from more than 8 billion Web pages. The site, which ranks results based on a proprietary algorithm, attracts an audience of more than 80 million people in English-speaking markets; Google also offers search results in about 35 other languages.
The company generates revenue through ads that are targeted by keywords. Google also sells ads across a network of more than 200,000 affiliated Web sites

The selection process is grueling—multiple rounds of phone interviews where they ask you (depending on the fields of expertise you claim) everything from what’s 210, to how you would tweak bits in C to find out if a machine’s stack grows up or down in memory, all the way to having you “program on the phone”… then all of a sudden they rush you to Silicon Valley and you get a long full day of nonstop interviewing.

Google interview questions at Gamedev:

Q: “Explain a database in three sentences to your eight-year-old nephew.”
(my answer): A database is a way of organizing information. It’s like a genie who knows where every toy in your room is. Instead of hunting for certain toys yourself and searching the whole room, you can ask the genie to find all your toy soldiers, or only X-Men action figures, or only race cars — anything you want.

5
Average: 5 (1 vote)

The criteria was first 30%

The criteria was first 30% topper

in the class.So around 40 student has attended the test & only 4 could clear the test.

Test consist of 15 question based on c,c++,and data structure.and two c programs.

So i am listing some of the question as i remembered.

Q1)

What is the value of i after execution of the following program.

void main()

{

long l=1024;

int i=1;

while(l>=1)

{ l=l/2;

i=i+1;

}

}

a)8 b)11 c)10 d)100 ans:b

Q2)

This question is based on the complexity ...

Q3)

s->AB

A->a

B->bbA

Which one is false for above grammer..

Q3)

Some Tree were given & the question is to fine preorder traversal.

Q4)

One c++ program,to find output of the program..

Q5)

If the mean faliure hour is 10,000 and 20 is the mean repair hour.If the printer is used by

100 customer,then find the availability.

1)80% 2)90% 3)98% 4)99.8% 5)100%

Q6)One question on probability...

Q7)In a singly linked list if there is a pointer S on the first element and pointer L is on the last element.Then which operation will take more time based on the lenght of the list.

1)Adding element at the first.

2)adding element at the end of the list.

3)To exchange the fisrt 2 element.

4)Deleting the element from the end of the list.

ans:2 check it!

3 more question to fine the output of the program.

and rest of the question was based on data structure,

some condition where given and we have to conlude either y or n

The second section was coding...

1)Write a fucntion to multiply 2 N*N matrix

Write test cases for ur code.

2)S contains the set of positive integer.Find the largest number c such that c=a+b where a,b,c are distict number of the set.

Post new comment

The content of this field is kept private and will not be shown publicly.
 
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><a> <em> <strong> <small> <sup> <sub> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <h2> <h3> <h4> <img> <br> <br /> <p> <div> <span> <b> <i>.
  • Lines and paragraphs break automatically.

More information about formatting options