Me postulé a través de una facultad o universidad. Acudí a una entrevista en Zupee (Gurgaon, Haryana) en nov 2025
Entrevista
The interview process consisted of multiple technical rounds focused on problem-solving and backend fundamentals. It started with a coding round where I solved data structures and algorithms problems, including a graph-based question (Number of Islands) and a dynamic programming problem (Coin Change 2). The discussion focused not just on the solution, but also on approach, edge cases, and time/space complexity.
Preguntas de entrevista [1]
Pregunta 1
In the coding round, I was asked to solve a Graph problem (Number of Islands) which tested my understanding of BFS/DFS traversal and handling connected components in a grid. The focus was on writing clean, efficient code and explaining the time and space complexity clearly.
Me postulé en línea. El proceso tomó 3 semanas. Acudí a una entrevista en Zupee
Entrevista
Got the recruiter call and he briefly described bout the interview rounds. There were 5 rounds of interview.
Then a software dev took my interview and asked some medium-hard level DSA questions. The interview process was very smooth and professional.
Preguntas de entrevista [1]
Pregunta 1
Q1. Find the sum of sum of zigzag matrix.
Q2. Cherry Pickup