J'ai postulé via la recommandation d'un employé. Le processus a pris 4 semaines. J'ai passé un entretien chez Google en févr. 2014
Entretien
Regular process. Referral by a friend, schedule for two back-to-back 45-min phone interviews. I'm currently waiting for the result. I chose a date that is three weeks later when they asked me to, so the whole process seemed long. But you can shorten it by choosing a closer date.
The scheduling is like, you tell them five time slots you are available, and they will tell you exactly when it is scheduled.
Questions d'entretien [1]
Question 1
Mostly quite easy problems. One is parentheses matching. It is simple, but I forgot to use stack. I used two variables to keep track of left and right parens. But when it comes to two kinds of parens, it is hard without using stack. The interviewer reminded me of it, then I coded using stack. There are some bugs and the interviewer pointed them out.
there is no online assessment, very simple phone call, then two technicals. technicals are not difficult by any means. then you get put into team matching, after a couple months
J'ai postulé en ligne. J'ai passé un entretien chez Google (Sydney) en juin 2026
Entretien
Resume screening and then two 2 rounds of technical interviews, on an elimination basis. Interview done on google docs with no IDE, dsa leetcode style question. May be asked follow up questions on how to optimise your solution or on how you would code up a solution to a similar problem.
Questions d'entretien [1]
Question 1
DSA tree question, medium-hard leetcode difficulty.
Home exam, 2 questions in 90 mins
Then they did 2 interviews-45 mins each
It was on google meet
The interviews are in English, the first question was matrix dfs and the second one was hashmap with random function