Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Nagarro Team. If you also belong to the team, you can get access from here

Nagarro Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Nagarro QA Engineer Interview Questions, Process, and Tips

Updated 22 Nov 2024

Top Nagarro QA Engineer Interview Questions and Answers

Nagarro QA Engineer Interview Experiences

8 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Nov 2024

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

I was interviewed in Oct 2024.

Round 1 - Aptitude Test 

Complex aptitude Test

Round 2 - Technical 

(2 Questions)

  • Q1. Test estimation techniques
  • Ans. 

    Test estimation techniques involve various methods to predict the time and resources needed for testing activities.

    • Use historical data from previous projects to estimate testing effort

    • Break down the project into smaller tasks and estimate each task individually

    • Use expert judgment from experienced QA engineers to provide input on estimation

    • Consider complexity, risks, and dependencies when estimating testing effort

  • Answered by AI
  • Q2. Equals to vs ==

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

Questions related to apptitude, Selenium, TestNG, Java, c++

Round 2 - Technical 

(2 Questions)

  • Q1. On Java Program
  • Q2. On Selenium questions

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 5 May 2024

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

(2 Questions)

  • Q1. Write a code to print prime number
  • Ans. 

    Code to print prime numbers

    • Iterate through numbers and check if each number is prime

    • Use a nested loop to check divisibility by numbers less than the current number

    • Print the number if it is prime

  • Answered by AI
  • Q2. Testing basics all the important terms

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 3 Oct 2024

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

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test level was easy

Round 2 - Technical 

(2 Questions)

  • Q1. Java basics questions
  • Q2. Selenium excel related coding

Nagarro interview questions for designations

 Senior QA Engineer

 (2)

 QA Automation Engineer

 (1)

 QA Manager

 (1)

 QA Lead

 (4)

 QA Tester

 (1)

 Senior QA Engineer -Software Testing

 (1)

 Senior QA Analyst

 (1)

 Associate QA Lead

 (1)

QA Engineer Interview Questions & Answers

user image deepali mehra

posted on 26 May 2024

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

(1 Question)

  • Q1. Difference between defect leakage and defect release?
  • Ans. 

    Defect leakage occurs when a defect is found by the end user after release, while defect release is when a defect is identified and released to production.

    • Defect leakage refers to defects that were not identified during testing and are found by end users after the software is released.

    • Defect release is when a defect is identified during testing but still released to production.

    • Defect leakage can result in negative impa...

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Mar 2024

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

(2 Questions)

  • Q1. Java basic, oops
  • Q2. Api testing, git, jenkins

QA Engineer Interview Questions & Answers

user image Rashi Shukla

posted on 11 Mar 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude and coding question

Round 2 - Technical 

(1 Question)

  • Q1. Types of exception in selenium
  • Ans. 

    Types of exceptions in Selenium include NoSuchElementException, ElementNotVisibleException, StaleElementReferenceException, TimeoutException, and WebDriverException.

    • NoSuchElementException: Thrown when an element could not be found in the DOM.

    • ElementNotVisibleException: Thrown when an element is present in the DOM but not visible.

    • StaleElementReferenceException: Thrown when an element is no longer attached to the DOM.

    • Tim...

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 2 Jun 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at ABES Institute of Technology, Ghaziabad and was interviewed in May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online apptitude and coding round was there

Round 2 - Technical 

(1 Question)

  • Q1. Question related to the java and Testing methodology

Interview questions from similar companies

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Selenium vs cypress
  • Ans. 

    Selenium is a widely used open-source tool for web automation testing, while Cypress is a newer tool known for its fast and reliable testing capabilities.

    • Selenium is more established and has a larger community support

    • Cypress is known for its fast test execution times

    • Cypress has built-in support for modern web technologies like React and Angular

    • Selenium supports multiple programming languages like Java, Python, and C#

    • Cy...

  • Answered by AI
  • Q2. How do you install cypress
  • Ans. 

    Cypress can be installed using npm package manager.

    • Install Node.js if not already installed

    • Open terminal and run 'npm install cypress'

    • Once installation is complete, run 'npx cypress open' to open Cypress Test Runner

  • Answered by AI
  • Q3. Reverse a string in Javascript
  • Ans. 

    Reverse a string in Javascript

    • Use the split() method to convert the string into an array of characters

    • Use the reverse() method to reverse the order of the characters

    • Use the join() method to convert the array back into a string

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Constructor design
  • Q2. Xpath locators page object model

Nagarro Interview FAQs

How many rounds are there in Nagarro QA Engineer interview?
Nagarro interview process usually has 1-2 rounds. The most common rounds in the Nagarro interview process are Technical, Aptitude Test and Resume Shortlist.
What are the top questions asked in Nagarro QA Engineer interview?

Some of the top questions asked at the Nagarro QA Engineer interview -

  1. Difference between defect leakage and defect relea...read more
  2. Write a code to print prime num...read more
  3. Test estimation techniq...read more

Tell us how to improve this page.

Nagarro QA Engineer Interview Process

based on 9 interviews

2 Interview rounds

  • Aptitude Test Round
  • Technical Round
View more
Nagarro QA Engineer Salary
based on 58 salaries
₹2.5 L/yr - ₹8.5 L/yr
23% less than the average QA Engineer Salary in India
View more details

Nagarro QA Engineer Reviews and Ratings

based on 15 reviews

3.9/5

Rating in categories

3.3

Skill development

4.0

Work-life balance

3.3

Salary

3.0

Job security

3.6

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 15 Reviews and Ratings
Associate Staff Engineer
2.9k salaries
unlock blur

₹10 L/yr - ₹35.2 L/yr

Staff Engineer
2.9k salaries
unlock blur

₹14.9 L/yr - ₹43.2 L/yr

Senior Engineer
2.4k salaries
unlock blur

₹5.9 L/yr - ₹25.1 L/yr

Senior Software Engineer
1.1k salaries
unlock blur

₹6.4 L/yr - ₹29 L/yr

Engineer
936 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Explore more salaries
Compare Nagarro with

Deloitte

3.8
Compare

Cognizant

3.8
Compare

TCS

3.7
Compare

Accenture

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