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 Senior Developer Interview Questions and Answers

Updated 20 Sep 2024

NTT Data Senior Developer Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Array qs reverse
  • Q2. Question about angular and react
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How you will handle a team of freshers?

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic RPa questions related with uipath and automation anywhere
  • Q2. Basic c# questions ooops interface abstract

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is easy.. prepare RPA related questions

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Sliding Window find the subarray with sum equal to k
  • Ans. 

    Using sliding window technique to find subarray with sum equal to k.

    • Initialize two pointers at the start of the array.

    • Move the right pointer to expand the window until the sum is greater than or equal to k.

    • Move the left pointer to shrink the window if the sum exceeds k.

    • Repeat until the end of the array is reached.

    • Example: Input array [1, 4, 20, 3, 10, 5], k=33. Output: [20, 3, 10].

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between custom setting and custom metadata
  • Ans. 

    Custom settings are org-specific, while custom metadata can be deployed across orgs.

    • Custom settings are hierarchical and can be accessed using a hierarchy custom setting type

    • Custom metadata is deployable and can be used in managed packages

    • Custom settings are stored in the application cache, while custom metadata is stored in the metadata cache

  • Answered by AI
  • Q2. Difference between profile and role
  • Ans. 

    Profile is a summary of a person's skills and experience, while role is the specific job or position they hold within an organization.

    • Profile is a broader overview of a person's qualifications and background.

    • Role is a specific set of responsibilities and tasks assigned to an individual within a company.

    • Profiles can include education, work experience, skills, and achievements.

    • Roles can be defined by job titles such as S...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Sample code round to implement the weather API

Round 2 - HR 

(1 Question)

  • Q1. Discussion about salary package
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain oops concepts
  • Ans. 

    Object-oriented programming concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the ne

  • Answered by AI
  • Q2. Explain solid principles
  • Ans. 

    SOLID principles are a set of five design principles that help developers create more maintainable and scalable software.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects of its subcla...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain java 8 features
  • Ans. 

    Java 8 introduced several new features including lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to write code in a more concise way.

    • Functional interfaces are interfaces with a single abstract method, used for lambda expressions.

    • Streams provide a way to work with sequences of elements.

    • Default methods allow interfaces to have method implementations.

    • Example: Lambda exp...

  • Answered by AI
  • Q2. Spring boot architecture

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 2 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 

(2 Questions)

  • Q1. In kafka how multiple consumer can access same messages?
  • Ans. 

    Multiple consumers can access the same messages in Kafka by using consumer groups.

    • Consumers can be grouped together to share the workload of processing messages.

    • Each consumer in a group will receive a subset of the messages from the same topic.

    • Consumers in the same group will coordinate to ensure that each message is processed only once.

    • Consumer offsets are used to track the progress of each consumer in the group.

  • Answered by AI
  • Q2. Any Design patterns if used in the current project
  • Ans. 

    Yes, we have used the Factory Method and Singleton design patterns in the current project.

    • Factory Method pattern was used to create objects without specifying the exact class of object that will be created.

    • Singleton pattern was used to ensure a class has only one instance and provide a global point of access to it.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Techical interview on itsm process

NTT Data Interview FAQs

How many rounds are there in NTT Data Senior Developer interview?
NTT Data interview process usually has 1 rounds. The most common rounds in the NTT Data interview process are One-on-one Round and Technical.
How to prepare for NTT Data Senior Developer 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. The most common topics and skills that interviewers at NTT Data expect are Angular, Rest and SOAP.
What are the top questions asked in NTT Data Senior Developer interview?

Some of the top questions asked at the NTT Data Senior Developer interview -

  1. Basic RPa questions related with uipath and automation anywh...read more
  2. Basic c# questions ooops interface abstr...read more
  3. Question about angular and re...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 NTT Data interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
NTT Data Senior Developer Salary
based on 25 salaries
₹6 L/yr - ₹18 L/yr
21% less than the average Senior Developer Salary in India
View more details

NTT Data Senior Developer Reviews and Ratings

based on 3 reviews

4.8/5

Rating in categories

4.9

Skill development

3.9

Work-Life balance

3.7

Salary & Benefits

4.9

Job Security

4.6

Company culture

3.0

Promotions/Appraisal

4.7

Work Satisfaction

Explore 3 Reviews and Ratings
Software Engineer
932 salaries
unlock blur

₹2.8 L/yr - ₹11 L/yr

Senior Associate
767 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