KPMG

KPMG

Multinational professional services network, and one of the Big Four accounting organizations.

4 Rounds ~21 Days Medium
Start Mock Interview

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

Data Scientist Coding easy

Given an array of integers, write a Python function to return the indices of the two numbers that add up to a specific target.

#Arrays #Hash Maps #Optimization
Data Scientist Coding medium

Write a Python function to merge overlapping time intervals. This is often used when analyzing user session logs.

#Arrays #Sorting #Intervals
Data Scientist Coding easy

Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.

#Stacks #String Parsing
Data Scientist Coding medium

Write a Python function to group a list of strings into anagrams.

#Strings #Hash Maps

Difficulty Radar

Based on recent AI-sourced data.

Meet Your Interviewers

The "Standard" Interviewer

Senior Engineer

Focuses on core competencies, system constraints, and clear communication.

Simulate

Unwritten Rules

Think Out Loud

Always explain your thought process before writing code or drawing architecture.

Practice Now