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

Cloud Engineer Coding medium

Write a Python script using Boto3 (or Azure SDK) to find and stop all EC2 instances (or VMs) that do not have a specific 'Environment' tag.

#Python #Boto3 #Automation #Cloud SDK
Cloud Engineer Coding medium

Write a Bash script to parse a web server log file, count the number of 500 HTTP status codes, and output the top 5 IP addresses causing them.

#Bash #Linux #Log Parsing #Awk/Sed
Cloud Engineer Coding medium

Implement a retry mechanism with exponential backoff in Python for an API call to a cloud service that frequently rate-limits.

#Python #API #Resiliency #Algorithms

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