got reject in nagarro

nagarro logo
nagarro
· Rejected
September 16, 2025 · 87 reads

Summary

I recently interviewed at Nagarro for about 20 minutes, covering a range of technical topics. Despite correctly answering most rapid-fire questions and receiving positive feedback from the interviewer, I was ultimately rejected from the position.

Full Experience

I had a rapid-fire interview round at Nagarro that lasted approximately 20 minutes. The questions spanned various technical areas, including core programming concepts like polymorphism, data structures (stacks, queues, graphs, trees, linked lists), database concepts (joins, ACID properties), and algorithms (BFS, DFS, 'implement stack using queue', 'reverse LL', 'frog jump puzzle'). While I felt confident in most of my answers, I admit to mixing up balanced binary trees with complete binary trees and struggling with a specific part of the joins question. Throughout the interview, I had the impression the interviewer wasn't fully attentive, as I frequently had to confirm his presence. Despite this, he provided positive feedback, stating the interview was good. However, two days later, I received an email from HR informing me that I had not cleared the round, which came as a surprise given the initial feedback.

Interview Questions (11)

1.

Polymorphism Concept and Implementation

Other

Explain polymorphism and describe various ways to achieve it.

2.

Stack vs. Queue

Data Structures & Algorithms

Differentiate between a stack and a queue data structure.

3.

Graph vs. Tree

Data Structures & Algorithms

Explain the differences between a graph and a tree data structure.

4.

Balanced Binary Tree vs. Binary Search Tree

Data Structures & Algorithms

Compare and contrast a balanced binary tree and a binary search tree.

5.

SQL Joins and Types

Other

Explain SQL joins, list different types of joins, and compare inner join with outer join (potentially referring to full outer or right/left outer).

6.

Implement Stack using Queues

Data Structures & Algorithms·Medium

Describe or implement how to create a stack data structure using two queues.

7.

Reverse a Linked List

Data Structures & Algorithms·Easy

Describe or implement an algorithm to reverse a singly linked list.

8.

Frog Jump Puzzle

Data Structures & Algorithms·Medium

The interviewer presented a 'frog jump puzzle'.

9.

ACID Properties

Other

Explain the ACID properties in the context of database transactions.

10.

BFS vs. DFS

Data Structures & Algorithms

Differentiate between Breadth-First Search (BFS) and Depth-First Search (DFS) algorithms.

11.

Examples of BFS and DFS

Data Structures & Algorithms

Provide examples of scenarios or problems where BFS and DFS would be applied.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!