Difficult but okay, people are helpful. The question are very technical so leetcode is a must. Need to practice tech questions to get past the tech interview. Interview are 45 mins long
I applied through college or university. The process took 5 days. I interviewed at Google
Interview
Good interview process. Asked medium to hard dsa questions. Good interviewers. Focused on approaches and then pseudo coded the approach. Leetcode type Questions related to strings , stacks and graphs . I was able to solve all, also follow ip
Interview questions [1]
Question 1
They asked me questions related to strings and graphs
I interviewed with Google for a software engineering role, and the process was structured yet challenging. It started with a recruiter call to discuss my background, followed by 1–2 online coding rounds focused on algorithms and data structures. The onsite (virtual) rounds included multiple coding problems, a system design/machine coding round, and a behavioral round to assess teamwork and problem-solving approach. Each coding round required me to explain my thought process, start with a brute-force solution, optimize it, and handle edge cases. Overall, the experience tested both technical skills and clarity of thought, and I found the interviewers supportive as long as you clearly communicated your approach.
Interview questions [1]
Question 1
They asked me to find the lexicographically largest number by concatenating a list of stringified digits, and also return the order of indices for the optimal arrangement.
They asked me to design a simple game matchmaking system handling player queues, skill matching, and room assignment efficiently.