Sie sind auf Seite 1von 12

Jobsforfreshers.in brings you list of Google Placement Papers 2012.

Here you will find Google Placement Paper January 2012 with Answers, Solutions, Pattern, Download Free, PDF, Placement Paper of Google. Google Placement Paper January 2012:2. Two poles of height 7m and 12m stand on a play ground. If the distance between their feet is 12m,find the distance between their tops. a. 12m b. 13m c. 11m d. none Ans. (b) 5. A vertical stick 10-cm long casts a shadow 6 cm long on the ground under similar conditions a tower casts a shadow 10m long determine the height of the tower to the 2nd place of the decimal. a. 16.67m b. 17.70m c. 16.8m d. none Ans. (a) ANALOGY 6. rain : downpour : : joy : a. happiness b. triumph c. ecstasy d. laughter Ans. (b) 7. niggardly : generous : : dolorous : a. understandable b. practical c. happy d. ostentatious Ans. (d) ) EE-ROM is a. electricity erasable

b. easily erasable c. non erasable d. effective erasable Ans. (a) 8) Which device can sense inventory data specified in bar codes? a. mouse b. light pen c. holographs d. joysticks 10) What is the binary equivalent of decimal 269? a. 100001100 b. 100001010 c. 101001011 d. 100001101 Ans. (c) 4) What will be the value of x and y after execution of the following statment ( C language) n== 5; x = n++; y = --x; a. 5,4 b. 6,5 c. 6,6 d. 5,5 Ans. (d) 4. Find the output for the following C program main {int x,j,k; j=k=6;x=2; x=j.k; printf("%d", x);

5. Find the output for the following C program fn f(x) { if(x<=0) return; else f(x-1)+x; } Company Details

About Google:Googles mission is to organize the worlds information and make it universally accessible and useful. It is a listed company on NASDAQ since August 19,2004. Beginning in 1996, Stanford University graduate students Larry Page and Sergey Brin built a search engine called BackRub that used links to determine the importance of individual web pages. By 1998 they had formalized their work, creating the company you know today as Google. From the beginning, the company has been working on technology that can improve on existing ways of doing business. Google provides a variety of services and tools for advertisers of all sizes, from simple text ads to display and mobile advertising, and to publishers, whether small or large. Careers at Google:Google started from two computer science students in a university dorm room, and now has thousands of employees and offices around the world. Since then, the company has grown to more than 20,000 employees worldwide, with a management team that represents some of the most experienced technology professionals in the industry. Google has offices around the globe, from Bangalore to Zurich, Googles pursuits extend to just about every area of computer science, including information retrieval, artificial intelligence, natural language processing, distributed computing, large-scale system design, networking, security, data compression, and user interface design.

Jobsforfreshers.in brings you list of Google Placement Papers 2011. Here you will find Google Placement Paper March 2011 with Answers, Solutions, Pattern, Download Free, PDF, Placement Paper of Google. Google Placement Paper March 2011:1. In your opinion, what is the most beautiful math equation ever derived? There are obviously many candidates. The following list gives ten of the authors' favorites: 1. Archimedes' recurrence formula : , , , 2. Euler formula : 3. Euler-Mascheroni constant : 4. Riemann hypothesis: and implies 5. Gaussian integral : 6. Ramanujan's prime product formula: 7. Zeta-regularized product : 8. Mandelbrot set recursion: 9. BBP formula : 10. Cauchy integral formula:

2. Which of the following is NOT an actual interest group formed by Google employees? A. Women's basketball B. Buffy fans C. Cricketeers D. Nobel winners E. Wine club 3. What will be the next great improvement in search technology? 4. What is the optimal size of a project team, above which additional members do not contribute productivity equivalent to the percentage increase in the staff size? A) 1 B) 3 C) 5 D) 11 E) 24 5. Given a triangle ABC, how would you use only a compass and straight edge to find a point P such that triangles ABP, ACP and BCP have equal perimeters? (Assume that ABC is constructed so that a solution does exist.) This is the isoperimetric point , which is at the center of the larger Soddy circle. It is related to Apollonius' problem . The three tangent circles are easy to construct: The circle around has diameter , which gives the other two circles. A summary of compass and straightedge constructions for the outer Soddy circle can be found in " Apollonius' Problem: A Study of Solutions and Their Connections" by David Gisch and Jason M. Ribando.

6. { 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

7. This question is based on the complexity ...

8. s->AB A->a

B->bbA Which one is false for above grammar. 9. Some Tree were given & the question is to fine preorder traversal. 10. One c++ program,to find output of the program.. 11. If the mean failure 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% 12. Which of the following expresses Google's over-arching philosophy? A) "I'm feeling lucky" B) "Don't be evil" C) "Oh, I already fixed that" D) "You should never be more than 50 feet from food" E) All of the above 13. How many different ways can you color an icosahedron with one of three colors on each face? For an asymmetric 20-sided solid, there are possible 3-colorings . For a symmetric 20-sided object, the Polya enumeration theorem can be used to obtain the number of distinct colorings. Here is a concise Mathematica implementation: What colors would you choose? 14. This space left intentionally blank. Please fill it with something that improves upon emptiness. For nearly 10,000 images of mathematical functions, see The Wolfram Functions Site visualization gallery . 15. On an infinite, two-dimensional, rectangular lattice of 1-ohm resistors, what is the resistance between two nodes that are a knight's move away? This problem is discussed in J. Cserti's 1999 arXiv preprint . It is also discussed in The Mathematica GuideBook for Symbolics, the forthcoming fourth volume in Michael Trott's GuideBook series, the first two of which were published just last week by Springer-Verlag. The contents for all four GuideBooks, including the two not yet published, are available on the DVD distributed with the first two GuideBooks. 16. It's 2PM on a sunny Sunday afternoon in the Bay Area. You're minutes from the Pacific Ocean, redwood forest hiking trails and world class cultural attractions. What do you do? 17. Write a haiku describing possible methods for predicting search traffic seasonality.

MathWorld's search engine seemed slowed this May. Undergrads prepping for finals. 18. 1 11 21 1211 111221 What's the next line? 312211. This is the "look and say" sequence in which each term after the first describes the previous term: one 1 (11); two 1s (21); one 2 and one 1 (1211); one 1, one 2, and two 1's (111221); and so on. See the look and say sequence entry on MathWorld for a complete write-up and the algebraic form of a fascinating related quantity known as Conway's constant. 19. You are in a maze of twisty little passages, all alike. There is a dusty laptop here with a weak wireless connection. There are dull, lifeless gnomes strolling around. What dost thou do? A) Wander aimlessly, bumping into obstacles until you are eaten by a grue. B) Use the laptop as a digging device to tunnel to the next level. C) Play MPoRPG until the battery dies along with your hopes. D) Use the computer to map the nodes of the maze and discover an exit path. E) Email your resume to Google, tell the lead gnome you quit and find yourself in whole different world [sic]. In general, make a state diagram . However, this method would not work in certain pathological cases such as, say, a fractal maze. For an example of this and commentary, see Ed Pegg's column about state diagrams and mazes . 20. What's broken with Unix? Their reproductive capabilities. How would you fix it? 21. On your first day at Google, you discover that your cubicle mate wrote the textbook you used as a primary resource in your first year of graduate school. Do you: A) Fawn obsequiously and ask if you can have an autograph. B) Sit perfectly still and use only soft keystrokes to avoid disturbing her concentration C) Leave her daily offerings of granola and English toffee from the food bins. D) Quote your favorite formula from the textbook and explain how it's now your mantra. E) Show her how example 17b could have been solved with 34 fewer lines of code.

Jobsforfreshers.in brings you list of Google Placement Papers 2011. Here you will find Google Placement Paper January 2011 with Answers, Solutions, Pattern, Download Free, PDF, Placement Paper of Google. Google Placement Paper January 2011:1. In the following venn diagram shaded region is represented by some question like that I can't draw figure here thats why Iam sendinganswer only Ans: (B-A)' i.e. (B-A) whole dash 2. xy-x+2y = 6 equation is shifted to form equation xy=c what is c? Ans : 4 3.When x is real what is the least value of (x**2-6*x+5)/(x**2+2*x+1) Ans:-1/3 4. What is the mistake in the following program segment ? f() { int a; void c; f2(&c,&a);} 5. a=0; b=(a=0)?2:3; a) What will be the value of b and why ? b) If in first statement a=0 is replaced by a = -1, b= ? c) If in second statement a=0 is replaced by a = -1, b=? 6. char *a[2]; int const *p; int *const p; struct new { int a;int b; *var[5] (struct new)} Describe the statements in the above given construct ? 7. f() { int a=2; f1(a++);

} f1(int c) { printf("%d", c); } What is the value of c ? 8. f1() { f(3); } f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0; } What is the value of c? 9. In a class 80% have passed english,70% passed Hindi 10% didnot passed either. If 144 students passed both. What is the total strength of the class. Ans: 240 10. Find the least number when divided by 7 gives the reminder 6, when divided by 6 gives reminder 5, when divided by 5 gives reminder 4 and so on.... Ans: 419 11. If a man stands in front of sun what is the first letter of the direction which is left to him: Ans: North(N) 12. A square is to circle what is cube to Ans: sphere 13. Synonyms i) Joy = gay ii) Inert = Inactive

14. One wordswill begiven find oddman out: Ans:sickle like that a) sow b) cut c) d) sickel

15. If I bought a cycle before 2days of my birthday and I broke it after 3 days of my birthday the day I broke is Mar2, 1956? Answer following logical questions? i) When is his birthday? Ans: April,28 (due to leap year i.e.1956) but do not keep answer blindly we just think before choosing answer Iam just giving ideaof question 16. What is my father's sons son to my son? Ans: cousin brother 17. On cutting which solid parabola would be generated Ans: cone 18. Eulers formula: Ans: F+V-E=2; F= faces; V= vertices; E = number of edges 19. Newton Rapson method is to find Ans:to find the root of f(x) = 0; 20. How many tangents can be dran within three circles if they donot lie within each other Ans : 12 But this answer is not there I kept 8 as answer 21. In language the fortran which is true. A) fortran uses call by value 22. When a program is compiled what it produces Ans:source code to object code 23. 5,5,,13,13,21,21 Ans: 29 24. 0,7,26,63,124, Ans: 215 i.e.n**3-1 rule following

25. 1,3,5,7, Ans: 9 '1' is not a prime number 26. If a person walks at 4/5th of his usual spee he reaches 40min late. If he walks athis usual speed how much time does he travels. Ans:160min or 2hr 40min 27. Two trains A&B start at opposite points 120km at 60kmph. A fly starting along with train A at 120kmph reaches B then returns back to touch and continue. By the time two trains meet howmuch distance the fly would have travelled? Ans : By 1hour both trains meet, so the distance travel by fly in 1hr is 120km.

Jobsforfreshers.in brings you list of Google Placement Papers 2012. Here you will find Google Placement Paper January 2012 with Answers, Solutions, Pattern, Download Free, PDF, Placement Paper of Google. Google Placement Paper January 2012:2. Two poles of height 7m and 12m stand on a play ground. If the distance between their feet is 12m,find the distance between their tops. a. 12m b. 13m c. 11m d. none Ans. (b) 5. A vertical stick 10-cm long casts a shadow 6 cm long on the ground under similar conditions a tower casts a shadow 10m long determine the height of the tower to the 2nd place of the decimal. a. 16.67m b. 17.70m c. 16.8m d. none Ans. (a) ANALOGY

6. rain : downpour : : joy : a. happiness b. triumph c. ecstasy d. laughter Ans. (b) 7. niggardly : generous : : dolorous : a. understandable b. practical c. happy d. ostentatious Ans. (d) ) EE-ROM is a. electricity erasable b. easily erasable c. non erasable d. effective erasable Ans. (a) 8) Which device can sense inventory data specified in bar codes? a. mouse b. light pen c. holographs d. joysticks 10) What is the binary equivalent of decimal 269? a. 100001100 b. 100001010 c. 101001011 d. 100001101 Ans. (c) 4) What will be the value of x and y after execution of the following statment ( C language) n== 5; x = n++; y = --x; a. 5,4 b. 6,5 c. 6,6

d. 5,5 Ans. (d) 4. Find the output for the following C program main {int x,j,k; j=k=6;x=2; x=j.k; printf("%d", x);

5. Find the output for the following C program fn f(x) { if(x<=0) return; else f(x-1)+x; }

Das könnte Ihnen auch gefallen