Google Recruitment Paper– Reason why Google Freshers are Highly Paid
Try out this google recruitment paper
Â
Try solving these..
Do u know the reason why Google is paying so much for freshers..
This is the recruitment paper for freshers @ google.
1. Solve this cryptic equation, realizing of course that values for M
and E could be interchanged. No leading zeros are allowed.
WWWDOT - GOOGLE = DOTCOM
This can be solved through systematic application of logic. For
example, cannot be equal to 0, since . That would make , but , which
is not possible.
Here is a slow brute-force method of solution that takes a few minutes
on a relatively fast machine:
This gives the two solutions
777589 - 188106 == 589483
777589 - 188103 == 589486
Here is another solution using Mathematica’s Reduce command:
A faster (but slightly more obscure) piece of code is the following:
Faster still using the same approach (and requiring ~300 MB of memory):
Even faster using the same approach (that does not exclude leading
zeros in the solution, but that can easily be weeded out at the end):
Here is an independent solution method that uses branch-and-prune techniques:
And the winner for overall fastest:
2. Write a haiku describing possible methods for predicting search
traffic seasonality.
MathWorld’s search engine
seemed slowed this May. Undergrads
prepping for finals.
3.   1
    1 1
    2 1
 1 2 1 1
1 1 1 2 2 1
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.
Read Complete contribution …

