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

Clear (1)

NTT DATA, Inc. Lead Engineer Interview Questions, Process, and Tips

Updated 4 Oct 2021

NTT DATA, Inc. Lead Engineer Interview Experiences

1 interview found

I was interviewed in Apr 2021.

Interview Questionnaire 

6 Questions

  • Q1. Select columnname as 1 from employee table,Output if employee table contain 100 record?
  • Ans. 

    The question is asking to select a column named 'columnname' as '1' from the employee table and provide the output if the table contains 100 records.

    • The column 'columnname' does not exist in the employee table, so the query will result in an error.

    • The value '1' will be selected for each record in the employee table, resulting in 100 rows with the value '1'.

    • The output will be a single column with 100 rows, all containin

  • Answered by AI
  • Q2. Can we perform DML operation on UDF function?
  • Ans. 

    No, DML operations cannot be performed on UDF functions.

    • UDF functions are read-only and cannot modify the data in the database.

    • DML operations can only be performed on tables or views.

    • UDF functions can be used in SELECT statements to retrieve data.

    • Examples of UDF functions include string manipulation, date calculations, and mathematical operations.

  • Answered by AI
  • Q3. Diff b/w Virtual and new keyword?
  • Ans. 

    Virtual keyword is used for method overriding while new keyword is used for hiding base class member.

    • Virtual keyword is used to allow a derived class to override a method in the base class.

    • New keyword is used to hide a base class member in the derived class.

    • Virtual keyword is used with the base class method while new keyword is used with the derived class method.

    • Virtual keyword is used for runtime polymorphism while ne

  • Answered by AI
  • Q4. What is method hiding?
  • Ans. 

    Method hiding is a technique in object-oriented programming where a subclass provides a method with the same name as a method in its superclass.

    • Method hiding is also known as static polymorphism or compile-time polymorphism.

    • It allows a subclass to provide its own implementation of a method without affecting the superclass's implementation.

    • The method in the subclass must have the same name and signature as the method in...

  • Answered by AI
  • Q5. Return type of patial view and render partial view?
  • Ans. 

    Partial view returns HTML string while render partial view writes directly to response stream.

    • Partial view returns HTML string that can be used in the main view

    • Render partial view writes directly to response stream

    • Partial view can be used to render reusable components

    • Render partial view can be used to render a partial view without a layout

  • Answered by AI
  • Q6. Select a.*,b.* From employee a,Employee2 b? Output please...
  • Ans. 

    SQL query to select all columns from two tables.

    • Use SELECT statement to select columns from tables.

    • Use aliases to differentiate columns from different tables.

    • Separate table names with comma in FROM clause.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to prepare basic questions instead at high level ,answer question what interviewer want to listen, Don't try to give answer in hotpotch way else they will come with next ques ... Best of luck

Skills evaluated in this interview

Lead Engineer Jobs at NTT DATA, Inc.

View all

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was fine. Mostly asked about my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with cool head. All the best.

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Explain the mini projects and main project completed during Engineering.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • DBMS
  • Software Engineering
  • Basic coding
Interview preparation tips for other job seekers - Just make sure the resume should be precise and you have knowledge on the things mentioned in your resume.

Be confident and have a smiling face in the interview round.

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Coding Test 

- basic programming on C

Round 2 - HR 

(1 Question)

  • Q1. - question based on your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Things are asked only from resume . Make sure you recite every word you mentioned in your resume .
whatever project you are including , you should know enough to explain everything.

I applied via Campus Placement and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Coding Test 
Round 2 - Technical 

(5 Questions)

  • Q1. If you cleared Aptitude and Coding, Mostly Interview will be cleared with some basics questions like OOPs concepts, sort functions kind of questions.
  • Q2. Explain OOPs concept in JAVA?
  • Ans. 

    OOPs concept in JAVA is a programming paradigm that focuses on objects and their interactions.

    • OOPs stands for Object-Oriented Programming

    • It involves the use of classes, objects, inheritance, polymorphism, and encapsulation

    • Classes are used to define objects and their properties

    • Objects are instances of classes that can interact with each other

    • Inheritance allows for the creation of new classes based on existing ones

    • Polymo...

  • Answered by AI
  • Q3. Function to sort an array in Java?
  • Ans. 

    Java provides Arrays.sort() method to sort an array.

    • Use Arrays.sort() method to sort an array of strings.

    • The method sorts the elements in ascending order by default.

    • To sort in descending order, use Collections.reverseOrder() method.

  • Answered by AI
  • Q4. Tell me about yourself?
  • Q5. Final year project which you worked on?

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of people clears Aptitude/Coding round. clears interview for freshers recruit

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Oct 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 Resume tips
Round 2 - Aptitude Test 

English reasoning and logical question

Round 3 - HR 

(2 Questions)

  • Q1. About self and hobbies
  • Q2. About activities involved in

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on communication skills and brush up on aptitude & english tests
Contribute & help others!
anonymous
You can choose to be anonymous

NTT DATA, Inc. Interview FAQs

How to prepare for NTT DATA, Inc. Lead Engineer 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, Linux, Unix, Coding and Consulting.
What are the top questions asked in NTT DATA, Inc. Lead Engineer interview?

Some of the top questions asked at the NTT DATA, Inc. Lead Engineer interview -

  1. Select columnname as 1 from employee table,Output if employee table contain 100...read more
  2. Can we perform DML operation on UDF functi...read more
  3. Select a.*,b.* From employee a,Employee2 b? Output please...read more

Recently Viewed

INTERVIEWS

Hexaware Technologies

10 top interview questions

INTERVIEWS

Aditya Birla Sun Life Insurance

No Interviews

INTERVIEWS

NTT DATA, Inc.

40 top interview questions

INTERVIEWS

Aditya Birla Sun Life Insurance

No Interviews

INTERVIEWS

Aditya Birla Sun Life Insurance

No Interviews

INTERVIEWS

Aditya Birla Sun Life Insurance

No Interviews

INTERVIEWS

Aditya Birla Sun Life Insurance

No Interviews

INTERVIEWS

Aditya Birla Sun Life Insurance

No Interviews

INTERVIEWS

NTT DATA, Inc.

No Interviews

JOBS

NTT DATA, Inc.

No Jobs

Tell us how to improve this page.

NTT DATA, Inc. Lead Engineer Salary
based on 13 salaries
₹19.1 L/yr - ₹25 L/yr
42% more than the average Lead Engineer Salary in India
View more details

NTT DATA, Inc. Lead Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

2.0

Work-life balance

1.0

Salary

5.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Linux Lead Engineer

Noida

10-14 Yrs

Not Disclosed

Explore more jobs
Senior Associate
460 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Senior Analyst
422 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Analyst
406 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Specialist
327 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
306 salaries
unlock blur

₹0 L/yr - ₹0 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