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

Machine Learning Engineer Coding easy

Write a Python function to calculate the 7-day moving average of a time series array representing daily transaction volumes.

#Arrays #Sliding Window #Python
Machine Learning Engineer Coding medium

Implement a Python function to compute the cosine similarity between two sparse vectors represented as dictionaries.

#Math #Data Structures #Sparse Matrices
Machine Learning Engineer Coding hard

Write an algorithm to detect a cycle in a directed graph. This is often used in anti-money laundering (AML) to detect circular financial transactions.

#Graphs #DFS #Cycle Detection

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