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

Updated 16 Feb 2024

NTT Data Fullstack Developer Lead Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. Event driven architecture
  • Q2. What are Es6 features
  • Ans. 

    ES6 features are new additions to JavaScript that enhance its functionality and make coding more efficient.

    • Arrow functions: concise syntax for writing functions

    • Let and const: block-scoped variables

    • Template literals: easier string interpolation

    • Destructuring assignment: extracting values from arrays or objects

    • Spread syntax: expanding elements in arrays or objects

    • Default parameters: assigning default values to function pa...

  • Answered by AI
  • Q3. Angular 15 development experience
  • Ans. 

    Angular 15 is not released yet.

    • Angular 15 has not been released yet, the latest version is Angular 12.

    • It is important to stay updated with the latest Angular versions for better development experience.

    • Angular 15 may introduce new features and improvements, so it's worth keeping an eye on future releases.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask for full job description, they will provide only high level role does not mention any technology, but at the time of technical discussion, will insist on particular technology eg: i'm an node, react fullstack lead, they had opening for Fullstack lead, but at the time of interview, interviewer asked about java and Angular experience, which was no where mentioned in jd.

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Technical 

(1 Question)

  • Q1. How is memory managed in go programming language?
  • Ans. 

    Memory in Go is managed using garbage collection, which automatically frees up memory that is no longer in use.

    • Go uses a garbage collector to automatically manage memory allocation and deallocation.

    • Memory is allocated on the heap, and garbage collection is used to free up memory that is no longer needed.

    • Pointers are used to reference memory locations, allowing for efficient memory management.

    • Examples: var x *int = new(

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain project internal architecture?
  • Ans. 

    Project internal architecture refers to the structure and organization of the codebase and components within a software project.

    • Components and modules are organized in a logical manner to ensure scalability and maintainability.

    • Design patterns such as MVC, MVVM, or microservices may be used to structure the codebase.

    • Communication between components is defined through interfaces and APIs.

    • Data flow and dependencies are ma...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. How would you manage conflicts in team?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Angular frontend component,dat passing, .net core ,design paterrns
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. Demonstrate Function Overriding.
  • Q2. Linq query with order by
  • Q3. What is Out Parameter with example
  • Q4. Authentication and autherization, JWT Tocken
  • Q5. Reflection in C#

Interview Preparation Tips

Topics to prepare for Accenture Dot Net Fullstack Developer interview:
  • OOPS
  • SQL
  • Javascript
Interview preparation tips for other job seekers - Basics of OOPS SQL JS will do.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. JVM related Questions
  • Q2. Angular features
  • Q3. React Features and how to deploy
  • Ans. 

    React is a JavaScript library for building user interfaces. Deployment can be done using various methods.

    • React features include virtual DOM, component-based architecture, JSX syntax, and state management.

    • Deployment can be done using tools like Heroku, Netlify, AWS, or manually by building and serving static files.

    • Continuous integration and deployment (CI/CD) pipelines can be set up to automate the deployment process.

    • Se...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Wasted my time interviewers are not good in this company mostly they wont select you since your are not from south India. They will ask some question even if you ask all correct they will not select you bcos they already have selected other person and just finishes interview in 15min and so. Advice: Don't waste time.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is Dependency Injection
  • Ans. 

    Dependency Injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • In Dependency Injection, the dependencies of a class are injected from the outside, typically through constructor injection or setter injection.

    • This helps in achieving loose coupling between classes, making the code more modular and easier to test.

    • Example: Spring Framework uses Dependency Injec...

  • Answered by AI
  • Q2. How is exception handled in Inheritance
  • Ans. 

    Exceptions in inheritance are handled using try-catch blocks in the subclass.

    • Inherited methods can throw exceptions that need to be caught in the subclass.

    • Subclass can override superclass methods and handle exceptions differently.

    • Superclass methods can declare checked exceptions that subclasses must handle.

    • Exceptions can be rethrown or wrapped in a new exception in the subclass.

  • Answered by AI
  • Q3. Define a immutable class
  • Ans. 

    Immutable class is a class whose instances cannot be modified after creation.

    • Immutable classes have all fields as final and private.

    • Immutable classes do not have any setter methods.

    • Examples of immutable classes in Java are String, Integer, and LocalDate.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Different design pattern and how you have implement in projects
  • Ans. 

    I have implemented design patterns like Singleton, Factory, and Observer in various projects.

    • Implemented Singleton pattern to ensure only one instance of a class exists.

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

    • Used Observer pattern to establish a one-to-many dependency between objects, so that when one object changes state, all its dependents are notif

  • Answered by AI
  • Q2. How to improve the performance of a running application.
  • Ans. 

    To improve the performance of a running application, consider optimizing code, database queries, caching, and server resources.

    • Optimize code by identifying and fixing bottlenecks, reducing unnecessary loops, and improving algorithms.

    • Optimize database queries by using indexes, avoiding unnecessary joins, and limiting the amount of data retrieved.

    • Implement caching mechanisms to store frequently accessed data in memory, r...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Questions from, Architecture, C#, LINQ, SQL, API, Routing, Authentications, Angular framework structure, data pass between parent and client, Lifecycle Hooks, .Net core vs .Net framework, Middleware, micr...

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through all the basics that you keep on avoid.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Just some basic questions.

Round 2 - Coding Test 

Total 6 questions. 4 basic and 2 advanced.

Round 3 - Technical 

(2 Questions)

  • Q1. Write a program for Fibonacci?
  • Ans. 

    Program to generate Fibonacci series using Java

    • Use a loop to generate Fibonacci series

    • Start with 0 and 1 as the first two numbers

    • Add the previous two numbers to get the next number

    • Repeat the process until the desired number of terms

  • Answered by AI
  • Q2. Write a code for inheritance ?
  • Ans. 

    Inheritance in Java allows a class to inherit properties and behaviors from another class.

    • Create a parent class with common properties and methods

    • Create a child class that extends the parent class

    • Child class can access parent class properties and methods

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn

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 

Coding is little difficult so please go through logic

Round 3 - Technical 

(2 Questions)

  • Q1. The interview is based on the skills you mentioned in resume
  • Q2. What is the use of Java
  • Ans. 

    Java is a versatile programming language used for developing a wide range of applications, from web and mobile apps to enterprise systems.

    • Java is used for developing web applications, mobile applications, desktop applications, and enterprise systems.

    • It is commonly used in backend development for server-side programming.

    • Java is also used in game development, scientific applications, and big data processing.

    • It is platfor...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Atos is the only company where many freshers are forced to resign as they don't have projects

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. About company and your skills
  • Q2. Java full stack developet

NTT Data Interview FAQs

How many rounds are there in NTT Data Fullstack Developer Lead interview?
NTT Data interview process usually has 1 rounds. The most common rounds in the NTT Data interview process are Technical.
What are the top questions asked in NTT Data Fullstack Developer Lead interview?

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

  1. what are Es6 featu...read more
  2. Angular 15 development experie...read more
  3. Event driven architect...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
Software Engineer
932 salaries
unlock blur

₹2.8 L/yr - ₹11 L/yr

Senior Associate
765 salaries
unlock blur

₹1.2 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