I applied through a recruiter. I interviewed at Google (Hyderabad)
Interview
The interview process consists of 3 purely technical round revolving around dsa , the first round was a phone screening though that asked about my general intrest personality and other things.
I applied online. The process took 5 weeks. I interviewed at Google (Neu-Delhi) in Apr 2025
Interview
It was nice, the interviewers helped at points and the questions were tricky based on simple stuff but tricky in nature i had one question on dynamic programming and other on graph
Interview questions [1]
Question 1
If there is a system where I have to paint the tiles on wall but to avoid paint dripping on the bottom tiles which are left bottom and directly under .... I had to give the no of paths possible for n×m tiled wall
In spring 2025, candidate “Alex” progressed through Google’s standard full-time SWE pipeline: a brief recruiter call to confirm role fit and schedule a 90-minute two-question online assessment; two back-to-back 45-minute Google Meet coding phone screens (one on serializing an N-ary tree, the other on array transformations); a “2 + 2” virtual on-site with two coding rounds (DP-based good-subsequence and heap-driven task-scheduler problems), a lite system-design exercise architecting a real-time step-tracking service for ten-million smartwatch users, and a Googliness-and-Leadership chat using STAR stories; followed by hiring-committee review, multi-week team-matching conversations (ultimately choosing Firebase Auth), and a final offer call detailing base, sign-on, and equity. Alex’s keys to success were six months of pattern-oriented LeetCode prep, disciplined think-aloud practice, and meticulous tracking of every interview milestone, though they would next time compress interview dates and rehearse system-design more intensively
Interview questions [1]
Question 1
Two Sum: Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.
You may assume that each input would have exactly one solution, and you may not use the same element twice.
You can return the answer in any order.