Upload Button Icon Add office photos

Filter interviews by

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 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

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was there where basic selenium questions were asked.

Round 2 - One-on-one 

(1 Question)

  • Q1. What are the key aspects of Selenium, including hooks, BDD, Page Factory, dropdown handling, TestNG annotations, methods for running failed test cases using TestNG, and handling API responses?
  • Ans. 

    Selenium is a popular automation testing tool with key aspects like hooks, BDD, Page Factory, dropdown handling, TestNG annotations, methods for running failed test cases, and handling API responses.

    • Selenium hooks allow you to perform actions before or after test scenarios, such as setting up test data or cleaning up after tests.

    • Behavior Driven Development (BDD) in Selenium involves writing test cases in a human-readab...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Could you explain the manual testing process, the Software Testing Life Cycle (STLC), and how you log bugs along with their priority and severity?
  • Ans. 

    Manual testing involves following STLC to log bugs with priority and severity.

    • Manual testing involves executing test cases without the use of automation tools.

    • STLC includes phases like requirement analysis, test planning, test case development, test execution, and bug reporting.

    • Logging bugs involves documenting the issue, assigning priority (e.g. high, medium, low), and severity (e.g. critical, major, minor).

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Gartner QA Engineer interview:
  • Selenium
  • Java
  • restAssured

QA Engineer Interview Questions & Answers

PwC user image SRINIVASRAO MIRAMPALLI

posted on 29 Jun 2024

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

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is difference between smoke and sanity testing?
  • Ans. 

    Smoke testing is a quick test to check if the software build is stable, while sanity testing is a more thorough test to check specific functionalities.

    • Smoke testing is done to ensure the critical functionalities of the software are working fine after a build, while sanity testing is done to verify specific features or functionalities.

    • Smoke testing is usually performed before detailed testing, while sanity testing is pe...

  • Answered by AI
  • Q2. What is Test Plan?
  • Ans. 

    Test Plan is a document that outlines the scope, approach, resources, and schedule of testing activities.

    • Defines the objectives and scope of testing

    • Outlines the test strategy and approach

    • Includes test deliverables, resources, and schedule

    • Identifies risks and mitigation strategies

    • Provides a roadmap for the testing process

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. What is Defect Life Cycle?
  • Ans. 

    Defect Life Cycle is the process of identifying, reporting, fixing, retesting, and closing defects in software development.

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

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

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

    • Defect retesting: Testers ver...

  • Answered by AI
  • Q2. What is Software Development Life Cycle?
  • Ans. 

    Software Development Life Cycle (SDLC) is a process used by software development teams to design, develop, test, and deploy high-quality software.

    • SDLC consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the software meets quality standards.

    • Examples of SDLC models include Waterfall, Agile, and DevOps.

    • S...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PwC QA Engineer interview:
  • Functional Testing
Interview preparation tips for other job seekers - Communicate Fluently. Best of luck

Skills evaluated in this interview

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

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

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(1 Question)

  • Q1. It was good and simple questions were asked related to java, testng and selenium
Round 2 - One-on-one 

(1 Question)

  • Q1. It was difficult and totally based on the coding.

QA Engineer Interview Questions & Answers

PwC user image Fathima Farzana

posted on 12 Mar 2024

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

(1 Question)

  • Q1. Selenium java related questions
Round 2 - Technical 

(1 Question)

  • Q1. Coding from java
Round 3 - HR 

(1 Question)

  • Q1. General HR related questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are raiders in insurance
  • Ans. 

    Raiders in insurance are individuals or groups who intentionally cause damage or loss in order to fraudulently collect insurance payouts.

    • Raiders may stage accidents, arson, or theft to make false insurance claims.

    • They may also inflate the value of their losses or provide false information to the insurance company.

    • Insurance companies use various methods to detect and prevent insurance fraud by raiders.

    • Raiders can face l...

  • Answered by AI
  • Q2. How the premium gets calculated
  • Ans. 

    Premium is calculated based on various factors such as age, gender, health condition, coverage amount, and lifestyle choices.

    • Premiums are typically higher for older individuals as they are considered higher risk.

    • Gender may also impact premium rates, with women often paying lower premiums.

    • Health condition plays a significant role in premium calculation, with healthier individuals paying lower premiums.

    • Coverage amount an...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How do you handle frames
  • Ans. 

    Frames in QA refer to the use of framesets and iframes in web applications.

    • Frames are used to divide a web page into multiple sections, each with its own HTML document.

    • To handle frames, QA engineers need to understand how to switch between frames using methods like switchTo().

    • They should also be familiar with locating elements within frames using appropriate locators.

    • Example: driver.switchTo().frame('frameName')

    • Example

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Tell me your framework
  • Ans. 

    I primarily use Selenium WebDriver with TestNG for automation testing.

    • Framework built using Selenium WebDriver for web automation

    • Utilize TestNG for test case management and execution

    • Implement Page Object Model design pattern for better code organization

  • Answered by AI

QA Engineer Interview Questions & Answers

Deloitte user image MEGHANA ANTHATI

posted on 4 Oct 2024

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

(2 Questions)

  • Q1. What is the definition of tosca
  • Ans. 

    Tosca is a software testing tool that provides end-to-end test automation solutions.

    • Tosca is used for automated software testing.

    • It offers features like test case design, test data management, and test execution.

    • Tosca supports various technologies and platforms for testing.

    • It helps in accelerating the testing process and improving test coverage.

    • Example: Using Tosca to automate regression tests for a web application.

  • Answered by AI
  • Q2. Tosca errors and define them
  • Ans. 

    Tosca errors are common issues encountered while using the Tosca automation tool for testing.

    • Object not found error - occurs when Tosca cannot locate a specific object on the application under test.

    • Data binding error - happens when there is an issue with the data binding in Tosca.

    • Execution error - occurs during the execution of test cases in Tosca.

    • License error - happens when there is an issue with the Tosca license.

    • Co...

  • Answered by AI

Skills evaluated in this interview

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

Tell us how to improve this page.

KPMG India QA Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
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
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.6 L/yr - ₹27 L/yr

Assistant Manager
7.1k salaries
unlock blur

₹10.3 L/yr - ₹32 L/yr

Associate Consultant
4.7k salaries
unlock blur

₹4.5 L/yr - ₹16 L/yr

Analyst
3.6k 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