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 Test Engineer Interview Questions and Answers

Updated 9 Nov 2024

NTT Data Senior Test Engineer Interview Experiences

5 interviews found

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

(3 Questions)

  • Q1. What is defect tracking
  • Ans. 

    Defect tracking is the process of identifying, documenting, prioritizing, and resolving issues or bugs in software.

    • Defect tracking involves recording details of defects found during testing.

    • Each defect is assigned a unique identifier for tracking purposes.

    • Defects are categorized based on severity and priority to determine the order in which they should be fixed.

    • Defect tracking tools like Jira, Bugzilla, or HP ALM are c...

  • Answered by AI
  • Q2. What is the regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Regression testing is performed after code changes to verify that the existing functionality still works correctly.

    • It helps in identifying any defects introduced by new code changes.

    • Automated testing tools are often used for regression testing to save time and effort.

    • R...

  • Answered by AI
  • Q3. How you will write the test scenario for elevator
  • Ans. 

    Test scenarios for an elevator to ensure proper functionality and safety

    • Test the elevator buttons for all floors

    • Test emergency stop button functionality

    • Test door opening and closing mechanism

    • Test elevator capacity by loading it with maximum weight limit

    • Test response time for elevator arrival at different floors

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic selenium and Java program

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Database sql query

Senior Test Engineer Interview Questions Asked at Other Companies

asked in Sapiens
Q1. From Selenium -> Which Automation framework I have implemented ... read more
asked in LTIMindtree
Q2. What should be done when a defect is found in production?
Q3. Automation Testing QuestionWhat’s the difference between manual t ... read more
asked in LTIMindtree
Q4. How do you performed incrimental load in your project?
asked in CGI Group
Q5. Java QuestionWhat are Java 8 streams?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. Domain knowledge of insurance
  • Q2. Testcase scenarios, life cycle of software testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Use Google for interview questions. Learn basic automation questions. Agile is very important

What people are saying about NTT Data

View All
optimisticbox
Verified Icon
6d (edited)
ex -
Dbiz.Ai
Referral pls help me!!!
Anyone from NTT DATA ?? Please help me with the referral. Comment please, I'll DM you 🙂 NTT Data
Got a question about NTT Data?
Ask anonymously on communities.

I applied via Recruitment Consultant and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Complete Manual Testing questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on your project and Testing Concepts like Agile Methodology,STLC,Bug Tracking.
Testing Tools

NTT Data interview questions for designations

 Test Engineer

 (1)

 Senior Test Analyst

 (2)

 Automation Test Engineer

 (4)

 QA Test Engineer

 (1)

 Test Analyst

 (1)

 Test Lead

 (1)

 Associate Test Analyst

 (1)

 Sdet Automation Test Engineer

 (1)

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Agile methodology related questions
  • Q2. What challenges you faced in your last project and how did u overcome it.
  • Q3. If you are given new technology to work on, how will you move forward.
  • Q4. Tell me your work journey

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your resume by heart. Write and practice how to tell your work journey.
What are your strength and weakness.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Asked me to write a two programs - identifying duplicates words 2. Sum of series of numbers
  • Q2. What is cucumber options
  • Ans. 

    Cucumber options are configuration settings used in Cucumber to customize test execution.

    • Cucumber options can be used to specify features, tags, formats, and more in the test execution

    • Examples include specifying tags to run specific scenarios, setting output formats for test reports, and defining feature files to run

  • Answered by AI
  • Q3. Oops concepts used in my project
  • Ans. 

    In my project, I have used Oops concepts like Inheritance, Polymorphism, Encapsulation, and Abstraction.

    • Inheritance: Reusing code and creating a hierarchy of classes.

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

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

    • Abstraction: Hiding the implementation details and showing only the necessary features.

  • Answered by AI
  • Q4. Data providers, invocation count
  • Q5. Find elements, window handles return type
  • Ans. 

    The find elements method returns a list of web elements matching a specified locator. Window handles return type is a set of strings representing unique identifiers for browser windows.

    • Find elements method returns a list of web elements matching a specified locator

    • Window handles return type is a set of strings representing unique identifiers for browser windows

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

20 aptitude questions and 50 technical questions

Round 2 - One-on-one 

(10 Questions)

  • Q1. Tell me about your self
  • Q2. Explain automation framework
  • Ans. 

    Automation framework is a set of guidelines, rules, and tools that help in creating and executing automated tests.

    • Automation framework provides structure and guidelines for creating automated tests

    • It helps in organizing test scripts, data, and results

    • Frameworks can be data-driven, keyword-driven, or hybrid

    • Examples of automation frameworks include Selenium WebDriver, TestNG, and Robot Framework

  • Answered by AI
  • Q3. Java code for sorting without using built in function
  • Ans. 

    Sorting array of strings in Java without using built-in functions

    • Create a custom sorting algorithm like bubble sort, selection sort, or insertion sort

    • Compare each pair of strings and swap them if necessary to sort in ascending order

    • Repeat the process until the array is fully sorted

  • Answered by AI
  • Q4. Explain testng annotations and how will we use annotation in our framework
  • Ans. 

    TestNG annotations are used to control the flow of test methods and provide additional information about the test methods.

    • TestNG annotations are used to mark methods as test methods, setup methods, teardown methods, etc.

    • Annotations like @Test, @BeforeMethod, @AfterMethod, @BeforeClass, @AfterClass, @BeforeSuite, @AfterSuite are commonly used in TestNG framework.

    • Annotations help in organizing and prioritizing test metho...

  • Answered by AI
  • Q5. What is testng listener
  • Ans. 

    TestNG listener is an interface that allows users to customize the test execution process.

    • TestNG listeners can be used to perform actions before or after a test method is run.

    • Listeners can be used to generate logs, take screenshots, or perform other custom actions during test execution.

    • Examples of TestNG listeners include ITestListener, ISuiteListener, and IInvokedMethodListener.

  • Answered by AI
  • Q6. What is overriding and where it is used in automation framework
  • Ans. 

    Overriding is a concept in object-oriented programming where a subclass provides a specific implementation of a method that is already provided by its superclass.

    • Overriding allows a subclass to provide a specific implementation of a method that is already provided by its superclass

    • It is used in automation frameworks to customize or extend the functionality of existing methods or classes

    • In automation testing, overriding...

  • Answered by AI
  • Q7. Explain bdd hooks and tags
  • Ans. 

    BDD hooks and tags are used in Behavior-Driven Development to set up preconditions and execute actions before or after scenarios, and to categorize and filter scenarios.

    • BDD hooks are used to set up preconditions and execute actions before or after scenarios

    • Tags are used to categorize and filter scenarios based on certain criteria

    • Hooks can be used to perform setup and teardown actions, such as initializing test data or ...

  • Answered by AI
  • Q8. Explain bdd background keyword
  • Ans. 

    BDD background keyword is used to define common preconditions for all scenarios in a feature file.

    • Used at the beginning of a feature file to define common preconditions

    • Helps in setting up the initial state for all scenarios in the feature file

    • Reduces duplication of steps in scenarios by defining them once in the background

  • Answered by AI
  • Q9. Explain ci/cd pipeline using jenkins
  • Ans. 

    CI/CD pipeline using Jenkins automates the process of integrating code changes and deploying them to production.

    • Jenkins is a popular automation server used for CI/CD

    • CI/CD stands for Continuous Integration/Continuous Deployment

    • In a CI/CD pipeline, code changes are automatically built, tested, and deployed

    • Jenkins pipelines can be defined using a Jenkinsfile which specifies the stages and steps of the pipeline

    • Example: Che...

  • Answered by AI
  • Q10. Explain rest assured and write a code for post and verify the response
  • Ans. 

    Rest Assured is a Java library for testing RESTful APIs. It simplifies API testing by providing a fluent interface to make HTTP requests and validate responses.

    • Rest Assured is commonly used in API automation testing to validate the functionality of RESTful APIs.

    • It allows testers to easily make HTTP requests, set headers, parameters, and body, and validate the response.

    • Here is an example code snippet for posting data an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare all concepts in framwork

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is selenium?
  • Ans. 

    Selenium is a popular open-source automation testing tool used for web application testing.

    • Selenium is used for automating web browsers.

    • It supports multiple programming languages like Java, C#, Python, etc.

    • Selenium WebDriver is the most commonly used component for writing test scripts.

    • Selenium IDE is a record and playback tool for creating quick tests.

    • Selenium Grid is used for parallel testing across different browsers

  • Answered by AI
  • Q2. What are the waits available in selenium?
  • Ans. 

    In Selenium, waits are used to make the automation scripts wait for a certain amount of time before executing the next step.

    • Implicit Wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit Wait: Waits for a certain condition to occur before proceeding further.

    • Fluent Wait: Waits for a condition to be true with a specified polling frequency.

    • Thread.sleep(): Pauses the execution for a spe

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What are the oops Concepts in Java?
  • Ans. 

    Oops concepts in Java are the principles of Object Oriented Programming such as Inheritance, Polymorphism, Encapsulation, and Abstraction.

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

    • Polymorphism: Allows objects to be treated as instances of their parent class.

    • Encapsulation: Hides the internal state of an object and only exposes necessary functionality.

    • Abstraction: Shows only essent...

  • Answered by AI
  • Q2. Write a program to Duplicate Elements in Array?
  • Ans. 

    Program to duplicate elements in array of strings

    • Iterate through the array and check for duplicate elements

    • Store duplicate elements in a separate array

    • Return the array of duplicate elements

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain something about vlan and its working
  • Ans. 

    VLAN stands for Virtual Local Area Network and is used to segment a network into multiple virtual networks.

    • VLANs help in improving network performance, security, and management.

    • Each VLAN is a separate broadcast domain, reducing unnecessary traffic.

    • VLANs are configured at the switch level by assigning ports to specific VLANs.

    • VLAN tagging (802.1Q) adds a VLAN identifier to Ethernet frames to distinguish between different...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Program on strings and Array

NTT Data Interview FAQs

How many rounds are there in NTT Data Senior Test Engineer interview?
NTT Data interview process usually has 1-2 rounds. The most common rounds in the NTT Data interview process are Technical, Resume Shortlist and One-on-one Round.
What are the top questions asked in NTT Data Senior Test Engineer interview?

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

  1. How you will write the test scenario for eleva...read more
  2. What is defect track...read more
  3. What is the regression test...read more

Tell us how to improve this page.

NTT Data Senior Test Engineer Salary
based on 93 salaries
₹4 L/yr - ₹14 L/yr
15% less than the average Senior Test Engineer Salary in India
View more details

NTT Data Senior Test Engineer Reviews and Ratings

based on 10 reviews

4.5/5

Rating in categories

4.5

Skill development

4.6

Work-life balance

4.1

Salary

4.4

Job security

4.5

Company culture

4.0

Promotions

4.5

Work satisfaction

Explore 10 Reviews and Ratings
Software Engineer
938 salaries
unlock blur

₹2.8 L/yr - ₹11 L/yr

Senior Associate
766 salaries
unlock blur

₹1.2 L/yr - ₹7.3 L/yr

Network Engineer
652 salaries
unlock blur

₹1.8 L/yr - ₹10 L/yr

Software Developer
614 salaries
unlock blur

₹2.5 L/yr - ₹13 L/yr

Senior Software Engineer
510 salaries
unlock blur

₹6.5 L/yr - ₹25.5 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
Did you find this page helpful?
Yes No
write
Share an Interview