There are four DSA rounds. The first round was of 45 minutes. Asked a medium difficulty DSA question in first round. The interviewer focused on implementation rather than logic which was just absurd.
J'ai postulé via une agence de recrutement. J'ai passé un entretien chez Google (Kraków) en mars 2026
Entretien
The interview process consisted of two main stages. The first stage included an algorithmic coding interview and a behavioral discussion focused on past experience, teamwork, and problem-solving approach. The second stage was more technical, with a stronger focus on algorithms, data structures, optimization, and explaining trade-offs while solving the problem.
Questions d'entretien [1]
Question 1
Design an algorithm to assign students to dorm rooms based on their preferences, such as whether they want to live alone or with roommates, in a way that maximizes the number of satisfied students.
J'ai postulé via un recruteur. Le processus a pris 2 semaines. J'ai passé un entretien chez Google (Bengaluru) en juill. 2024
Entretien
i got a call from the recruiter stating my availability and scheduled the first round.
The first round was a dsa round that consists of 2 dsa questions
1. a dp problem
was able to solve it with optimized approach
2. a np hard kind of problem on graph
tried and came to a brute force but was'nt able to cover all the use cases
Got rejected in the first round
Questions d'entretien [1]
Question 1
string problem based on greedy approach,
dp problem