Upload Button Icon Add office photos
Premium Employer

i

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

KPMG India

Compare button icon Compare button icon Compare

Filter interviews by

KPMG India Senior Software Test Engineer Interview Questions and Answers

Updated 6 Feb 2025

16 Interview questions

A Senior Software Test Engineer was asked 5mo ago
Q. What contributions have you made to the framework?
Ans. 

I have contributed to the framework by designing and implementing new test cases, improving existing test scripts, and enhancing automation capabilities.

  • Designed and implemented new test cases to cover additional functionalities

  • Improved existing test scripts for better efficiency and coverage

  • Enhanced automation capabilities by integrating new tools and technologies

  • Collaborated with developers to identify and resol...

A Senior Software Test Engineer was asked 5mo ago
Q. What is the relationship between test coverage and a test matrix?
Ans. 

Test coverage is the measure of how much of the code is tested, while a test matrix is a document that maps test cases to requirements.

  • Test coverage measures the extent to which the source code of a program is executed during testing.

  • A test matrix is a document that maps test cases to requirements, helping to ensure that all requirements are covered by test cases.

  • Test coverage can be used to determine the effectiv...

Senior Software Test Engineer Interview Questions Asked at Other Companies

asked in Test Unity
Q1. What is retest and regression testing ?, Difference between authe ... read more
asked in KPMG India
Q2. How do you inspect a drop-down element and write the correspondin ... read more
asked in KPMG India
Q3. What do you write in LINQ, what is its purpose, and how do you va ... read more
asked in Code Vyasa
Q4. Oops concepts, how you have used oops concepts in ur current proj ... read more
asked in KPMG India
Q5. What are the concepts of Object-Oriented Programming (OOP) in rel ... read more
A Senior Software Test Engineer was asked 5mo ago
Q. What are the differences between WebDriver and ChromeDriver?
Ans. 

WebDriver is a tool for automating web application testing, while ChromeDriver is a specific implementation for controlling Chrome browser.

  • WebDriver is a generic tool that supports multiple browsers, while ChromeDriver is specifically for Chrome browser.

  • WebDriver provides a common API for interacting with different browsers, while ChromeDriver is used to control Chrome browser instances.

  • WebDriver can be used with ...

A Senior Software Test Engineer was asked 5mo ago
Q. What are locators, and what are the different types of XPath?
Ans. 

Locators are used to identify web elements in automated testing. XPath is a language used to navigate XML documents.

  • Locators are used to find and interact with elements on a web page in automated testing.

  • XPath is a language for navigating XML documents and is commonly used to locate elements on a web page.

  • Types of XPath include Absolute XPath, Relative XPath, Contains XPath, and more.

  • Absolute XPath starts from the...

What people are saying about KPMG India

View All
toomuchcaffeine
Verified Icon
22h
works at
Infosys
KPMG Interview is scheduled for Cloud Ops engineer.
KPMG Interview is scheduled for Cloud Ops engineer. Kindly please help me with below: 1. What's the Package for that if have almost 6 years of Experience. (L1 Interview is Scheduled) 2. If anyone have set of questions for Cloud Ops Engineer profile. 3. Interview Experience. Thank you!
Got a question about KPMG India?
Ask anonymously on communities.
A Senior Software Test Engineer was asked 5mo ago
Q. What is the structure of a framework? Explain.
Ans. 

A framework is a structured set of guidelines, libraries, and tools used to develop and test software applications.

  • A framework provides a foundation for building software applications by defining the overall structure and design patterns.

  • It includes reusable components, libraries, and utilities that help in automating tasks and improving efficiency.

  • Frameworks can be categorized into different types such as testing...

A Senior Software Test Engineer was asked 5mo ago
Q. What is the syntax of XPath?
Ans. 

XPath is a query language for selecting nodes from an XML document.

  • XPath uses path expressions to navigate through elements and attributes in an XML document

  • Syntax includes using slashes to separate elements, square brackets for conditions, and @ symbol for attributes

  • Examples: //bookstore/book[1] selects the first book element under the bookstore element

A Senior Software Test Engineer was asked 5mo ago
Q. Explain feature file linking in relation to the step definition file.
Ans. 

Feature file linking is the process of connecting feature files with step definition files in BDD testing.

  • Feature files contain scenarios written in Gherkin language

  • Step definition files contain the actual code implementation for the steps in feature files

  • Linking is done by specifying the path to the step definition file in the feature file

  • This allows the automation tool to execute the steps defined in the feature...

Are these interview questions helpful?
A Senior Software Test Engineer was asked 5mo ago
Q. What are the concepts of Object-Oriented Programming (OOP) in relation to your project?
Ans. 

OOP concepts in my project include encapsulation, inheritance, and polymorphism.

  • Encapsulation: Data hiding and bundling of data with methods to operate on that data.

  • Inheritance: Ability to create new classes based on existing classes, promoting code reusability.

  • Polymorphism: Ability for objects of different classes to respond to the same method call.

  • Example: Using inheritance to create a base class 'Shape' with su...

A Senior Software Test Engineer was asked 5mo ago
Q. What are the meanings of "Given," "When," and "Then" in Gherkin language? Please explain.
Ans. 

In Gherkin language, 'Given' sets up the initial context, 'When' describes the action taken, and 'Then' specifies the expected outcome.

  • Given: Describes the initial state or precondition of the scenario

  • When: Represents the action or event that occurs

  • Then: Defines the expected outcome or result after the action is taken

  • Example: Given a user is logged in, When they click on the 'Logout' button, Then they should be lo...

A Senior Software Test Engineer was asked 5mo ago
Q. How do you handle conflicting situations when working on priority-based tasks?
Ans. 

I prioritize tasks based on impact and urgency, communicate with stakeholders, and seek consensus to resolve conflicts.

  • Prioritize tasks based on impact and urgency

  • Communicate with stakeholders to understand their perspectives

  • Seek consensus by discussing conflicting priorities with team members

  • Use data and metrics to support decision-making

  • Stay flexible and adapt to changing priorities

KPMG India Senior Software Test Engineer Interview Experiences

1 interview found

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

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(21 Questions)

  • Q1. What is the Selenium architecture in relation to C#?
  • Ans. 

    Selenium architecture allows for automation testing of web applications using C# bindings.

    • Selenium WebDriver interacts with web browsers to automate testing

    • C# bindings provide a way to write test scripts in C# language

    • Selenium Grid allows for parallel testing on multiple machines

    • Selenium IDE for recording and playback of test scripts

  • Answered by AI
  • Q2. What are the concepts of Object-Oriented Programming (OOP) in relation to your project?
  • Ans. 

    OOP concepts in my project include encapsulation, inheritance, and polymorphism.

    • Encapsulation: Data hiding and bundling of data with methods to operate on that data.

    • Inheritance: Ability to create new classes based on existing classes, promoting code reusability.

    • Polymorphism: Ability for objects of different classes to respond to the same method call.

    • Example: Using inheritance to create a base class 'Shape' with subclas...

  • Answered by AI
  • Q3. What are locators, and what are the different types of XPath?
  • Ans. 

    Locators are used to identify web elements in automated testing. XPath is a language used to navigate XML documents.

    • Locators are used to find and interact with elements on a web page in automated testing.

    • XPath is a language for navigating XML documents and is commonly used to locate elements on a web page.

    • Types of XPath include Absolute XPath, Relative XPath, Contains XPath, and more.

    • Absolute XPath starts from the root...

  • Answered by AI
  • Q4. Have you ever managed cookies and caches in automation?
  • Ans. 

    Yes, I have experience managing cookies and caches in automation.

    • Yes, I have written automation scripts to handle cookies by setting, getting, and deleting them.

    • I have also managed browser caches in automation to ensure accurate testing results.

    • Utilized tools like Selenium WebDriver to interact with cookies and caches during test execution.

  • Answered by AI
  • Q5. How have you managed team members in your previous roles?
  • Ans. 

    I have managed team members by setting clear expectations, providing support and guidance, and fostering a collaborative environment.

    • Set clear expectations for team members regarding goals, deadlines, and responsibilities.

    • Provide support and guidance to team members to help them succeed in their roles.

    • Foster a collaborative environment where team members can communicate openly and work together effectively.

    • Recognize an...

  • Answered by AI
  • Q6. How do you manage a situation where resources are limited and there is a deadline for completing testing?
  • Ans. 

    I prioritize testing based on critical functionalities, automate repetitive tasks, and collaborate with stakeholders to adjust scope if necessary.

    • Prioritize testing based on critical functionalities

    • Automate repetitive tasks to save time

    • Collaborate with stakeholders to adjust scope if necessary

  • Answered by AI
  • Q7. What is the 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 and priority.

    • Defect fixing: Developers fix the reported defects based on the information provided.

    • Defect retesting: Testers ve...

  • Answered by AI
  • Q8. What is test scenario?
  • Ans. 

    A test scenario is a detailed description of a specific test case or situation to be tested.

    • Test scenario outlines the steps to be taken, data inputs, and expected outcomes.

    • It helps in ensuring complete test coverage and identifying potential issues.

    • Example: Test scenario for login functionality - enter valid username and password, click login button, verify successful login.

  • Answered by AI
  • Q9. What is the relationship between test coverage and a test matrix?
  • Ans. 

    Test coverage is the measure of how much of the code is tested, while a test matrix is a document that maps test cases to requirements.

    • Test coverage measures the extent to which the source code of a program is executed during testing.

    • A test matrix is a document that maps test cases to requirements, helping to ensure that all requirements are covered by test cases.

    • Test coverage can be used to determine the effectiveness...

  • Answered by AI
  • Q10. How do you handle conflicting situations when working on priority-based tasks?
  • Ans. 

    I prioritize tasks based on impact and urgency, communicate with stakeholders, and seek consensus to resolve conflicts.

    • Prioritize tasks based on impact and urgency

    • Communicate with stakeholders to understand their perspectives

    • Seek consensus by discussing conflicting priorities with team members

    • Use data and metrics to support decision-making

    • Stay flexible and adapt to changing priorities

  • Answered by AI
  • Q11. What are the meanings of "Given," "When," and "Then" in Gherkin language? Please explain.
  • Ans. 

    In Gherkin language, 'Given' sets up the initial context, 'When' describes the action taken, and 'Then' specifies the expected outcome.

    • Given: Describes the initial state or precondition of the scenario

    • When: Represents the action or event that occurs

    • Then: Defines the expected outcome or result after the action is taken

    • Example: Given a user is logged in, When they click on the 'Logout' button, Then they should be logged ...

  • Answered by AI
  • Q12. What is the difference between a scenario and a scenario outline?
  • Ans. 

    A scenario is a single test case while a scenario outline is a template for multiple similar test cases with different inputs.

    • Scenario is a single test case with specific inputs and expected outcomes

    • Scenario outline is a template for multiple test cases with placeholders for inputs

    • In scenario outline, examples table is used to provide different input values for each test case

  • Answered by AI
  • Q13. What contributions have you made to the framework?
  • Ans. 

    I have contributed to the framework by designing and implementing new test cases, improving existing test scripts, and enhancing automation capabilities.

    • Designed and implemented new test cases to cover additional functionalities

    • Improved existing test scripts for better efficiency and coverage

    • Enhanced automation capabilities by integrating new tools and technologies

    • Collaborated with developers to identify and resolve is...

  • Answered by AI
  • Q14. What information do you include in a POM (Project Object Model) file?
  • Ans. 

    POM file includes information about project dependencies, build settings, and plugins in Maven projects.

    • Project dependencies

    • Build settings

    • Plugins

  • Answered by AI
  • Q15. What are the differences between WebDriver and ChromeDriver?
  • Ans. 

    WebDriver is a tool for automating web application testing, while ChromeDriver is a specific implementation for controlling Chrome browser.

    • WebDriver is a generic tool that supports multiple browsers, while ChromeDriver is specifically for Chrome browser.

    • WebDriver provides a common API for interacting with different browsers, while ChromeDriver is used to control Chrome browser instances.

    • WebDriver can be used with diffe...

  • Answered by AI
  • Q16. Syntax of xpath
  • Ans. 

    XPath is a query language for selecting nodes from an XML document.

    • XPath uses path expressions to navigate through elements and attributes in an XML document

    • Syntax includes using slashes to separate elements, square brackets for conditions, and @ symbol for attributes

    • Examples: //bookstore/book[1] selects the first book element under the bookstore element

  • Answered by AI
  • Q17. How do you manage dynamic elements on a webpage?
  • Ans. 

    Dynamic elements on a webpage are managed using various techniques like waiting for element visibility, using explicit waits, and handling AJAX calls.

    • Use explicit waits to wait for the element to be present, visible, clickable, etc.

    • Use dynamic locators like XPath, CSS selectors, or relative locators to locate elements that change dynamically.

    • Handle AJAX calls by waiting for the call to complete before interacting with ...

  • Answered by AI
  • Q18. How do you inspect a drop-down element and write the corresponding syntax for handling drop-downs in Selenium?
  • Ans. 

    To inspect a drop-down element in Selenium, use the 'Select' class to interact with it.

    • Use the 'Select' class from Selenium's WebDriver library to interact with drop-down elements

    • Identify the drop-down element using its locator (id, name, class, etc.)

    • Instantiate a new Select object by passing the drop-down element as a parameter

    • Use Select object methods like selectByVisibleText(), selectByValue(), selectByIndex() to in...

  • Answered by AI
  • Q19. What is the structure of a framework? Explain.
  • Ans. 

    A framework is a structured set of guidelines, libraries, and tools used to develop and test software applications.

    • A framework provides a foundation for building software applications by defining the overall structure and design patterns.

    • It includes reusable components, libraries, and utilities that help in automating tasks and improving efficiency.

    • Frameworks can be categorized into different types such as testing fram...

  • Answered by AI
  • Q20. Explain feature file linking in relation to the step definition file?
  • Ans. 

    Feature file linking is the process of connecting feature files with step definition files in BDD testing.

    • Feature files contain scenarios written in Gherkin language

    • Step definition files contain the actual code implementation for the steps in feature files

    • Linking is done by specifying the path to the step definition file in the feature file

    • This allows the automation tool to execute the steps defined in the feature file

  • Answered by AI
  • Q21. What do you write in LINQ, what is its purpose, and how do you validate the database data against the user interface?
  • Ans. 

    LINQ is used to query data from different data sources in C#, purpose is to simplify data querying, validate database data against UI using LINQ queries.

    • LINQ is used in C# to query data from different data sources like collections, databases, XML, etc.

    • Purpose of LINQ is to simplify data querying by providing a uniform way to query different types of data sources.

    • To validate database data against the user interface, LIN...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First, secure an interview and obtain an offer letter with a 40% salary increase. After that, negotiate with your current company; if the negotiations do not yield favorable results, use the same offer letter to apply to another company for a higher salary. Ensure to confirm the total cost to company (CTC) they are offering before attending interviews; if their budget does not align with yours, it would waste time for both parties.They may not respond to candidates though interview went well because they may move with lower salary expectations.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Java basics

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Assignment 

Cofing round on hackerearth

Round 2 - Case Study 

Case study with algo and db design

Interview Preparation Tips

Interview preparation tips for other job seekers - Great technology, poor worklife balance

Interview Questionnaire 

1 Question

  • Q1. Basics questions on SAP

Interview Preparation Tips

Interview preparation tips for other job seekers - Recomend, not to join this company. what they promise and what they provide is totally irrelevant. No ethics.

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

Round 1 - Case Study 

This is a case study round, you would be given 3 question out of which you will need to solve any 2.
Two question are algoritm based around designing datastructure and matrix problem
One question will be based om designing Database for a given requirement.

Round 2 - Technical 

(1 Question)

  • Q1. This is a follow up round after case study,where the interviewer will ask you about perfomance and scalability of questions is case study round. There might be few addition question on improving the soluti...
Round 3 - One-on-one 

(1 Question)

  • Q1. This is a behaviour round where interviewer will see your fitiness for team. It basically has scenario based question . This is also elimination round

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the requirement clearly for a given problem.
Have good knowledge of system and database design .
Focus on scalability/performance of an application

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

Interview Questionnaire 

1 Question

  • Q1. I was asked based on scenarios, all were practical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join as a contractor. Join only if you are permanent with Deloitte.

I applied via Campus Placement and was interviewed before Sep 2021. There were 5 interview rounds.

Round 1 - Coding Test 

1. One question was given to be solved in 1 hour. Question was medium level based on strings.

Round 2 - One-on-one 

(1 Question)

  • Q1. 1. 1:1 interview, mostly discussion around OOPS concepts and some basic dynamic programming questions.
Round 3 - Case Study 

1. 3 questions were given out of which any 2 needed to be solved. 1 question related to Database design and query, 2 questions related to DSA, both DSA questions were medium-hard type based on Dynamic programming and graph.
I solved one Dynamic programming question and Database question.

Round 4 - One-on-one 

(1 Question)

  • Q1. 1. This round was the follow up of last case study round. Interviewer gave various use cases to test on the algorithms that I had written. Some discussion related to OOPS concepts and Database design quest...
Round 5 - HR 

(1 Question)

  • Q1. It was final discussion, mostly around cultural fit and classic HR questions. It was easy one, I'd say.

Interview Preparation Tips

Topics to prepare for ZS Software Engineer interview:
  • Data Structures
  • Algorithms
  • OOPS
  • Database management system
Interview preparation tips for other job seekers - Prepare DSA, Database basic questions, OOPS concepts and be confident! Implementation is more important than theory, Hence practice these things.

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

Interview Questionnaire 

3 Questions

  • Q1. I ask basic OOPS Questoins
  • Q2. Questions on web api
  • Q3. Questions on SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with basics . No one knows everything. Be good in what you know.

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

Round 1 - Aptitude Test 

Aptitude based on normal topics on SHL platform

Round 2 - Coding Test 

Coding test on hackerrank with Java ad a language choice having 3 dsa questions on priority queue , array and tree
5 SQL and 5 DSA mcq

Round 3 - One-on-one 

(1 Question)

  • Q1. Interview on MS teams . Most of the question were asked from Java oops, spring boot and 1 dsa question on array stock price Some questions were 1) how auto configuration works in Spring 2) api calls 3) jav...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself in interview and be honest
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Dec 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Lifecycle hooks of Angular
  • Ans. 

    Angular lifecycle hooks are methods that allow you to tap into specific points in a component's lifecycle.

    • ngOnChanges: called when an input property changes

    • ngOnInit: called once the component is initialized

    • ngDoCheck: called during every change detection run

    • ngAfterContentInit: called after content (ng-content) has been projected into the component

    • ngAfterContentChecked: called after every check of the projected content

    • ng...

  • Answered by AI
  • Q2. SOLID principles
Round 2 - Technical 

(1 Question)

  • Q1. Questions on SQL
Round 3 - HR 

(1 Question)

  • Q1. Introduction and basic questions

Skills evaluated in this interview

KPMG India Interview FAQs

How many rounds are there in KPMG India Senior Software Test Engineer interview?
KPMG India interview process usually has 1 rounds. The most common rounds in the KPMG India interview process are Technical.
What are the top questions asked in KPMG India Senior Software Test Engineer interview?

Some of the top questions asked at the KPMG India Senior Software Test Engineer interview -

  1. How do you inspect a drop-down element and write the corresponding syntax for h...read more
  2. What do you write in LINQ, what is its purpose, and how do you validate the dat...read more
  3. What are the concepts of Object-Oriented Programming (OOP) in relation to your ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.7
 • 3k Interviews
PwC Interview Questions
3.3
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.2k Interviews
ZS Interview Questions
3.3
 • 476 Interviews
BCG Interview Questions
3.7
 • 203 Interviews
Bain & Company Interview Questions
3.9
 • 111 Interviews
WSP Interview Questions
4.2
 • 99 Interviews
View all
KPMG India Senior Software Test Engineer Salary
based on 4 salaries
₹9 L/yr - ₹16.5 L/yr
13% more than the average Senior Software Test Engineer Salary in India
View more details
Consultant
8.8k salaries
unlock blur

₹11.3 L/yr - ₹20 L/yr

Assistant Manager
7.9k salaries
unlock blur

₹16 L/yr - ₹27 L/yr

Associate Consultant
5.1k salaries
unlock blur

₹7.7 L/yr - ₹13 L/yr

Analyst
3.8k salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Manager
3.5k salaries
unlock blur

₹22 L/yr - ₹41 L/yr

Explore more salaries
Compare KPMG India with

Cognizant

3.7
Compare

PwC

3.3
Compare

Capgemini

3.7
Compare

Google

4.4
Compare
write
Share an Interview