J'ai postulé en ligne. Le processus a pris 4 semaines. J'ai passé un entretien chez Google (Seattle, WA) en janv. 2019
Entretien
I received a coding challenge and after completing it and waiting for a response, I got scheduled for the technical phone interview. For my phone interview I had two of them back to back. They were both with Google Software Engineers and they both asked me one technical question with a couple of follow-up questions and edits I had to make to my answer.
Questions d'entretien [1]
Question 1
Given a list of ranges, return them as a list
a = [[1,5], [7,8], [20]].
=> [1,2,3,4,5,7,8,20]
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