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. Software Development Senior Analyst Interview Questions and Answers

Updated 1 Aug 2023

NTT DATA, Inc. Software Development Senior Analyst Interview Experiences

3 interviews found

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

I applied via Campus Placement and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitudes were conducted via AMCAT. Basic aptitude questions like quantitative and logic reasoning

Round 2 - Group Discussion 

GD conducted with 10 candidates per group and almost everyone made it to the next round

Round 3 - Technical 

(2 Questions)

  • Q1. Write a flowchart for a given problem statement
  • Ans. 

    Flowchart for a given problem statement

    • Start with the beginning of the process

    • Define decision points and actions

    • Use appropriate symbols for processes, decisions, and terminators

    • Connect the symbols with arrows to show the flow of the process

    • Include loops or repetitions if necessary

  • Answered by AI
  • Q2. Basic engineering questions
Round 4 - HR 

(1 Question)

  • Q1. Mainly based on the resume and interpersonal skills

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. They will give scenerios and ask us to explain whats the logic for that, For me they asked basic questions in cobol

Software Development Senior Analyst Interview Questions Asked at Other Companies

Q1. write a flowchart for a given problem statement
asked in Accenture
Q2. Treemap and hashmap difference?
asked in Accenture
Q3. Hashmap internal working?
asked in Accenture
Q4. Stream api in java 8?
asked in Accenture
Q5. Different types of SDLC

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions on your specialised technology

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on basics and be confident

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About my previous project
  • Q2. Scenario based questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. SWOT analysis was asked
  • Q2. Different types of SDLC
  • Ans. 

    SDLC stands for Software Development Life Cycle. There are different types including Waterfall, Agile, Iterative, Spiral, V-Model, etc.

    • Waterfall: Sequential approach with distinct phases

    • Agile: Iterative and incremental development

    • Iterative: Repeating cycles of development

    • Spiral: Risk-driven approach with multiple iterations

    • V-Model: Corresponding testing phase for each development phase

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Salary negotiations

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. 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 - Technical 

(1 Question)

  • Q1. SAS macros, Sas character functions, Technicalities of your previous works.
Round 3 - Behavioral 

(3 Questions)

  • Q1. Are you a team player
  • Q2. Tell me something about yourself.
  • Q3. Why are you leaving your job

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep trying and keep achieving.

I applied via Naukri.com and was interviewed before Oct 2021. There were 3 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 - Coding Test 

Coding test on SQL joins basic concepts on oops coding on def collections, method overloading,overriding,etc.,

Round 3 - HR 

(3 Questions)

  • Q1. Second round is Hr round
  • Q2. Discuss about Salary details
  • Q3. Discuss about I'd proofs and company

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience to work in Capgemini
It is a friendly nature and coordination is good
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. Collections, Java 8 features, hibernate, DevOops
  • Q2. Treemap and hashmap difference?
  • Ans. 

    Treemap is a sorted map based on natural ordering of keys, while hashmap is an unordered map.

    • Treemap stores key-value pairs in sorted order based on the natural ordering of keys.

    • Hashmap does not guarantee any specific order of key-value pairs.

    • Treemap uses a red-black tree for storage and retrieval, while hashmap uses hash table.

    • Treemap is slower than hashmap for most operations due to the sorting overhead.

    • Example: Tree...

  • Answered by AI
  • Q3. Hashmap internal working?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where the pair will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • Retrieving a value involves ha...

  • Answered by AI
  • Q4. Stream api in java 8?
  • Ans. 

    Stream API in Java 8 provides a functional approach to processing collections of objects.

    • Stream API allows for processing collections of objects in a functional style.

    • It supports operations like filter, map, reduce, and collect.

    • Streams can be sequential or parallel, allowing for efficient processing of large datasets.

    • Example: List names = Arrays.asList("Alice", "Bob", "Charlie"); names.stream().filter(name -> name.sta

  • Answered by AI
  • Q5. Hibernate sessions?

Interview Preparation Tips

Interview preparation tips for other job seekers - After interview I got the offer but no response from the açcenture team to revise few details

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Project I have worked. The tech stack of the project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence is the key to crack any interview. Be 100% sure with your resume and the skills mentioned in it.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions based on Core Java OOP Concept
  • Q2. 2 coding easy level questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Design pattern, hashmap internal working
  • Q2. Microservices vs monolithic
  • Ans. 

    Microservices allow for modular and scalable architecture, while monolithic is simpler but can be harder to maintain.

    • Microservices break down applications into smaller, independent services that communicate through APIs.

    • Monolithic architecture involves building the entire application as a single unit.

    • Microservices offer flexibility, scalability, and fault isolation.

    • Monolithic applications are easier to develop and depl...

  • Answered by AI

Skills evaluated in this interview

NTT DATA, Inc. Interview FAQs

How many rounds are there in NTT DATA, Inc. Software Development Senior Analyst interview?
NTT DATA, Inc. interview process usually has 5 rounds. The most common rounds in the NTT DATA, Inc. interview process are Resume Shortlist, Aptitude Test and Group Discussion.
How to prepare for NTT DATA, Inc. Software Development Senior Analyst interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at NTT DATA, Inc.. The most common topics and skills that interviewers at NTT DATA, Inc. expect are Automation, Consulting, IT Services, Business process and HTML.
What are the top questions asked in NTT DATA, Inc. Software Development Senior Analyst interview?

Some of the top questions asked at the NTT DATA, Inc. Software Development Senior Analyst interview -

  1. write a flowchart for a given problem statem...read more
  2. They will give scenerios and ask us to explain whats the logic for that, For m...read more
  3. Mainly based on the resume and interpersonal ski...read more

Tell us how to improve this page.

NTT DATA, Inc. Software Development Senior Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
NTT DATA, Inc. Software Development Senior Analyst Salary
based on 425 salaries
₹4.5 L/yr - ₹18 L/yr
At par with the average Software Development Senior Analyst Salary in India
View more details

NTT DATA, Inc. Software Development Senior Analyst Reviews and Ratings

based on 33 reviews

4.3/5

Rating in categories

3.9

Skill development

4.3

Work-life balance

3.7

Salary

4.5

Job security

4.1

Company culture

3.6

Promotions

4.0

Work satisfaction

Explore 33 Reviews and Ratings
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