Upload Button Icon Add office photos
Engaged 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 Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NTT Data QA Engineer Interview Questions and Answers

Updated 27 Aug 2024

NTT Data QA Engineer Interview Experiences

7 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 1 Aug 2024

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

(2 Questions)

  • Q1. Testing concepts and coding
  • Q2. Automation concepts
Round 2 - HR 

(2 Questions)

  • Q1. Generic HR question
  • Q2. Exp related questions

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 3 Jul 2024

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

(3 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated QA Engineer with 5 years of experience in manual and automated testing.

    • Experienced in creating test plans, test cases, and executing tests

    • Proficient in using testing tools such as Selenium and Jira

    • Strong knowledge of software development lifecycle and Agile methodologies

  • Answered by AI
  • Q2. Find the dynamic xpath
  • Ans. 

    Dynamic xpath is a way to locate elements on a web page that may change frequently.

    • Identify a unique attribute of the element that remains constant

    • Use functions like contains(), starts-with(), or ends-with() to create dynamic xpath

    • Avoid using indexes in xpath as they can change with page structure

  • Answered by AI
  • Q3. Java programs on strings

Skills evaluated in this interview

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 6 Feb 2024

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

I appeared for an interview in Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What is test NG annotation, Can you define priority 0
  • Ans. 

    TestNG annotation is used in TestNG framework to provide additional information about test methods or classes.

    • TestNG annotations are used to control the execution flow of test methods.

    • They can be used to set the priority of test methods, define dependencies, configure test groups, etc.

    • Examples of TestNG annotations include @Test, @BeforeMethod, @AfterMethod, @DataProvider, etc.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What pojo ,testNG.xml
  • Ans. 

    POJO stands for Plain Old Java Object, which is a Java class used to represent data. TestNG.xml is an XML file used to configure TestNG tests.

    • POJO is a simple Java class that encapsulates data and provides getter and setter methods.

    • TestNG.xml is used to define test suites, test cases, and test configurations for TestNG framework.

    • POJO and TestNG.xml are commonly used in QA testing to define and manage test data and test

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Aug 2024

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I applied via Job Portal and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. About yourself tell in brief words

NTT Data interview questions for designations

 QA Test Engineer

 (1)

 QA Tester

 (1)

 Engineer Trainee

 (3)

 Service Engineer

 (1)

 Software Engineer

 (11)

 Network Engineer

 (9)

 System Engineer

 (3)

 Data Engineer

 (3)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 3 Jul 2023

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2022. 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 - One-on-one 

(1 Question)

  • Q1. Technical skills, about java
Round 3 - One-on-one 

(1 Question)

  • Q1. Java question, about yourself

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Oct 2022

I applied via Approached by Company and was interviewed before Oct 2021. There were 4 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 - Aptitude Test 

The questions mainly will on profits, upstream/downstream,find the sequence, relation between people, directions.

Round 3 - Technical 

(1 Question)

  • Q1. Candidate basic details, Previous project details and your role in your project group (in engineering), technical languages known, and may ask to write a simple code like (basic coding).
Round 4 - HR 

(1 Question)

  • Q1. Basic details of candidate, where do you want to see yourself in 5yrs, why we have to hire you.

Interview Preparation Tips

Topics to prepare for NTT Data QA Engineer interview:
  • Core Java
  • Python
  • SQL
Interview preparation tips for other job seekers - Be confident when you're answering,
If don't know the answers means say it directly in a good manner.

QA Engineer Interview Questions & Answers

user image Deepak P

posted on 23 Sep 2021

I applied via Campus Placement and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Programming language mentioned in Resume
  • Q2. Interviewer will check confidence
  • Q3. Academic Project

Interview Preparation Tips

Interview preparation tips for other job seekers - what ever we answer we should say in confidence

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About sdlc and stlc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good from guru99

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

Round 1 - Aptitude Test 

Help my AMCAT

Round 2 - One-on-one 

(1 Question)

  • Q1. Coding round, you need to write algo's and tell the complete logics of a scenario

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know for what role you are being hired.

I applied via Naukri.com and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Wait in Selenium. type of waits.
  • Ans. 

    Types of waits in Selenium include implicit, explicit, and fluent waits.

    • Implicit waits wait for a certain amount of time before throwing an exception if an element is not found.

    • Explicit waits wait for a certain condition to be met before proceeding with the next step.

    • Fluent waits wait for a certain condition to be met within a specified time frame.

    • Examples of conditions include element visibility, element clickability,...

  • Answered by AI
  • Q2. Dynamic element how to search
  • Ans. 

    Dynamic elements can be searched using unique attributes like ID, class, name, or XPath.

    • Use ID attribute if it's unique and static

    • Use class attribute if it's unique and dynamic

    • Use name attribute if it's unique and static

    • Use XPath if other attributes are not unique or not available

  • Answered by AI
  • Q3. Jenkins do u know or not
  • Ans. 

    Jenkins is an open-source automation server that helps to automate parts of the software development process.

    • Jenkins is used for continuous integration and continuous delivery

    • It can be used to build, test, and deploy software

    • Jenkins has a large number of plugins available to extend its functionality

    • Examples of plugins include Git, Maven, and JUnit

    • Jenkins can be configured to run on different operating systems and envir

  • Answered by AI
  • Q4. How to fetch data from xls
  • Ans. 

    To fetch data from xls, use a library like Apache POI or OpenPyXL.

    • Use a library like Apache POI or OpenPyXL to read data from xls files

    • Identify the sheet and cell range to read data from

    • Iterate through the rows and columns to extract the data

    • Handle any formatting or data type conversions as needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare selenium with java testng and appache poi.

Skills evaluated in this interview

NTT Data Interview FAQs

How many rounds are there in NTT Data QA Engineer interview?
NTT Data interview process usually has 2-3 rounds. The most common rounds in the NTT Data interview process are Technical, HR and One-on-one Round.
How to prepare for NTT Data QA 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. The most common topics and skills that interviewers at NTT Data expect are EJB, HTML, J2EE, Linux Administration and Oracle.
What are the top questions asked in NTT Data QA Engineer interview?

Some of the top questions asked at the NTT Data QA Engineer interview -

  1. What is test NG annotation, Can you define priorit...read more
  2. What pojo ,testNG....read more
  3. Find the dynamic xp...read more

Tell us how to improve this page.

NTT Data QA Engineer Interview Process

based on 5 interviews

1 Interview rounds

  • Technical Round
View more

QA Engineer Interview Questions from Similar Companies

TCS QA Engineer Interview Questions
3.7
 • 44 Interviews
IBM QA Engineer Interview Questions
4.0
 • 12 Interviews
View all
NTT Data QA Engineer Salary
based on 54 salaries
₹3.2 L/yr - ₹10 L/yr
At par with the average QA Engineer Salary in India
View more details

NTT Data QA Engineer Reviews and Ratings

based on 6 reviews

2.9/5

Rating in categories

3.2

Skill development

3.5

Work-life balance

3.1

Salary

3.3

Job security

2.8

Company culture

3.3

Promotions

2.6

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer
963 salaries
unlock blur

₹2.8 L/yr - ₹12.1 L/yr

Senior Associate
784 salaries
unlock blur

₹1.1 L/yr - ₹9.8 L/yr

Network Engineer
704 salaries
unlock blur

₹1.8 L/yr - ₹10 L/yr

Software Developer
673 salaries
unlock blur

₹3.5 L/yr - ₹15 L/yr

Senior Software Engineer
593 salaries
unlock blur

₹6.8 L/yr - ₹29 L/yr

Explore more salaries
Compare NTT Data with

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview