Upload Button Icon Add office photos

Filter interviews by

Clear (1)

KPMG India QA Engineer Interview Questions and Answers

Updated 20 Apr 2023

KPMG India QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 20 Apr 2023

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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Related to manual testing api testing.
  • Q2. Difference between stlc and sdlc
  • Ans. 

    STLC is a subset of SDLC that focuses on testing while SDLC covers the entire software development process.

    • SDLC is a broader term that covers all the phases of software development including planning, designing, coding, testing, and maintenance.

    • STLC is a subset of SDLC that focuses only on the testing phase.

    • SDLC is a sequential process while STLC can be iterative.

    • SDLC is a framework while STLC is a process.

    • Examples of ...

  • Answered by AI

Skills evaluated in this interview

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Interview questions from similar companies

I applied via Walk-in and was interviewed before Jun 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 - Group Discussion 

Current Technologies

Round 3 - Aptitude Test 

Duration 1 hr, Coding,GK and English

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good knowledge in ths subject which you are applying for th post

I applied via Referral and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why TCS?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be clear with the basics and you will be through
Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
-

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is the latest version of selenium?
  • Ans. 

    The latest version of Selenium is Selenium 4.

    • Selenium 4 was released in December 2018.

    • It includes new features such as relative locators, improved W3C WebDriver support, and more.

    • Selenium 4 also has better support for modern web technologies like HTML5 and CSS3.

  • Answered by AI
  • Q2. What is the latest version of Java?
  • Ans. 

    The latest version of Java is Java 17.

    • Java 17 was released on September 14, 2021.

    • It comes with new features like sealed classes, pattern matching for switch statements, and more.

    • It also includes performance improvements and security updates.

  • Answered by AI
  • Q3. Define a hashmap with String as key and Integer as value and initialise the hashmap. Print the key that represents second highest value.
  • Ans. 

    Define a hashmap with String as key and Integer as value, find second highest value key.

    • Create a HashMap and initialize it with key-value pairs

    • Iterate through the values to find the second highest value

    • Retrieve the key corresponding to the second highest value

  • Answered by AI
  • Q4. Integration test cases for coffee machine
  • Ans. 

    Integration test cases for coffee machine ensure all components work together correctly.

    • Test the communication between the coffee machine and the water reservoir to ensure proper water flow.

    • Verify that the coffee machine can correctly grind coffee beans and dispense them into the filter.

    • Check that the heating element heats the water to the correct temperature for brewing.

    • Test the functionality of the control panel in s...

  • Answered by AI
  • Q5. Give an example of high severity and low priority bug
  • Ans. 

    A button on the login page is not working, preventing users from logging in

    • The bug prevents users from accessing the system

    • However, users can still use alternative methods to log in, making it low priority

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

Capgemini user image praveen gopalsamy

posted on 2 Aug 2023

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. JAVA AND SELENIUM AND CUCUCMBER
  • Q2. API AUTOMATION TESTING WITHREST ASSURED
Round 2 - Technical 

(1 Question)

  • Q1. JAVA, SELENIUM AND CUCUMBER

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 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 - Technical 

(1 Question)

  • Q1. Write a program to count characters in a string
  • Ans. 

    A program to count characters in a string

    • Iterate through the string and count each character

    • Use a dictionary to store the count of each character

    • Handle edge cases such as empty string or null input

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - clear basics of java oops, selenium commands
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Different types of assert
  • Ans. 

    Different types of assert include assert equals, assert true, assert false, assert not null, and assert not same.

    • Assert equals: Compares two values for equality

    • Assert true: Checks if a condition is true

    • Assert false: Checks if a condition is false

    • Assert not null: Verifies that a value is not null

    • Assert not same: Verifies that two objects do not refer to the same object

  • Answered by AI
  • Q2. Different types of coats
  • Ans. 

    There are various types of coats, including trench coats, pea coats, duffle coats, and overcoats.

    • Trench coat

    • Pea coat

    • Duffle coat

    • Overcoat

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the basics of selenium
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Authentication and Authorization
  • Ans. 

    Authentication verifies the identity of a user, while authorization determines what actions a user is allowed to perform.

    • Authentication confirms the user's identity through credentials like username and password.

    • Authorization controls access to resources based on the user's identity and permissions.

    • Example: Logging into a website (authentication) and then accessing specific pages based on user roles (authorization).

  • Answered by AI
  • Q2. Exceptions in Selenium
  • Ans. 

    Exceptions in Selenium are errors that occur during test execution, such as ElementNotVisibleException or NoSuchElementException.

    • Exceptions in Selenium are thrown when there is an unexpected behavior or error during test execution.

    • Common exceptions include ElementNotVisibleException, NoSuchElementException, StaleElementReferenceException, and TimeoutException.

    • Handling exceptions in Selenium can be done using try-catch ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated QA Engineer with 5 years of experience in testing web and mobile applications.

    • 5 years of experience in QA testing

    • Proficient in testing web and mobile applications

    • Strong attention to detail and problem-solving skills

  • Answered by AI
  • Q2. What's your expected salary
Round 2 - Coding Test 

Two coding questions 30 mins

Round 3 - Technical 

(2 Questions)

  • Q1. How to do when dev think it is bug but you do not agree
  • Ans. 

    Discuss with dev, review requirements and test cases, provide evidence from testing

    • Have a discussion with the developer to understand their perspective and reasoning behind considering it a bug

    • Review the requirements and test cases to ensure that the behavior in question aligns with the expected functionality

    • Provide evidence from testing, such as logs, screenshots, or test results, to support your stance

    • Collaborate wit...

  • Answered by AI
  • Q2. White board coding

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Reverse String code And all the automation and api related questions
Contribute & help others!
anonymous
You can choose to be anonymous

KPMG India Interview FAQs

How many rounds are there in KPMG India QA Engineer interview?
KPMG India interview process usually has 2 rounds. The most common rounds in the KPMG India interview process are Resume Shortlist and Technical.
What are the top questions asked in KPMG India QA Engineer interview?

Some of the top questions asked at the KPMG India QA Engineer interview -

  1. difference between stlc and s...read more
  2. Related to manual testing api testi...read more

Recently Viewed

COMPANY BENEFITS

Deloitte

No Benefits

COMPANY BENEFITS

Mercer

No Benefits

REVIEWS

Deloitte

No Reviews

REVIEWS

Mercer

No Reviews

LIST OF COMPANIES

Mercer

Locations

SALARIES

Trpc Service Team

SALARIES

DBS Bank

SALARIES

Mercer

REVIEWS

Gartner

No Reviews

SALARIES

Mercer

Tell us how to improve this page.

KPMG India QA Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

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
KPMG India QA Engineer Salary
based on 12 salaries
₹4.2 L/yr - ₹7.2 L/yr
At par with the average QA Engineer Salary in India
View more details
Consultant
7.8k salaries
unlock blur

₹6.5 L/yr - ₹26.5 L/yr

Assistant Manager
7k salaries
unlock blur

₹10.3 L/yr - ₹32 L/yr

Associate Consultant
4.7k salaries
unlock blur

₹4.5 L/yr - ₹15.9 L/yr

Analyst
3.5k salaries
unlock blur

₹1 L/yr - ₹8 L/yr

Manager
2.9k salaries
unlock blur

₹15.5 L/yr - ₹46 L/yr

Explore more salaries
Compare KPMG India with

Cognizant

3.7
Compare

PwC

3.4
Compare

Capgemini

3.7
Compare

Google

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