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 Software Engineer Trainee Interview Questions and Answers

Updated 4 Nov 2021

NTT Data Software Engineer Trainee Interview Experiences

1 interview found

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

Interview Questionnaire 

1 Question

  • Q1. Basic technical questions on c, c++, java.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience to start with since it was my first interview in campus.

Interview questions from similar companies

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

DSA with Programming related and aptitude MCQ

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic DSA Question
  • Q2. Resume related question
Round 3 - Behavioral 

(2 Questions)

  • Q1. Basic managerial questions
  • Q2. Introduction, Resume, Projects etc
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

All things are good and aptitude took virtually

Round 2 - Technical 

(2 Questions)

  • Q1. Print hello world in java
  • Ans. 

    Printing hello world in Java using System.out.println() method

    • Use System.out.println("Hello, World!"); to print hello world in Java

    • Make sure to include the semicolon at the end of the statement

  • Answered by AI
  • Q2. Explain public static void main
  • Ans. 

    The main method in Java is the entry point for any Java program. It is declared as public static void main(String[] args).

    • public: The main method is public so that it can be accessed by the JVM.

    • static: The main method is static so that it can be called without creating an instance of the class.

    • void: The main method does not return any value.

    • main: The name of the method that serves as the entry point for the program.

    • Str...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. No question asked in this round
  • Q2. Documents verification done

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Coding Test 

Oops concepts,Data Structures

Round 2 - Technical 

(4 Questions)

  • Q1. About Data types
  • Q2. Project related questions
  • Q3. About Sql queries
  • Q4. About Oops concepts
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Oct 2023. 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 - Assignment 

Marry plans or not for yourself

Round 3 - Technical 

(5 Questions)

  • Q1. Do you know any programming in java
  • Ans. 

    Yes, I have experience in programming in Java.

    • I have worked on projects using Java programming language

    • Familiar with object-oriented programming concepts in Java

    • Experience in developing applications using Java frameworks like Spring

  • Answered by AI
  • Q2. Explan constructor
  • Ans. 

    A constructor is a special method in a class that is automatically called when an object of that class is created.

    • Constructors have the same name as the class they belong to

    • Constructors can be used to initialize object properties

    • Constructors can have parameters to customize object initialization

  • Answered by AI
  • Q3. What is software testing
  • Ans. 

    Software testing is the process of evaluating a software application to ensure it meets specified requirements and functions correctly.

    • Software testing involves executing the software with the intent of finding bugs or errors.

    • It helps in identifying defects or issues in the software before it is released to the end users.

    • Types of software testing include unit testing, integration testing, system testing, and acceptance...

  • Answered by AI
  • Q4. Joins ,DDl,DML,DTL,DCL,DQL
  • Q5. What are you specialin

Interview Preparation Tips

Topics to prepare for Accenture Software Engineer Trainee interview:
  • Java
  • SQL
  • Manual Testing
Interview preparation tips for other job seekers - HR, Technical

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Learn aptitude thoroughly

Round 2 - Coding Test 

Focus on strings and arrays

Round 3 - HR 

(1 Question)

  • Q1. Learn basic hr questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Coding from hacker rank

Interview Preparation Tips

Topics to prepare for IBM Software Engineer Trainee interview:
  • Coding
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude,Reasoning,Verbal,Coding

Round 2 - Communication Assessment 

(1 Question)

  • Q1. Reading,Speaking,Listening
Round 3 - Technical 

(1 Question)

  • Q1. Technical (based on projects) and HR questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Verbal ability
Quant
Reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between c and java
  • Ans. 

    C is a procedural language with manual memory management, while Java is an object-oriented language with automatic memory management.

    • C is a procedural language, while Java is an object-oriented language

    • C requires manual memory management, while Java has automatic memory management (garbage collection)

    • C is platform-dependent, while Java is platform-independent (write once, run anywhere)

    • C supports pointers, while Java do

  • Answered by AI
  • Q2. Difference between constructor overloading and constructor overriding
  • Ans. 

    Constructor overloading is having multiple constructors in a class with different parameters, while constructor overriding is redefining a superclass constructor in a subclass.

    • Constructor overloading allows a class to have multiple constructors with different parameters.

    • Constructor overriding involves redefining a superclass constructor in a subclass with the same name and parameters.

    • Example of constructor overloading:...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Strength and weakness
  • Q2. Role model and salary

Skills evaluated in this interview

I applied via campus placement at R M K Engineering College, Kavaraipettai and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Numericals, email writing, grammar

Round 2 - Coding Test 

Easy questions from array and string concepts

Round 3 - Technical 

(1 Question)

  • Q1. Write a program in any language of your convenient
  • Ans. 

    A program to find the factorial of a given number.

    • Take input from the user for the number whose factorial needs to be found.

    • Use a loop to multiply the number with all the numbers less than it.

    • Print the final result as the factorial of the given number.

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. General questions like child labour
  • Q2. About location convinience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java oops concepts and some basic programs

Tell us how to improve this page.

NTT Data Software Engineer Trainee Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
936 salaries
unlock blur

₹2.8 L/yr - ₹11 L/yr

Senior Associate
767 salaries
unlock blur

₹1.1 L/yr - ₹7.2 L/yr

Network Engineer
659 salaries
unlock blur

₹1.8 L/yr - ₹10 L/yr

Software Developer
616 salaries
unlock blur

₹2.5 L/yr - ₹13 L/yr

Senior Software Engineer
523 salaries
unlock blur

₹6.5 L/yr - ₹26 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
Did you find this page helpful?
Yes No
write
Share an Interview