Open In App

Nagarro Interview Experience 2022

Last Updated : 07 Nov, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

Round 1: This was on campus drive, in round one we had to appear in the coding test which consist of 5 coding questions. The question was easy to medium in terms of difficulties. In our exam, One question was from BFS and one from DP, and rest three were from Array and stack. Who so ever done 3+ questions have the possibility to get shortlisted for a further round.

Round 2: (10-15 mins) After shortlisting from the round we have to appear for a technical interview (in our case it was virtual), So the interviewer asks fundamental questions about CS, DBMS, and OOP.

These are like:

  • Introduction
  • Prefer programming language?
  • Some questions on the basis of your familiar language.
  • Pillars of OOPS.
  • ACID properties.

He gave me 2 problems to solve:

  • Check a number is a power of 4.
  • Flatten a Multilevel Doubly Linked List

I was able to answer all the questions except (Flatten a Multilevel Doubly Linked List). I was not able to crack this round.

Tip:

  • Save time in interviews for the problem-solving part.
  • Try not to quit easily.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads