Upload Button Icon Add office photos
Premium Employer

i

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

NTT Data

Compare button icon Compare button icon Compare
3.9

based on 3.6k Reviews

Filter interviews by

NTT Data Engineer Trainee Interview Questions and Answers

Updated 8 Aug 2024

NTT Data Engineer Trainee Interview Experiences

3 interviews found

I applied via Recruitment Consultant and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. My basics core engineering background
  • Q2. Programming language like C C++ JAVA

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well your basic concepts in any language
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Human vs robot technology

Round 2 - HR 

(2 Questions)

  • Q1. Based on resume
  • Q2. Tell me about your skills
  • Ans. 

    I have strong problem-solving skills, excellent technical knowledge, and a passion for learning and improving.

    • Proficient in programming languages such as Java, C++, and Python

    • Experience with CAD software and engineering design principles

    • Strong analytical skills and attention to detail

    • Excellent communication and teamwork abilities

    • Quick learner and adaptable to new technologies and tools

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - a good and easy interview

Engineer Trainee Interview Questions Asked at Other Companies

Q1. If 10 people had a meeting and they shake hands only once with ea ... read more
asked in Siemens
Q2. Puzzle - A drawer contains 10 pairs each of red and blue socks. W ... read more
asked in Sobha
Q3. Shear force diagram and bending moment diagram for combination of ... read more
Q4. Explain stress and strain curve; Different Modulus eg young,bulk ... read more
asked in AVASOFT
Q5. What is logic of amstrong number say its coding logic
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Group Discussion 

Topics related to poltics and current scinearios

Round 3 - Assignment 

Based on your skill set they will give you assignments it would be easy only

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on speaking skills and more lucartieve speaking skills are important keep the body language high

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is multithreading
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for better performance and resource utilization.

    • Multithreading allows multiple threads to run concurrently within the same process.

    • Each thread has its own stack and program counter, but shares the same memory space.

    • Multithreading can improve performance by utilizing multiple CPU cores efficiently.

    • Examples of multithreading include...

  • Answered by AI
  • Q2. What is hash map
  • Ans. 

    A hash map is a data structure that stores key-value pairs and allows for efficient retrieval of values based on keys.

    • Hash maps use a hash function to map keys to indexes in an array, allowing for constant time retrieval of values.

    • Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.

    • Example: HashMap map = new HashMap<>()

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

I applied via campus placement at Aditya College of Engineering, Surampalem and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Medium level coding questions

Round 2 - Group Discussion 

Asked to speak about influence of social media

Round 3 - Technical 

(2 Questions)

  • Q1. Html void elements
  • Q2. Write some Html selectors
  • Ans. 

    HTML selectors are used to target specific elements on a webpage for styling or manipulation.

    • Use element selectors to target specific HTML elements (e.g.

      ,

      ,

      ).

    • Use class selectors to target elements with a specific class (e.g. .classname).

    • Use ID selectors to target elements with a specific ID (e.g. #idname).

    • Use attribute selectors to target elements with specific attributes (e.g. [attribute=value]).

Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude trains speed and distance

Round 2 - Coding Test 

Arrays strings coding programs along with sql queries

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is your favourite subject and why?
  • Q2. Why do you want to join in our company?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Campus Placement and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Self intro and projects
  • Q2. Few questions based on resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DDL.DML,DCL,TCL
Round 2 - HR 

(1 Question)

  • Q1. Basic HR Question.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Generative AI - Will AI replace humans?

Round 2 - HR 

(2 Questions)

  • Q1. Would be able to Relocate to another location?
  • Q2. What are the challenges you faced in your life?

I applied via campus placement at Bhoj Reddy Engineering College For Women, Hyderabad and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Coding Test 

1st round was a hackathon coding.2 coding questions were asked

Round 2 - Technical 

(3 Questions)

  • Q1. What is synchronisation
  • Ans. 

    Synchronization is the coordination of multiple processes or threads to ensure their orderly execution.

    • Synchronization is used to prevent race conditions and ensure data consistency.

    • It involves using locks, semaphores, or other mechanisms to control access to shared resources.

    • Examples of synchronization include mutual exclusion, critical sections, and inter-process communication.

    • Synchronization can also be achieved thr...

  • Answered by AI
  • Q2. What is deadlock 2 Coding questions and asked to execute them
  • Q3. What is thread ? Oops concepts
  • Ans. 

    A thread is a lightweight process that can run concurrently with other threads within a program.

    • Threads allow for parallelism and can improve performance in certain situations.

    • Threads share the same memory space as the parent process.

    • Threads can communicate with each other through shared memory or message passing.

    • Thread safety is important to prevent race conditions and other concurrency issues.

    • Examples of multi-thread...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Self introduction About project
  • Q2. Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Even if u don't know the answer try to answer,Be confident and all the best for ur interview .

Skills evaluated in this interview

NTT Data Interview FAQs

How many rounds are there in NTT Data Engineer Trainee interview?
NTT Data interview process usually has 2-3 rounds. The most common rounds in the NTT Data interview process are Group Discussion, Resume Shortlist and Assignment.
What are the top questions asked in NTT Data Engineer Trainee interview?

Some of the top questions asked at the NTT Data Engineer Trainee interview -

  1. Programming language like C C++ J...read more
  2. My basics core engineering backgro...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 NTT Data interview
Recruitment Consultant
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Software Engineer
932 salaries
unlock blur

₹2.8 L/yr - ₹11 L/yr

Senior Associate
766 salaries
unlock blur

₹1.1 L/yr - ₹9.3 L/yr

Network Engineer
647 salaries
unlock blur

₹1.8 L/yr - ₹10 L/yr

Software Developer
615 salaries
unlock blur

₹2.5 L/yr - ₹13 L/yr

Senior Software Engineer
512 salaries
unlock blur

₹6.5 L/yr - ₹24 L/yr

Explore more salaries
Compare NTT Data with

Tata Communications

4.1
Compare

Bharti Airtel

4.0
Compare

Reliance Communications

4.0
Compare

Vodafone Idea

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview