Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Nagarro Team. If you also belong to the team, you can get access from here

Nagarro Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Nagarro Intern Interview Questions and Answers

Updated 12 Aug 2024

Nagarro Intern Interview Experiences

4 interviews found

Intern Interview Questions & Answers

user image TATTUKOLLA SATYAKUMAR 18BEC7113

posted on 22 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude normal level

Round 2 - Coding Test 

DSA questions were asked from medium to difficult

Intern Interview Questions & Answers

user image Anonymous

posted on 12 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Coding blocks and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude percentage and other questions

Round 2 - Coding Test 

DP based Questions and time complexity mcqs

Round 3 - HR 

(2 Questions)

  • Q1. Intro about myself
  • Q2. Projects and tech discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Intern Interview Questions & Answers

user image Anonymous

posted on 19 Nov 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed before Nov 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Would you be willing to relocate
  • Q2. How would you commute
Round 3 - Technical 

(1 Question)

  • Q1. What is binary search tree
  • Ans. 

    A binary search tree is a data structure in which each node has at most two children, with the left child being less than the parent and the right child being greater.

    • Nodes are arranged in a hierarchical order where each node has a value and two child nodes.

    • Left child node has a value less than its parent node, while the right child node has a value greater than its parent node.

    • Binary search trees allow for efficient s

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions & Answers

user image Anonymous

posted on 21 Dec 2021

I applied via Referral and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Oops, program and project in college etc , aptitude test and analytical test
  • Q2. Analytical test. Array , css and SQL server

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication required

Nagarro interview questions for designations

 Summer Intern

 (1)

 HR Intern

 (1)

 Software Developer Intern

 (6)

 Software Development Engineer Intern

 (1)

 Senior Engineer

 (59)

 Associate Engineer

 (31)

 Trainee

 (14)

 Business Analyst

 (9)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Neural Hack 6 - Round 1 - 7 DSA Question I have solved 5 only

Round 2 - Coding Test 

Round 2 - 5 DSA Problem I'm able to solve only 3 not able to top 100 but call for interview

Round 3 - Technical 

(5 Questions)

  • Q1. Self Introduction
  • Q2. Which in most efficient sorting algorithm amd why and what is it's time complexity.
  • Ans. 

    The most efficient sorting algorithm is Quick Sort due to its average time complexity of O(n log n).

    • Quick Sort is efficient due to its divide and conquer approach.

    • It has an average time complexity of O(n log n) and a worst-case time complexity of O(n^2).

    • Example: Sorting an array of integers using Quick Sort.

  • Answered by AI
  • Q3. What is OOPS and explain all with their examples
  • Ans. 

    OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve a problem

    • Key principles of OOPS include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation: bundling data and methods that operate on the data into a single unit

    • Inheritance: allows a class to...

  • Answered by AI
  • Q4. Explain your projects and what are the problem do you faced during development phase
  • Ans. 

    I developed a mobile app for tracking daily water intake and exercise routines.

    • Implemented user-friendly interface for easy input of water intake and exercise details

    • Integrated push notifications to remind users to drink water and exercise regularly

    • Used Firebase for backend data storage and retrieval

    • Faced challenges with optimizing app performance on older devices

    • Encountered issues with syncing data across multiple dev

  • Answered by AI
  • Q5. Write code for reversing array
  • Ans. 

    Code to reverse an array of strings

    • Use a loop to iterate through half of the array and swap elements at opposite ends

    • Create a temporary variable to hold one element during swapping

    • Ensure to handle odd length arrays by not swapping the middle element

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Explained companies policies
  • Ans. 

    Company policies outline rules and guidelines for employees to follow.

    • Company policies cover areas such as dress code, attendance, code of conduct, and benefits.

    • Examples of company policies include a policy on remote work, a policy on social media usage, and a policy on harassment.

    • Employees are expected to adhere to company policies to maintain a positive work environment and ensure compliance with legal regulations.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for your interview

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Linux,os,networks,sql,dbms

Round 2 - Technical 

(2 Questions)

  • Q1. Factorial of number
  • Ans. 

    Factorial of a number is the product of all positive integers less than or equal to that number.

    • Factorial of 5 is 5! = 5 x 4 x 3 x 2 x 1 = 120

    • Factorial of 0 is defined as 1, 0! = 1

    • Factorial of negative numbers is not defined

  • Answered by AI
  • Q2. Subsequence of array
  • Ans. 

    Finding a subsequence of strings in an array

    • Iterate through the array and check if each string is part of the subsequence

    • Maintain a pointer for the subsequence and array to compare elements

    • Return true if all strings in the subsequence are found in the array

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Sastra University and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

25 Q on Apti 25 in Biomedical engineering

Round 2 - Technical 

(2 Questions)

  • Q1. Major projects done
  • Ans. 

    Developed a mobile app for tracking daily water intake and hydration levels.

    • Designed user interface for easy input of water consumption

    • Implemented database to store user data securely

    • Integrated notifications to remind users to drink water regularly

  • Answered by AI
  • Q2. How to incorporate AI in projects you have done
  • Ans. 

    Incorporating AI in projects involves identifying opportunities, selecting appropriate AI techniques, and integrating them effectively.

    • Identify areas in the project where AI can add value

    • Select appropriate AI techniques based on project requirements

    • Integrate AI models into the project workflow

    • Continuously evaluate and improve AI performance

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Team work related question
  • Q2. Job location related discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on your core technical side. Be confident

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Speak on the topic 

(1 Question)

  • Q1. Is technology making us less human?
  • Ans. 

    Technology is changing the way we interact and communicate, but it doesn't necessarily make us less human.

    • Technology enhances our abilities and connections with others.

    • It can improve efficiency and productivity in various aspects of life.

    • However, over-reliance on technology may lead to decreased face-to-face interactions and empathy.

    • Balancing technology use with real-life experiences is key to maintaining our humanity.

  • Answered by AI
Round 2 - Case Study 

Based to compensation of employee.

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Two questions and aptitude questions

Round 2 - Coding Test 

Two data structures and algorithms questions

Round 3 - HR 

(1 Question)

  • Q1. Location preference
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is revenue recognition
  • Ans. 

    Revenue recognition is the process of recording revenue in a company's financial statements when it is earned.

    • Revenue recognition is important for accurately reflecting a company's financial performance.

    • It involves determining when revenue is earned and when it can be recognized on the income statement.

    • Revenue is typically recognized when goods are delivered or services are performed, regardless of when payment is rece...

  • Answered by AI

Nagarro Interview FAQs

How many rounds are there in Nagarro Intern interview?
Nagarro interview process usually has 2-3 rounds. The most common rounds in the Nagarro interview process are Coding Test, HR and Aptitude Test.
What are the top questions asked in Nagarro Intern interview?

Some of the top questions asked at the Nagarro Intern interview -

  1. What is binary search t...read more
  2. Oops, program and project in college etc , aptitude test and analytical t...read more
  3. Analytical test. Array , css and SQL ser...read more

Tell us how to improve this page.

Nagarro Intern Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more
Nagarro Intern Salary
based on 4 salaries
₹1 L/yr - ₹4 L/yr
21% less than the average Intern Salary in India
View more details

Nagarro Intern Reviews and Ratings

based on 14 reviews

4.5/5

Rating in categories

4.4

Skill development

4.5

Work-life balance

4.5

Salary

4.3

Job security

4.4

Company culture

4.0

Promotions

4.2

Work satisfaction

Explore 14 Reviews and Ratings
Associate Staff Engineer
2.9k salaries
unlock blur

₹10 L/yr - ₹35.2 L/yr

Staff Engineer
2.9k salaries
unlock blur

₹14.9 L/yr - ₹43.2 L/yr

Senior Engineer
2.4k salaries
unlock blur

₹5.9 L/yr - ₹25.1 L/yr

Senior Software Engineer
1.1k salaries
unlock blur

₹6.4 L/yr - ₹29 L/yr

Engineer
936 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Explore more salaries
Compare Nagarro with

Deloitte

3.8
Compare

Cognizant

3.8
Compare

TCS

3.7
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview