Upload Button Icon Add office photos
Premium Employer

i

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

NTT DATA, Inc. Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NTT DATA, Inc. Graduate Engineer Trainee (Get) Interview Questions and Answers

Updated 5 Apr 2021

NTT DATA, Inc. Graduate Engineer Trainee (Get) Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding project, C, C++

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

ARRAYS,STRINGS,LINKLIST

Round 2 - HR 

(2 Questions)

  • Q1. NORMAL INTRODUCTION
  • Q2. WHY WANT TO JOIN
  • Ans. 

    I am passionate about helping others and making a positive impact in the community.

    • Passionate about making a difference

    • Desire to help others

    • Want to contribute to the community

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - GOOD
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
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions were asked to

Round 2 - Coding Test 

Find the second highest value

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 

Normal mcqs are asked in that round. Based on mathematical calculations and aptitude

Round 3 - Technical 

(2 Questions)

  • Q1. Java program to print sum of first n numbers
  • Ans. 

    Java program to print sum of first n numbers

    • Use a loop to iterate through the numbers from 1 to n

    • Add each number to a running total

    • Print the total after the loop completes

  • Answered by AI
  • Q2. Java program to print a pattern
  • Ans. 

    Java program to print a pattern

    • Use nested loops to print the pattern

    • The outer loop controls the number of rows

    • The inner loop controls the number of columns

    • Use if-else statements to determine the pattern to be printed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of Java and normal programs will be asked in the interview. They will check your way of approach to the problem.

Skills evaluated in this interview

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 

The aptitude test was based on Quants, Logical and verbal

Round 3 - Communication English Round 

(2 Questions)

  • Q1. It was not an interview round. It was a non-elimination round
  • Q2. It was based on English communication
Round 4 - Technical 

(4 Questions)

  • Q1. Q.) For loops in java
  • Ans. 

    For loops in Java are used for iterating over a collection of elements or executing a block of code a fixed number of times.

    • For loops have three parts: initialization, condition, and increment/decrement

    • The initialization part is executed only once at the beginning of the loop

    • The condition part is evaluated before each iteration and if it is true, the loop continues

    • The increment/decrement part is executed after each ite...

  • Answered by AI
  • Q2. Q.) Infinite loops in JAVA
  • Ans. 

    Infinite loops in JAVA

    • Infinite loops occur when the loop condition is always true

    • To avoid infinite loops, ensure the loop condition eventually becomes false

    • Examples: while(true), for(;;)

    • Infinite loops can cause the program to crash or hang

  • Answered by AI
  • Q3. Q.) What is the Primary KEY
  • Ans. 

    Primary key is a unique identifier for a record in a database table.

    • Primary key ensures data integrity and helps in faster retrieval of data.

    • It cannot have null values and must be unique for each record.

    • Examples of primary keys are social security number, email address, etc.

  • Answered by AI
  • Q4. Then there was hr questions

Interview Preparation Tips

Topics to prepare for Cognizant Graduate Engineer Trainee (Get) interview:
  • Core Java
  • SQL
Interview preparation tips for other job seekers - Be confident and make sure that you can answer your CV based questions

Skills evaluated in this interview

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
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

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!

Tell us how to improve this page.

NTT DATA, Inc. Graduate Engineer Trainee (Get) Salary
based on 5 salaries
₹3 L/yr - ₹4 L/yr
At par with the average Graduate Engineer Trainee (Get) Salary in India
View more details

NTT DATA, Inc. Graduate Engineer Trainee (Get) Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Senior Associate
460 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Software Development Senior Analyst
425 salaries
unlock blur

₹4.5 L/yr - ₹18 L/yr

Software Development Analyst
406 salaries
unlock blur

₹3.3 L/yr - ₹11.5 L/yr

Software Development Specialist
323 salaries
unlock blur

₹6.8 L/yr - ₹18.5 L/yr

Software Engineer
306 salaries
unlock blur

₹3 L/yr - ₹12.7 L/yr

Explore more salaries
Compare NTT DATA, Inc. with

Accenture

3.8
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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