J'ai postulé en ligne. Le processus a pris 1 jour. J'ai passé un entretien chez Google en déc. 2009
Entretien
Two 45 minute technical phone interviews back to back (45 minute gap in between). Both asked reasonable questions. Highly recommend the book Programming Interviews Exposed which the Google recruiter also recommended. At least two of the questions were almost directly taken from the book, and I would not have gotten them had I not read the book recently.
Questions d'entretien [5]
Question 1
How do you delete a given node from a single linked list?
You have a bag of random numbers which can be negative, positive or zero, and it might contain duplicates. Describe an algorithm for finding all pairs whose sum equals some value m.