Upload Button Icon Add office photos

NTT

Compare button icon Compare button icon Compare

Filter interviews by

NTT Junior Software Test Engineer Interview Questions and Answers

Updated 5 Jul 2024

NTT Junior Software Test Engineer Interview Experiences

1 interview found

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

(3 Questions)

  • Q1. What is the defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing software defects.

    • Defect identification: Defects are identified through testing or user feedback.

    • Defect reporting: Defects are reported in a defect tracking system with details like steps to reproduce, severity, and priority.

    • Defect fixing: Developers analyze and fix the reported defects.

    • Defect retesting: Testers verify that the fi...

  • Answered by AI
  • Q2. What is regression testing and performance testing
  • Ans. 

    Regression testing is retesting of software to ensure new code changes do not adversely affect existing functionality. Performance testing is testing to assess the speed, responsiveness, and stability of a system under a particular workload.

    • Regression testing ensures that new code changes do not introduce new bugs or issues in existing functionality.

    • Performance testing evaluates the speed, responsiveness, and stability...

  • Answered by AI
  • Q3. Write a x path
  • Ans. 

    An x path is a way to navigate through elements in XML or HTML documents.

    • Start with a forward slash (/) to indicate the root element

    • Use element names to navigate through the document

    • Use square brackets to specify conditions for selecting elements

    • Use @ symbol to select attributes of elements

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is Instance variable
  • Ans. 

    Instance variable is a variable declared in a class, but outside of any method. Each object of the class has its own copy of the instance variable.

    • Instance variables are declared at the class level, outside of any method.

    • Each object of the class has its own copy of the instance variable.

    • Instance variables are used to store the state of an object.

  • Answered by AI
  • Q2. What is collection
  • Ans. 

    A collection is a group of related objects or data items that are stored together.

    • Collections can be used to store and manipulate groups of objects or data items in programming.

    • Common types of collections include arrays, lists, sets, and maps.

    • Collections provide methods for adding, removing, and accessing elements within the group.

    • Example: An array of integers [1, 2, 3, 4] is a collection of numbers.

  • Answered by AI
  • Q3. List is interface or class
  • Ans. 

    List is an interface in Java that represents an ordered collection of elements.

    • List is an interface in Java.util package

    • It extends Collection interface and is implemented by classes like ArrayList, LinkedList, etc.

    • List allows duplicate elements and maintains insertion order

  • Answered by AI
  • Q4. Webdriver is interface or class

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear the basic opp concept and basic java program

Skills evaluated in this interview

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 Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Ask about test cases, scenarios in different types
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Find x path and script for screenshot
  • Ans. 

    To find x path and script for screenshot, use browser developer tools and Selenium WebDriver.

    • Use browser developer tools to inspect elements and find x path

    • Use Selenium WebDriver to capture screenshot

    • Example x path: //input[@id='username']

    • Example script for screenshot: driver.manage().window().maximize(); File screenshotFile = ((TakesScreenshot)driver).getScreenshotAs(OutputType.FILE); FileUtils.copyFile(screenshotFile

  • Answered by AI
  • Q2. Write reverse string programme
  • Ans. 

    A program to reverse a given string

    • Create a character array to store the reversed string

    • Iterate through the original string from end to start and copy each character to the new array

    • Terminate the new array with a null character to indicate end of string

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - study well

Skills evaluated in this interview

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself.
Round 2 - Technical 

(1 Question)

  • Q1. Types of testing & sdlc
  • Ans. 

    Types of testing include functional, non-functional, manual, automated, and more. SDLC includes planning, design, development, testing, and deployment.

    • Functional testing ensures that the software meets the requirements and specifications.

    • Non-functional testing checks the performance, security, and usability of the software.

    • Manual testing is done by humans, while automated testing is done by software.

    • SDLC includes plann...

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

(1 Question)

  • Q1. Types of API Testing
  • Ans. 

    API testing includes functional, performance, security, and integration testing.

    • Functional testing: testing the functionality of API endpoints

    • Performance testing: testing the speed and scalability of API

    • Security testing: testing the security of API against attacks

    • Integration testing: testing the integration of API with other systems

    • Examples: Postman, SoapUI, JMeter

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I have immediately joiner person.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

One round of aptitude test

Round 2 - Coding Test 

2 simple coding questions based java

Round 3 - Technical 

(1 Question)

  • Q1. Technical rounds with interview panel Java based questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Aptitude Test 

1st round is aptitude test all questions are related to domain knowledge & related to testing

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

NTT Interview FAQs

How many rounds are there in NTT Junior Software Test Engineer interview?
NTT interview process usually has 1 rounds. The most common rounds in the NTT interview process are One-on-one Round.
What are the top questions asked in NTT Junior Software Test Engineer interview?

Some of the top questions asked at the NTT Junior Software Test Engineer interview -

  1. what is regression testing and performance test...read more
  2. what is the defect life cy...read more
  3. write a x p...read more

Tell us how to improve this page.

NTT Junior Software Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
Network Engineer
329 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Network Engineer
132 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
110 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Specialist
106 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
98 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare NTT with

TCS

3.7
Compare

Wipro

3.7
Compare

Tech Mahindra

3.5
Compare

HCLTech

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