A recruiter reached out and sent an OA, and after a week they scheduled two technical interviews that were mostly leetcode mediums. Big emphasis on advanced python knowledge. Both interviewers were nice
In my Google interview, the process consisted of two rounds. The first round focused on basic DSA concepts, while the second round covered advanced topics, testing problem-solving and coding skills.
The interview process is very similar to those at other large tech companies. I thoroughly enjoyed the variety of questions they asked, even though some of them were quite challenging and thought-provoking.
Interview questions [1]
Question 1
Given an array of integers, write a function that returns the indices of the two numbers such that they add up to a specific target. You can assume that each input would have exactly one solution, and you may not use the same element twice.