Upload Button Icon Add office photos

Filter interviews by

KPMG India Interview Questions, Process, and Tips

Updated 3 Mar 2025

Top KPMG India Interview Questions and Answers

View all 412 questions

KPMG India Interview Experiences

Popular Designations

789 interviews found

I applied via Approached by Company and was interviewed in Apr 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 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. What is your job profile
  • Q3. What does digital transformation mean to you
  • Ans. 

    Digital transformation is the integration of digital technology into all areas of a business resulting in fundamental changes to how businesses operate and deliver value to customers.

    • Digital transformation involves the use of digital technology to improve business processes, customer experience, and overall performance.

    • It requires a shift in mindset and culture to embrace new technologies and ways of working.

    • Examples i...

  • Answered by AI
  • Q4. How would you approach a case study (details given below)
  • Ans. 

    Approach to a case study

    • Understand the problem statement and objectives

    • Gather relevant data and information

    • Analyze the data and identify key insights

    • Develop a hypothesis and test it

    • Draw conclusions and make recommendations

    • Present findings in a clear and concise manner

  • Answered by AI
  • Q5. What are different aspects of digital transformation strategy
  • Ans. 

    Digital transformation strategy includes aspects like customer experience, data analytics, agile methodology, and cloud computing.

    • Customer experience: Improving customer interactions through digital channels

    • Data analytics: Leveraging data to make informed decisions and improve operations

    • Agile methodology: Adopting a flexible and iterative approach to project management

    • Cloud computing: Moving data and applications to th

  • Answered by AI

Interview Preparation Tips

Topics to prepare for KPMG India Digital Strategist interview:
  • Digital Transformation
  • Business Strategy
  • Business Growth
  • Business Expansion
  • Conflict Resolution
  • Collaboration
  • Effective Communication Skills
Interview preparation tips for other job seekers - I am from product background and this interview was taken from a service industry perspective so there was an evident gap in the expectations versus my responses.

Being on the ground floor of digital transformation execution, its more about real world problem solving than big talks and jargon which was clearly missing from my side hence that was again a drawback.

Most important and one of a kind experience - I was asked about a hypothetical situation about organisational growth and expansion and how as a consultant I would approach the particular scenario. My answers lacked short I am not exposed to such scenarios neither was the expectation clear (btw interviewer was still on probation period at this company so he was trying to gauge me on something I thought he was working On and also not a DT related question). However following weekend I watched a popular TV show about the rise and fall of a unicorn in the prop-tech arena and found out the answer was expected from reference to this TV series!

Anyway, I must say it was good to learn about my shortcomings and apply myself in a smarter manner for upcoming opportunities in the Big4/5 DT space.

Best of luck to those who appear.

Digital Strategist Interview Questions asked at other Companies

Q1. How would you approach a case study (details given below)
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed 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.

Top KPMG India Senior Software Test Engineer Interview Questions and Answers

Q1. How do you inspect a drop-down element and write the corresponding syntax for handling drop-downs in Selenium?
View answer (1)

Senior Software Test Engineer Interview Questions asked at other Companies

Q1. What is retest and regression testing ?, Difference between authentication and authorization, Black box testing, functionality testing, UAT, STLC, Bug life cycle, Bug tracking tool, traffic light scenario,
View answer (1)
KPMG India Interview Questions and Answers for Freshers
illustration image
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - Group Discussion 

Programming questions related to Python and React.

Round 2 - Group Discussion 

Programmatical problem related to Python and React

Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion
Round 4 - Aptitude Test 

Programming Problems related to react and python.

Round 5 - Technical 

(1 Question)

  • Q1. Object Oriented Programming, Memory Management, Multiprocessing, multithreading, GIL, React Components
Round 6 - Technical 

(1 Question)

  • Q1. Object Oriented Programming, GIL, Multi threading, multiprocessing, React Component, Shallow Copy, Deep Copy
Round 7 - Technical 

(1 Question)

  • Q1. Object Oriented Programming, GIL, Multi threading, multiprocessing, React Component, Shallow Copy, Deep Copy
Round 8 - Technical 

(1 Question)

  • Q1. Object Oriented Programming, GIL, Multi threading, multiprocessing, React Component, Shallow Copy, Deep Copy
Round 9 - One-on-one 

(1 Question)

  • Q1. Object Oriented Programming, GIL, Multi threading, multiprocessing, React Component, Shallow Copy, Deep Copy, Django ORM, Class Inheritance

Interview Preparation Tips

Interview preparation tips for other job seekers - In the name of the client Round, the internal team will contact you to conduct interview calls known as Preparation Call Round before the Client Round, aimed at creating a positive impression for the client. Typically, no additional rounds follow the HR round, but they conducted five more rounds while merely reiterating the aforementioned details, which led me to cancel my own job application.

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

Analyst Interview Questions & Answers

user image Anonymous

posted on 28 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Previous experience
  • Q2. Are you relocate ?
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am open to relocating for the right opportunity

    • I have experience moving for previous jobs

    • I am willing to consider relocation for the right position

  • Answered by AI
Round 2 - Assignment 

Briefly 2 topic write depend upon 2 questions given

Round 3 - Technical 

(2 Questions)

  • Q1. Depth previous experience questions ask
  • Q2. Situation based questions

Top KPMG India Analyst Interview Questions and Answers

Q1. what do you know about networking?
View answer (1)

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

KPMG India interview questions for popular designations

 Consultant

 (86)

 Analyst

 (85)

 Associate Consultant

 (45)

 Assistant Manager

 (35)

 Associate

 (28)

 Senior Consultant

 (23)

 Audit Associate

 (18)

 Manager

 (15)

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Big data , Optimization , Python basic , SQL intermediate
  • Q2. Find max and min number without sorting Joins related Big data handling Optimization question
Round 2 - Technical 

(2 Questions)

  • Q1. Schema , python , sql
  • Q2. Case study sql and python based
Round 3 - Case Study 

Sales data from a leading manufacturer

Senior Data Analyst Interview Questions asked at other Companies

Q1. What is the difference between Least Squares Method and the maximum likelihood
View answer (1)

Get interview-ready with Top KPMG India Interview Questions

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Only self introduction has been taken

Interview Preparation Tips

Interview preparation tips for other job seekers - I had an extremely disappointing experience with the HR team at KPMG Pune. After traveling a long distance to attend the recruitment process, I encountered unresponsiveness and a lack of professionalism from the HR staff. Despite waiting for two days, I did not receive the assessment test URL, and my calls, emails, and messages were completely ignored.

The behavior of certain HR representatives, particularly Krishna Samhita and Aishwarya Bhosale, was highly unprofessional. They failed to provide clear communication, leaving candidates in uncertainty and wasting valuable time. Such a lack of responsibility and courtesy reflects poorly on a firm of KPMG’s stature.

A company known for its global reputation should ensure that its recruitment process is well-organized and that its HR representatives uphold professionalism and respect for candidates’ time. Unfortunately, my experience was far from that, making it one of the worst hiring processes I have encountered.

I hope KPMG takes this feedback seriously and improves its recruitment process to prevent similar experiences for future candidates.
🙏

Background Verification Executive Interview Questions asked at other Companies

Q1. What is BPO, customer support
View answer (1)

Jobs at KPMG India

View all
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Question on sas sql and credit risk
Round 2 - Technical 

(1 Question)

  • Q1. Similar as round 1 but with manager
Round 3 - Technical 

(1 Question)

  • Q1. Partner round with technical sas questions

Top KPMG India Assistant Manager Interview Questions and Answers

Q1. What do you know about regression, classification. Explain deep learning
View answer (3)

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (87)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

GD TOPIC - AI is Bane or Boon

Round 2 - Technical 

(2 Questions)

  • Q1. What is internal Audit and tell me its complete process
  • Ans. 

    Internal Audit is a systematic and independent evaluation of an organization's operations to ensure effectiveness, efficiency, and compliance.

    • Planning: Define scope, objectives, and methodology of the audit.

    • Fieldwork: Collect and analyze data, identify risks and controls.

    • Reporting: Communicate findings, recommendations, and action plans.

    • Follow-up: Monitor implementation of recommendations and track progress.

    • Examples: P...

  • Answered by AI
  • Q2. What is Change Management and Access Control Management in details with example
  • Ans. 

    Change Management involves controlling changes to IT systems, while Access Control Management focuses on managing user access to these systems.

    • Change Management is the process of managing changes to IT systems in a controlled and systematic manner.

    • Access Control Management involves managing user access to IT systems, ensuring only authorized users have access to specific resources.

    • Change Management includes steps like ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well and have knowledge in each and every field not in very details but have some basic knowledge for every field.

IT Internal Auditor Interview Questions asked at other Companies

Q1. What is Change Management and Access Control Management in details with example
View answer (1)

Quality Analyst Interview Questions & Answers

user image Angel Light

posted on 24 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Why you want to join kpmg?
  • Q3. What you understand about the job?
  • Q4. What is your work experience?
  • Q5. How will you see yourself within 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - They ask very Simple questions. They just how we well communicate with them

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Top and Bottom in one sheet
  • Ans. 

    Use LOD calculations to display top and bottom values in one sheet in Tableau.

    • Use Level of Detail (LOD) calculations to create separate calculated fields for top and bottom values.

    • Use these calculated fields in the same sheet to display both top and bottom values.

    • For example, create a calculated field for top values using {FIXED [Dimension]: MAX([Measure])} and another for bottom values using {FIXED [Dimension]: MIN([M

  • Answered by AI
  • Q2. Usage of parameter and filters
  • Ans. 

    Parameters and filters are key features in Tableau for dynamic data analysis and visualization.

    • Parameters allow users to input values that can be used in calculations, filters, and reference lines.

    • Filters are used to limit the data displayed in a visualization based on specified criteria.

    • Parameters can be used to create dynamic filters that allow users to interact with the data in real-time.

    • Combining parameters and fil...

  • Answered by AI
  • Q3. Types of LOD and its use case
  • Ans. 

    Types of LOD include Fixed, Include, and Exclude LOD calculations for different use cases.

    • Fixed LOD: Used to ignore the level of detail in the view and compute an aggregate value.

    • Include LOD: Used to compute an aggregate value at a higher level of detail than the view.

    • Exclude LOD: Used to compute an aggregate value at a lower level of detail than the view.

  • Answered by AI
  • Q4. Performance Optimization
Round 2 - Technical 

(3 Questions)

  • Q1. Project Overview and Size
  • Q2. Performance Optimization
  • Q3. Open for work in different technologies
Round 3 - Behavioral 

(3 Questions)

  • Q1. Introduction and Role
  • Q2. Tableau Prep and its usage
  • Ans. 

    Tableau Prep is a data preparation tool that allows users to clean, combine, and shape data for analysis in Tableau.

    • Tableau Prep helps in cleaning and transforming data before visualizing it in Tableau Desktop.

    • It allows users to easily combine multiple data sources and perform data cleaning tasks like removing duplicates, splitting columns, and aggregating data.

    • Tableau Prep also provides a visual interface for creating...

  • Answered by AI
  • Q3. Snowflake vs Star Schema
  • Ans. 

    Snowflake schema is a normalized form of Star schema with multiple levels of dimension tables.

    • Snowflake schema has normalized dimension tables, while Star schema has denormalized dimension tables.

    • Snowflake schema is more complex and requires more joins compared to Star schema.

    • Star schema is easier to understand and query, making it more suitable for smaller datasets.

    • Snowflake schema is more suitable for larger datasets

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was purely technical, rest two were combined of technical and managerial.

Business Intelligence Analyst and Tableau Developer Interview Questions asked at other Companies

Q1. Find Top 5 and Botton 5 sales in same sheet
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Wifi controller
  • Q2. Access list data centre security,ips ids

Network Consultant Interview Questions asked at other Companies

Q1. What are issues caused due to asymmetric routing in a network.
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

KPMG India Interview FAQs

How many rounds are there in KPMG India interview?
KPMG India interview process usually has 2-3 rounds. The most common rounds in the KPMG India interview process are Technical, One-on-one Round and HR.
How to prepare for KPMG India interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at KPMG India. The most common topics and skills that interviewers at KPMG India expect are Project Management, Information Technology, Computer Networking, Risk Management and Consulting.
What are the top questions asked in KPMG India interview?

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

  1. While working late at night, you figure out that the data available with you ha...read more
  2. "A woman came to the market to sell eggs. The first customer bought half of her...read more
  3. Without the help of internet help me calculate the no. of white cars sold in Mu...read more
How long is the KPMG India interview process?

The duration of KPMG India interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

KPMG India Interview Process

based on 631 interviews

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
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
BCG Interview Questions
3.7
 • 196 Interviews
Bain & Company Interview Questions
3.8
 • 103 Interviews
View all

KPMG India Reviews and Ratings

based on 5.5k reviews

3.5/5

Rating in categories

3.5

Skill development

3.1

Work-life balance

3.3

Salary

3.6

Job security

3.3

Company culture

3.1

Promotions

3.1

Work satisfaction

Explore 5.5k Reviews and Ratings
Manager

Bangalore / Bengaluru

10-15 Yrs

₹ 15.7-40 LPA

Consultant

Bangalore / Bengaluru

5-8 Yrs

₹ 12-22 LPA

Qa Test Engineer

Bangalore / Bengaluru

8-11 Yrs

Not Disclosed

Explore more jobs
Consultant
7.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
6.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
4.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
3.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
2.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare KPMG India with

Cognizant

3.8
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