I applied through college or university. The process took 1 day. I interviewed at Google (Pilani) in Jul 2025
Interview
The initial round was an online assessment on Hackerearth where we had to solve 2 questions in 1 hr. both questions were leetcode hard. the round was designed to test your thinking and implementation skills.
Interview questions [1]
Question 1
the first question involved maths + graph DSU and other involved the concept of 3D dynamic programming with space optimization.
I applied through college or university. The process took 1 day. I interviewed at Google (Kharagpur, West Bengal) in Jul 2025
Interview
2 technical rounds were there both of them had one medium to hard level leetcode dsa question i solved both of them no HR round or CV grilling was done. They didn't even asked for core CS things
Interview questions [1]
Question 1
In the first round they asked a qs of topological ordering and asked me the name of algorithm which i applied to solve that question the answer was kann's algorithm
In the second round, They asked me a question about string handling which finally boiled down to a tree traversal kind of question this was medium level question mainly focused on testing implementation skills
I applied through college or university. I interviewed at Google (Pune) in Jul 2025
Interview
There was resume shortlisting first of all .after that there was an online assessment consisting of 2 problems .
Problem 1-: was on backtracking
Problem 2-: was on graphs
Both I think were medium to hard.
Then came the interview
There were 2 interviews back to back
45mins each. Both were DSA based.
Interview questions [1]
Question 1
I was asked a question from array .it is a standard leetcode question."merging subintervals" with a little additional subproblem in it.