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