I had three round of interview each of 45minutes. They will give a problem and we have to write the code for it in a shared google doc. First explain your approach and if the interviewer is happy with the logic he will ask you to start coding. The questions were not very hard. Clearing data structures and algorithms concepts can get you through. Geeksforgeeks is great for DSA practice and concepts.
Interview questions [1]
Question 1
Given an unsorted array and a number return the indices of the number if it was present in the same array when sorted.
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
I applied online. I interviewed at Google (Sídney) in Jun 2026
Interview
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.
Interview questions [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