I applied online. I interviewed at Google in Feb 2025
Interview
Two rounds of vo. The first technical question was a 2D dynamic programming and the second is a simple hash map tracking time stamps. The first question is more difficult. After providing the solution there is a dry run and follow-up optimization questions.
It was an online mode with 2 rounds of interviews, each focusing on solving core DSA questions, ranging from topics like DP, Graphs, Arrays, DSU. The interviewers are friendly and drop hints regularly. You have to think loud, and be clear with your approach
Interview questions [1]
Question 1
Question on solving network connectivity problem using graph theoretical approaches like DFS, BFS, DSU
I applied online. The process took 4 weeks. I interviewed at Google in Sep 2025
Interview
Had a technical screen with 1 leetcode style question, 45 minutes to solve the problem and no test cases/ compiler given-- just a shared doc to write code on. After passing the resume scan and OA, this is the last round for this position. It was virtual over google meet.
Interview questions [1]
Question 1
An N-ary tree traversal question, level leetcode medium-hard