Upload Button Icon Add office photos

Filter interviews by

KPMG India Interview Questions, Process, and Tips

Updated 6 Mar 2025

Top KPMG India Interview Questions and Answers

View all 413 questions

KPMG India Interview Experiences

Popular Designations

790 interviews found

Data Scientist Interview Questions & Answers

user image Preeti Hegde

posted on 17 Jan 2025

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is Linear regression
  • Ans. 

    Linear regression is a statistical method used to model the relationship between a dependent variable and one or more independent variables.

    • Linear regression is used to predict the value of a dependent variable based on the value of one or more independent variables.

    • It assumes a linear relationship between the independent and dependent variables.

    • The goal of linear regression is to find the best-fitting line that minimi...

  • Answered by AI
  • Q2. What li list and tuple
  • Ans. 

    List and tuple are both data structures in Python, but list is mutable while tuple is immutable.

    • List is denoted by square brackets [] while tuple is denoted by parentheses ().

    • Elements in a list can be changed, added, or removed, while elements in a tuple cannot be changed once defined.

    • Lists are used when you need a collection of items that may change, while tuples are used for fixed collections of items.

    • Example: list =

  • Answered by AI
  • Q3. Previous company project experience
  • Ans. 

    Developed a predictive analytics model to forecast customer churn for a telecom company.

    • Utilized machine learning algorithms such as logistic regression and random forests

    • Cleaned and preprocessed large datasets to improve model accuracy

    • Collaborated with cross-functional teams to gather domain knowledge and insights

  • Answered by AI

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Oct 2024

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

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

Round 1 - Coding Test 

Some multiple choice, 2 sql and 2 python questions were asked

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about you project
  • Ans. 

    Developed a real-time data processing system for analyzing customer behavior

    • Used Apache Kafka for streaming data ingestion

    • Implemented data pipelines using Apache Spark for processing and analysis

    • Utilized Elasticsearch for storing and querying large volumes of data

    • Developed custom machine learning models for predictive analytics

  • Answered by AI
  • Q2. Optimising technique that you have used
  • Ans. 

    I have used partitioning and indexing to optimize query performance.

    • Implemented partitioning on large tables to improve query performance by limiting the data scanned

    • Created indexes on frequently queried columns to speed up data retrieval

    • Utilized clustering keys to physically organize data on disk for faster access

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Window partition question was asked
  • Q2. Project related question

Skills evaluated in this interview

Top KPMG India Data Engineer Interview Questions and Answers

Q1. How do you handle changing schema from source. What are the common issues faced in hadoop and how did you resolve it?
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)
KPMG India Interview Questions and Answers for Freshers
illustration image

Consultant Interview Questions & Answers

user image Anonymous

posted on 9 Dec 2024

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

(3 Questions)

  • Q1. Write a program to print a pattern.
  • Q2. Wite a program to check fibonaaci.
  • Q3. Write a program to find a subarray

Top KPMG India Consultant Interview Questions and Answers

Q1. What is a RAID Log? And Do you maintain one??
View answer (3)

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Azure Data Engineer Interview Questions & Answers

user image SACHIN KAUSHIK

posted on 17 Jan 2025

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

(2 Questions)

  • Q1. What steps are involved in fetching data from an on-premises Unix server?
  • Ans. 

    Steps involved in fetching data from an on-premises Unix server

    • Establish a secure connection to the Unix server using SSH or other protocols

    • Identify the data source on the Unix server and determine the data extraction method

    • Use tools like SCP, SFTP, or rsync to transfer the data from the Unix server to Azure storage

    • Transform the data as needed before loading it into Azure Data Lake or Azure SQL Database

  • Answered by AI
  • Q2. Types of triggers in azure data factory
  • Ans. 

    Types of triggers in Azure Data Factory include schedule, tumbling window, event, and manual triggers.

    • Schedule trigger: Runs pipelines on a specified schedule.

    • Tumbling window trigger: Runs pipelines at regular intervals based on a time window.

    • Event trigger: Triggers pipelines based on events like file arrival or HTTP request.

    • Manual trigger: Allows manual execution of pipelines.

  • Answered by AI

Top KPMG India Azure Data Engineer Interview Questions and Answers

Q1. Difference between RDD, Dataframe and Dataset. How and what you have used in you databricks for data anlysis
View answer (1)

Azure Data Engineer Interview Questions asked at other Companies

Q1. 7. How can we load multiple(50)tables at a time using adf?
View answer (4)

KPMG India interview questions for popular designations

 Consultant

 (87)

 Analyst

 (85)

 Associate Consultant

 (45)

 Assistant Manager

 (35)

 Associate

 (28)

 Senior Consultant

 (23)

 Audit Associate

 (18)

 Manager

 (15)

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Medallion Architecture
  • Ans. 

    Medallion Architecture is a data processing architecture that involves breaking down data into smaller pieces for easier processing.

    • Medallion Architecture involves breaking down data into smaller pieces for easier processing

    • It allows for parallel processing of data to improve performance

    • Commonly used in big data processing systems like Hadoop and Spark

  • Answered by AI
  • Q2. What is Spark Architecture
  • Ans. 

    Spark Architecture is a distributed computing framework that provides an efficient way to process large datasets.

    • Spark Architecture consists of a driver program, cluster manager, and worker nodes.

    • It uses Resilient Distributed Datasets (RDDs) for fault-tolerant distributed data processing.

    • Spark supports various programming languages like Scala, Java, Python, and SQL.

    • It includes components like Spark Core, Spark SQL, Spa...

  • Answered by AI
  • Q3. Find the second highest salary in employee table
  • Ans. 

    Use SQL query to find the second highest salary in employee table

    • Use SQL query with ORDER BY and LIMIT to get the second highest salary

    • Example: SELECT DISTINCT salary FROM employee ORDER BY salary DESC LIMIT 1, 1

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How do you perform Partitioning
  • Ans. 

    Partitioning in Azure Data Engineer involves dividing data into smaller chunks for better performance and manageability.

    • Partitioning can be done based on a specific column or key in the dataset

    • It helps in distributing data across multiple nodes for parallel processing

    • Partitioning can improve query performance by reducing the amount of data that needs to be scanned

    • In Azure Synapse Analytics, you can use ROUND_ROBIN or H

  • Answered by AI
  • Q2. What are your current responsibilities as Azure Data Engineer
  • Ans. 

    As an Azure Data Engineer, my current responsibilities include designing and implementing data solutions on Azure, optimizing data storage and processing, and ensuring data security and compliance.

    • Designing and implementing data solutions on Azure

    • Optimizing data storage and processing for performance and cost efficiency

    • Ensuring data security and compliance with regulations

    • Collaborating with data scientists and analysts

  • Answered by AI

Skills evaluated in this interview

Top KPMG India Azure Data Engineer Interview Questions and Answers

Q1. Difference between RDD, Dataframe and Dataset. How and what you have used in you databricks for data anlysis
View answer (1)

Azure Data Engineer Interview Questions asked at other Companies

Q1. 7. How can we load multiple(50)tables at a time using adf?
View answer (4)

Get interview-ready with Top KPMG India Interview Questions

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

I was interviewed before Mar 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. What are the fundamental concepts of security?

Top KPMG India Associate Consultant Interview Questions and Answers

Q1. While working late at night, you figure out that the data available with you has something missing. You've been working on the data for the last 2 weeks. You don't see any senior around in office to help you out but the submission is suppos... read more
View answer (2)

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
View answer (15)

Jobs at KPMG India

View all

Analyst Interview Questions & Answers

user image Anonymous

posted on 1 Dec 2024

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

It was not easy and less time

Round 2 - Technical 

(2 Questions)

  • Q1. What do you know about Kpmg
  • Q2. What do you know about servicenow
  • Ans. 

    ServiceNow is a cloud-based platform that provides IT service management, IT operations management, and IT business management solutions.

    • ServiceNow offers a range of products and services for IT professionals to streamline and automate their workflows.

    • It helps organizations manage their IT infrastructure, services, and operations more efficiently.

    • ServiceNow's platform includes modules for IT service management, IT oper...

  • Answered by AI

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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Machine learning lifecycle and what are the deployment options?
  • Ans. 

    Machine learning lifecycle involves data collection, model training, evaluation, and deployment. Deployment options include cloud, on-premise, and edge computing.

    • Machine learning lifecycle stages: data collection, data preprocessing, model training, model evaluation, model deployment

    • Deployment options: cloud (e.g. AWS, Azure), on-premise servers, edge computing devices (e.g. IoT devices)

    • Deployment considerations: scala...

  • Answered by AI
  • Q2. Questions on NLP covering text preprocessing, word embeddings, sequence based models, RAG workflow.
Round 2 - HR 

(2 Questions)

  • Q1. What are the frameworks we can use to train machine learning models?
  • Ans. 

    Frameworks for training machine learning models

    • TensorFlow

    • PyTorch

    • Scikit-learn

    • Keras

    • MXNet

  • Answered by AI
  • Q2. What is your current and expected salary?
  • Ans. 

    I am currently earning $60,000 per year and I am looking for a salary in the range of $70,000 to $80,000 for this position.

    • Current salary: $60,000 per year

    • Expected salary range: $70,000 - $80,000 per year

  • Answered by AI

Interview Preparation Tips

Topics to prepare for KPMG India Associate Consultant interview:
  • SQL
  • NLP
  • Machine Learning
  • Python
  • RAG
  • GenAI
Interview preparation tips for other job seekers - Be confident. Brush up on basics. Most of the questions asked were from resume. So make sure to only mention what you know / worked on. If you are not sure about the answer, say I don't know. They are okay with it. Try not to bluff.

Skills evaluated in this interview

Top KPMG India Associate Consultant Interview Questions and Answers

Q1. While working late at night, you figure out that the data available with you has something missing. You've been working on the data for the last 2 weeks. You don't see any senior around in office to help you out but the submission is suppos... read more
View answer (2)

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
View answer (15)

Interview Questions & Answers

user image Anonymous

posted on 12 Oct 2024

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

I applied via Company Website and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Group Discussion 

A GD on any daily affairs topic was taken

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between information security and cyber security?
  • Ans. 

    Information security focuses on protecting all forms of data, while cyber security specifically deals with protecting digital information from cyber threats.

    • Information security encompasses all aspects of data protection, including physical and digital forms.

    • Cyber security specifically deals with protecting digital information from cyber threats such as hacking, malware, and phishing attacks.

    • Examples of information sec...

  • Answered by AI
  • Q2. Questions regarding projects
Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioural questions
Round 4 - HR 

(1 Question)

  • Q1. Team lead vs team member experience
  • Ans. 

    Team lead experience involves managing and guiding a team, while team member experience focuses on executing tasks and following instructions.

    • Team lead experience involves managing team members, setting goals, and providing guidance.

    • Team member experience involves executing tasks, following instructions, and collaborating with team members.

    • Team leads are responsible for decision-making and ensuring the team meets its o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

Team Manager Interview Questions & Answers

user image Anonymous

posted on 30 Dec 2024

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

(2 Questions)

  • Q1. Technical questions on Python
  • Q2. Technical questions on Python

Interview Preparation Tips

Interview preparation tips for other job seekers - I got an email of being selected and after that HR didnt call at all.

Team Manager Interview Questions asked at other Companies

Q1. To maintain SIEM solution which are the daily activities that you will perform?
View answer (4)
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.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

Axis Max Life Insurance

No Salaries

REVIEWS

Axis Max Life Insurance

No Reviews

SALARIES

SSTECH SYSTEM PVT.LTD

COMPANY BENEFITS

Axis Max Life Insurance

No Benefits

SALARIES

Axis Max Life Insurance

SALARIES

SBI Life Insurance Company

No Salaries

COMPANY BENEFITS

SSTECH SYSTEM PVT.LTD

No Benefits

REVIEWS

Velozity Global Solutions

No Reviews

Tell us how to improve this page.

KPMG India Interview Process

based on 632 interviews

Interview experience

4
  
Good
View more

HCLTech

There's no stopping you

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
Executive - Real Estate

Vijayawada

1-3 Yrs

Not Disclosed

Executive - SAP-Basis

Gurgaon / Gurugram

2-4 Yrs

₹ 3.6-14.5 LPA

Executive - Java Backend

Bangalore / Bengaluru

1-3 Yrs

₹ 5-13.5 LPA

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