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.8k Reviews

Filter interviews by

NTT Data Intern Interview Questions and Answers

Updated 8 May 2017

NTT Data Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 8 May 2017

I was interviewed in Mar 2017.

Interview Questionnaire 

4 Questions

  • Q1. Tell us about yourself
  • Ans. 

    I am a highly motivated individual with a passion for learning and a strong work ethic.

    • I have a Bachelor's degree in Computer Science

    • I have completed several internships in software development

    • I am proficient in Java, Python, and C++

    • I am a quick learner and enjoy taking on new challenges

  • Answered by AI
  • Q2. What do you intend to do in this internship
  • Ans. 

    I intend to gain practical experience in my field of study and contribute to the company's success.

    • Learn about the company's operations and culture

    • Assist with projects and tasks assigned by my supervisor

    • Collaborate with team members and offer innovative ideas

    • Improve my skills and knowledge in my field of study

  • Answered by AI
  • Q3. What are your strengths
  • Ans. 

    My strengths include adaptability, problem-solving, and communication.

    • Adaptability: I am able to quickly adjust to new situations and environments.

    • Problem-solving: I enjoy finding creative solutions to complex problems.

    • Communication: I am able to effectively convey ideas and information to others.

  • Answered by AI
  • Q4. What are your plans for the future
  • Ans. 

    I plan to continue learning and growing in my field while also exploring new opportunities for personal and professional development.

    • Pursue advanced education or certifications

    • Seek out mentorship and networking opportunities

    • Explore different industries and roles to broaden my skillset

    • Set specific goals and regularly evaluate progress

    • Remain adaptable and open to new challenges

  • Answered by AI

Interview Preparation Tips

Round: Aptitude Round
Experience: The company came to our college campus offering an internship at their Tokyo center. The students were shortlisted based on their academic performance.
The written aptitude test lasted for one hour and consisted of general questions on mathematics, logical reasoning, verbal ability along with a few basic programming questions.
Tips: The mathematics section was easy with simple questions on percents, profit and loss etc. analytical and logical reasoning was a bit tricky. Do brush up on basic concepts especially OOPs for the technical section.

Round: Technical Interview
Experience: This was a completely technical round. The main topics asked consisted of data structures, databases and algorithms. I was also asked in depth about my project topic.
Tips: know all the details about your project that you may have done earlier.
If you have done any internship before, then do explain about your role, responsibilities and technical skills that you have gained through it.
Keep brushing up on basics of data structures and databases.

Round: HR Interview
Experience: This was a HR interview. The HR head along with the Japanese RnD team(through video conferencing)interviewed me.
Tips: Do not panic and be true to yourself. Answer clearly and honestly.

College Name: MIT College Of Engineering

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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Graphic Era University, Dehradun and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 Questions of Medium leetcode difficulty.

Round 2 - Group Discussion 

The topic was given to 8-10 people and starting from a random person the GD starts.

Round 3 - Technical 

(2 Questions)

  • Q1. SQL query to get 3rd largest element.
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to get 3rd largest element.

    • Use ORDER BY clause to sort the elements in descending order.

    • Use LIMIT 2,1 to skip the first two largest elements and get the 3rd largest element.

  • Answered by AI
  • Q2. Programme to swap two objects (deep copy).
  • Ans. 

    Program to swap two objects (deep copy)

    • Create a temporary object to store one of the objects

    • Copy the values of the second object into the first object

    • Copy the values from the temporary object into the second object

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions

Interview Preparation Tips

Topics to prepare for Genpact Intern interview:
  • DBMS
  • SQL
  • Programming
  • OS
Interview preparation tips for other job seekers - Read basics of OS, DBMS (especially SQL) and little bit of Leetcode.

Skills evaluated in this interview

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

Intern Interview Questions & Answers

Wipro user image Anonymous

posted on 27 Jul 2024

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

I applied via Job Portal

Round 1 - Aptitude Test 

LR, DI, Analytics, Puzzles, Graph Problems

Round 2 - Coding Test 

Trees, Linked List, Array

Intern Interview Questions & Answers

Capgemini user image Rewa Parashar

posted on 30 Oct 2023

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 

Easy aptitude test. Simple questions and easy to answer.

Round 3 - Technical 

(2 Questions)

  • Q1. Implementing the logic for Bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

    • Start by comparing the first two elements of the array and swap them if necessary.

    • Continue comparing adjacent elements and swapping them until the array is sorted.

    • Repeat this process for each element in the array until no more swaps are needed.

  • Answered by AI
  • Q2. Software development lifecycle and its uses
  • Ans. 

    Software development lifecycle is a process used to design, develop, and test software applications.

    • It includes phases like planning, design, development, testing, deployment, and maintenance.

    • Each phase has specific goals and deliverables to ensure the quality and success of the software.

    • Examples of SDLC models include Waterfall, Agile, and DevOps.

    • SDLC helps in managing the project effectively, reducing risks, and deli

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions & Answers

IBM user image Anonymous

posted on 13 Feb 2024

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

I applied via AmbitionBox and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Technical and hr
Round 2 - Coding Test 

Code to automate the application

Round 3 - One-on-one 

(1 Question)

  • Q1. Introduction and the basics
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

Intern Interview Questions & Answers

Nagarro 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

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

I applied via Referral and was interviewed in May 2023. There were 2 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 - HR 

(3 Questions)

  • Q1. Tell me about yourself and HR questions
  • Q2. Are u ready to work as a intern
  • Q3. Are u ready to work from office

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing much can easily crack

Tell us how to improve this page.

Intern Interview Questions from Similar Companies

TCS Intern Interview Questions
3.7
 • 35 Interviews
Infosys Intern Interview Questions
3.6
 • 22 Interviews
IBM Intern Interview Questions
4.0
 • 14 Interviews
Wipro Intern Interview Questions
3.7
 • 11 Interviews
View all

NTT Data Intern Reviews and Ratings

based on 2 reviews

4.6/5

Rating in categories

4.3

Skill development

4.6

Work-life balance

4.6

Salary

4.6

Job security

4.6

Company culture

4.6

Promotions

4.6

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
935 salaries
unlock blur

₹2.8 L/yr - ₹11 L/yr

Senior Associate
774 salaries
unlock blur

₹1.2 L/yr - ₹7.5 L/yr

Network Engineer
672 salaries
unlock blur

₹1.8 L/yr - ₹10 L/yr

Software Developer
641 salaries
unlock blur

₹3.1 L/yr - ₹12 L/yr

Senior Software Engineer
574 salaries
unlock blur

₹6.5 L/yr - ₹26 L/yr

Explore more salaries
Compare NTT Data with

Tata Communications

4.0
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