KPMG
Multinational professional services network, and one of the Big Four accounting organizations.
4 Rounds
~21 Days
Medium
The Interview Loop
Recruiter Screen (30 min)
Standard fit check, behavioral questions, and resume overview.
Technical Loop (3-4 Rounds)
Deep dive into domain knowledge, coding, and system design.
Interview Question Bank
Full Stack Engineer
•
Behavioral
•
medium
Tell me about a time you had to push back on a client or stakeholder's technical request because it wasn't feasible or secure.
#Communication
#Stakeholder Management
#Negotiation
Full Stack Engineer
•
Behavioral
•
medium
Describe a situation where you had to explain a complex technical architecture to a non-technical audit partner or business stakeholder.
#Consulting
#Cross-functional Collaboration
Full Stack Engineer
•
Behavioral
•
medium
How do you handle changing requirements midway through a sprint, especially when driven by sudden regulatory changes?
#Adaptability
#Project Management
#Prioritization
Full Stack Engineer
•
Behavioral
•
medium
Tell me about a time you found a critical bug in production. How did you handle the immediate crisis and the post-mortem?
#Incident Response
#Debugging
#Accountability
Full Stack Engineer
•
Behavioral
•
easy
Give an example of how you mentored a junior developer or consultant on your team.
#Mentorship
#Team Building
#Code Reviews
Full Stack Engineer
•
Behavioral
•
medium
How do you prioritize addressing technical debt versus delivering new features requested by a client?
#Prioritization
#Technical Debt
#Client Management
Full Stack Engineer
•
Behavioral
•
easy
Why do you want to work at KPMG? How does our focus on trust, compliance, and consulting align with your engineering career goals?
#Motivation
#Company Knowledge
#Career Goals
Full Stack Engineer
•
Coding
•
easy
Given an array of transaction amounts and a target reconciliation value, return the indices of the two amounts that add up to the target.
#Arrays
#Hash Tables
#Two Pointers
Full Stack Engineer
•
Coding
•
easy
Write a function to validate if a given string representing a mathematical tax formula has balanced and properly nested parentheses, brackets, and braces.
#Strings
#Stacks
Full Stack Engineer
•
Coding
•
medium
Given a list of audit engagement timeframes represented as intervals [start_date, end_date], merge all overlapping engagements.
#Arrays
#Sorting
Full Stack Engineer
•
Coding
•
medium
Write a SQL query to find the second highest transaction amount for each regional department in the 'transactions' table.
#Window Functions
#Subqueries
#Grouping
Full Stack Engineer
•
Coding
•
medium
Given an array of strings representing vendor names, group the anagrams together to help identify duplicate vendor entries.
#Strings
#Hash Tables
#Sorting
Full Stack Engineer
•
Coding
•
medium
Find the Kth largest transaction amount in an unsorted array of daily transactions.
#Heaps
#Quickselect
#Arrays
Full Stack Engineer
•
Coding
•
easy
Write a function to reverse a singly linked list. This is often used as a sub-problem in our data pipeline transformations.
#Linked Lists
#Pointers
Full Stack Engineer
•
Coding
•
medium
Find the length of the longest substring without repeating characters in a given data stream string.
#Strings
#Sliding Window
#Hash Tables
Full Stack Engineer
•
Coding
•
medium
Implement a Least Recently Used (LRU) Cache to store recent database query results.
#Design
#Hash Tables
#Linked Lists
Full Stack Engineer
•
Coding
•
hard
Write a SQL query to calculate the rolling 7-day average of daily deposits for each client account.
#Window Functions
#Time Series
#Aggregations
Full Stack Engineer
•
System Design
•
medium
Design a secure document upload and storage portal for KPMG tax clients to submit sensitive financial documents.
#Cloud Storage
#Security
#Encryption
#Microservices
Full Stack Engineer
•
System Design
•
hard
Design an immutable audit logging system for a microservices architecture that processes financial transactions.
#Event Sourcing
#Message Queues
#Database Design
#Compliance
Full Stack Engineer
•
System Design
•
hard
Design a scalable reporting dashboard that aggregates millions of tax records and allows users to filter by date, region, and tax type in real-time.
#Data Warehousing
#Caching
#Indexing
#Frontend Performance
Full Stack Engineer
•
System Design
•
hard
Design a Role-Based Access Control (RBAC) system for a multi-tenant advisory platform where different client organizations have different permission levels.
#Security
#Database Schema
#Multi-tenancy
#Authorization
Full Stack Engineer
•
System Design
•
medium
Design a notification system to alert thousands of clients about upcoming tax deadlines via Email, SMS, and In-App push.
#Asynchronous Processing
#Microservices
#Third-party Integrations
Full Stack Engineer
•
System Design
•
medium
Design a data ingestion pipeline that pulls daily CSV files from external banking partners, cleans the data, and loads it into a central data warehouse.
#ETL
#Data Pipelines
#Cloud Services
#Batch Processing
Full Stack Engineer
•
System Design
•
medium
Design a highly available REST API using AWS or Azure services. How do you ensure it survives a single availability zone failure?
#Cloud Architecture
#High Availability
#Load Balancing
Full Stack Engineer
•
Technical
•
medium
Explain Dependency Injection and how you implement it in a framework like Spring Boot or .NET Core.
#Design Patterns
#OOP
#Spring Boot
#.NET
Full Stack Engineer
•
Technical
•
medium
Explain the difference between React's Context API and Redux. When would you choose one over the other for a large-scale financial dashboard?
#React
#State Management
#Architecture
Full Stack Engineer
•
Technical
•
medium
How do you secure a REST API that handles sensitive Personally Identifiable Information (PII)?
#API Design
#Authentication
#Authorization
#Data Protection
Full Stack Engineer
•
Technical
•
easy
What are the ACID properties, and why are they critical for KPMG's financial ledger software?
#Relational Databases
#Transactions
#Data Integrity
Full Stack Engineer
•
Technical
•
medium
Describe the event loop in Node.js. How does it handle concurrent requests despite being single-threaded?
#Node.js
#Asynchronous Programming
#Concurrency
Full Stack Engineer
•
Technical
•
medium
How do you optimize the performance of a slow-loading React application that processes large datasets?
#React
#Performance
#Web Vitals
Full Stack Engineer
•
Technical
•
medium
Explain the differences between clustered and non-clustered indexes in SQL Server or PostgreSQL.
#SQL
#Indexing
#Performance Tuning
Full Stack Engineer
•
Technical
•
easy
What is a JWT (JSON Web Token), and how does it prevent tampering of authentication data?
#Authentication
#Cryptography
#Web Security
Full Stack Engineer
•
Technical
•
hard
Explain the concept of Eventual Consistency versus Strong Consistency. Which would you choose for a core banking ledger system and why?
#CAP Theorem
#Database Architecture
#Consistency Models
Full Stack Engineer
•
Technical
•
easy
How do you prevent SQL Injection and Cross-Site Scripting (XSS) in a full-stack web application?
#Web Security
#OWASP
#Input Validation
Full Stack Engineer
•
Technical
•
medium
What are the trade-offs between a Microservices architecture and a Monolithic architecture? When would you recommend a Monolith to a client?
#Microservices
#Monolith
#System Design
Difficulty Radar
Based on recent AI-sourced data.
Meet Your Interviewers
The "Standard" Interviewer
Senior EngineerFocuses on core competencies, system constraints, and clear communication.
SimulateUnwritten Rules
Think Out Loud
Always explain your thought process before writing code or drawing architecture.