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 Graduate Engineer Trainee (Get) Interview Questions and Answers

Updated 10 Dec 2022

Nagarro Graduate Engineer Trainee (Get) Interview Experiences

3 interviews found

I applied via Campus Placement and was interviewed in Apr 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions based on quantitative, verbal ability and logical

Round 2 - Coding Test 

3-5 questions based on data structures and algorithms

Round 3 - Technical 

(2 Questions)

  • Q1. Preferred language and questions related to it
  • Q2. Data structures questions based on arrays, linked lists and stacks
Round 4 - HR 

(2 Questions)

  • Q1. What do know about Nagarro?
  • Ans. 

    Nagarro is a global software development and technology consulting company.

    • Nagarro provides services in areas like digital product engineering, cloud computing, and data analytics.

    • They have expertise in various industries including automotive, banking, and healthcare.

    • Nagarro has a global presence with offices in multiple countries such as the United States, Germany, and India.

    • They have a strong focus on innovation and ...

  • Answered by AI
  • Q2. Why do you think you are fit for the role?
  • Ans. 

    I am fit for the role because of my strong technical skills, relevant experience, and passion for engineering.

    • I have a solid foundation in engineering principles and concepts.

    • I have completed internships and projects that have allowed me to apply my knowledge in practical settings.

    • I have a strong understanding of relevant software and tools used in the field.

    • I am a quick learner and have the ability to adapt to new tec...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Get a good grip on data structures and algorithms, you'll make it! All the best!

I applied via Campus Placement

Round 1 - Aptitude Test 

Easy to medium 70 questions around were their.

Round 2 - Coding Test 

Five questions were their, rated easy medium and two hard

Interview Preparation Tips

Interview preparation tips for other job seekers - keep practicing coding, DP can also be asked.
larn your project.

Graduate Engineer Trainee (Get) Interview Questions Asked at Other Companies

asked in JBM Group
Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Diffe ... read more
Q2. How to check for continuity for a wire inside a wall if the start ... read more
Q3. What will be the cost of painting the wall behind me?
Q4. What happen when there is large air void in concrete?
Q5. What are the different types of concrete?

I applied via Campus Placement and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test level is between the difficult to medium but it can be manageable.

Round 2 - Coding Test 

Coding questions divided into 2 parts. One part having 3 question and another part having 2 question.

Interview Preparation Tips

Topics to prepare for Nagarro Graduate Engineer Trainee (Get) interview:
  • Ds and algo
Interview preparation tips for other job seekers - Do your main focus on data structure and algo. Part and do practice of ds algo regularly.

Interview questions from similar companies

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

I applied via campus placement at B M S College of Engineering, Bangalore and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was basic aptitude quants and also verbal

Round 2 - Coding Test 

They asked me basic questions such as print the prime and fibannoci

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

(1 Question)

  • Q1. Tell me about the best day in your life
  • Ans. 

    The best day of my life was when I graduated from college and landed my dream job.

    • Graduating from college after years of hard work

    • Receiving a job offer for my dream job

    • Celebrating with family and friends

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at BV Raju Institute of Technology, Medak and was interviewed in Aug 2022. There were 4 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 - Aptitude Test 

The round consists of logical ,verbal and aptitude

Round 3 - Coding Test 

This round consists of 2 coding questions which was intermediate level

Round 4 - Technical 

(2 Questions)

  • Q1. This interview totally about our foundation skills.interviewer was friendly he ask me to write a code and explain it .he asked me oops concept and basic python questions
  • Q2. Tell me about your self? What programing language your comfort with?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Revise ur basic skills
Don't be nervous
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

BAsic questions from Mixture and allegation, P &L , LCM and HCF, direction

Round 2 - Group Discussion 

Terrorism in India , there were 7, 8 candidates were peresent in the room , out of which 6 people got selected for further rounds.

Round 3 - HR 

(2 Questions)

  • Q1. Role model of my life
  • Q2. Why do i want to join this company

Interview Preparation Tips

Interview preparation tips for other job seekers - Work Hard, you will definatley achieve what u desire.

I applied via Campus Placement and was interviewed in May 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

In aptitude test 3 rounds are there , first is quantitative aptitude, logical reasoning, verbal ability, and easy writting

Round 3 - Coding Test 

Choose the correct output of this program

Round 4 - Technical 

(4 Questions)

  • Q1. Introduction to yourself
  • Q2. What is programing language
  • Ans. 

    Programming language is a set of instructions used to communicate with computers and create software applications.

    • Programming languages are used to write code for software applications and computer programs.

    • Examples of programming languages include Java, Python, C++, and JavaScript.

    • Each programming language has its own syntax and rules for writing code.

    • Programming languages can be classified as high-level or low-level,...

  • Answered by AI
  • Q3. Arrey in c programming
  • Ans. 

    Arrey in c programming

    • Arrays are a collection of similar data types

    • They are declared using square brackets []

    • Elements in an array can be accessed using their index

    • Arrays can be one-dimensional, two-dimensional, or multi-dimensional

  • Answered by AI
  • Q4. Pointers in c programming
  • Ans. 

    Pointers are variables that store the memory addresses of other variables in C programming.

    • Pointers are declared using the * symbol.

    • The & symbol is used to get the memory address of a variable.

    • Pointers can be used to pass variables by reference.

    • Dereferencing a pointer means accessing the value stored at the memory address it points to.

    • Null pointers are pointers that do not point to any valid memory address.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the all basic about the language. Aslo they may ask about reasoning questions.

Skills evaluated in this interview

Round 1 - Aptitude Test 

It was very easy 50 question in 1.5 hour included some pseudocode problems.

Round 2 - Technical 

(1 Question)

  • Q1. In my time there were mass hiring so technical and HR round was conducted at same time and the time duration of the interview was 1/2 hour. question on oops, one programming language , project and some log...

Interview Preparation Tips

Interview preparation tips for other job seekers - make sure all the skills and project or other stuff which is mentioned in your resume should be real.
Round 1 - Technical 

(1 Question)

  • Q1. What is basic procedure to start drilling
  • Ans. 

    The basic procedure to start drilling involves selecting the drilling location, preparing the drilling rig, and drilling the hole.

    • Select the drilling location based on geological surveys and exploration data

    • Prepare the drilling rig by assembling the necessary equipment and ensuring safety measures are in place

    • Drill the hole using the appropriate drilling technique and monitoring progress regularly

    • Extract and analyze ro...

  • Answered by AI
Round 2 - HR 

(4 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. Why are you looking for a change?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself, show your personality.

Nagarro Interview FAQs

How many rounds are there in Nagarro Graduate Engineer Trainee (Get) interview?
Nagarro interview process usually has 3-4 rounds. The most common rounds in the Nagarro interview process are Aptitude Test, Coding Test and Resume Shortlist.
What are the top questions asked in Nagarro Graduate Engineer Trainee (Get) interview?

Some of the top questions asked at the Nagarro Graduate Engineer Trainee (Get) interview -

  1. Data structures questions based on arrays, linked lists and sta...read more
  2. Preferred language and questions related to...read more

Tell us how to improve this page.

Nagarro Graduate Engineer Trainee (Get) Reviews and Ratings

based on 2 reviews

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

2.4

Job security

2.4

Company culture

3.0

Promotions

2.4

Work satisfaction

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

₹10 L/yr - ₹35.2 L/yr

Staff Engineer
2.8k salaries
unlock blur

₹14.6 L/yr - ₹43.2 L/yr

Senior Engineer
2.4k salaries
unlock blur

₹5.9 L/yr - ₹25 L/yr

Senior Software Engineer
1.1k salaries
unlock blur

₹5.9 L/yr - ₹28 L/yr

Engineer
900 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