there were total 4 rounds. First three rounds were technical and fourth one was HR round. In my first round, interviewer asked me three medium DSA question related to stack, XOR, sliding window.
In second round, he asked questions about OOPS,DBMS,OS.
Ho presentato la mia candidatura tramite l'università. Ho sostenuto un colloquio presso Info Edge (Noida) nel mese di ago 2025
Colloquio
InfoEdge came for on-campus placement 2025 season.
Firstly an online assessment was conducted in which there coding questions, aptitude and computer core fundamentals.
Then there were 4 rounds (1st online and other were offline) in which i only gave the first one because i was then rejected.
Domande di colloquio [1]
Domanda 1
My interviewer asked 2 medium DSA questions in 40-50 minutes interview
1) Sort arrays of 0s, 1s and 2s. He then modified this question a bit to make it difficult.
2) search in binary rotated sorted array
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Info Edge (Noida) nel mese di mag 2025
Colloquio
I applied for a role at Info Edge through Naukri.com. The process began with an MCQ-based screening test. After clearing that, I was shortlisted for the online assessment (OA), where I had to solve two hard-level coding problems.
After successfully completing the OA, I was invited for two virtual interview rounds. Both rounds focused on medium-level coding questions and some problem-solving discussions.
Following this, I progressed to the final face-to-face interviews, which included both technical and managerial rounds. These rounds were mostly focused on my past projects, internship experiences, and practical applications of my skills.
Unfortunately, I wasn't selected in the final round, but overall, the experience was smooth and well-organized. The interviewers were professional, and the process gave me a good insight into the company’s expectations and work culture.
Domande di colloquio [1]
Domanda 1
First Round:
Q1: Reverse nodes in a linked list in groups of k
Q2: Find the minimum window substring containing all characters of another string.
Second Round:
Q1: Balanced parentheses problem, remove or count invalid ones
Q2: One medium-level string manipulation problem