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

Frontend Engineer Behavioral medium

Tell me about a time you had to push back on a non-technical client or partner at a consulting firm who requested a feature that was technically unfeasible within the deadline.

#Consulting #Stakeholder Management #Communication
Frontend Engineer Behavioral medium

Describe a situation where you had to explain technical debt to a business stakeholder to justify spending a sprint on refactoring rather than new features.

#Communication #Technical Debt #Agile
Frontend Engineer Behavioral medium

Tell me about a time you disagreed with a backend engineer regarding an API contract. How did you resolve it?

#Conflict Resolution #Collaboration #API Design
Frontend Engineer Behavioral medium

Describe a time when you had to deliver a project under a strict regulatory deadline. How did you prioritize your tasks and ensure quality?

#Time Management #Stress #Consulting
Frontend Engineer Behavioral medium

Consulting often requires jumping into unfamiliar codebases. Tell me about a time you had to learn a new frontend technology or framework very quickly to deliver a client project.

#Learning #Adaptability #Consulting
Frontend Engineer Behavioral medium

Tell me about a time you had to deliver bad news to a client or stakeholder, such as a delayed feature or a critical bug in production.

#Client Management #Communication #Transparency
Frontend Engineer Behavioral medium

Give me an example of a time you went above and beyond the basic requirements of a ticket to improve the user experience or code quality for a client.

#Client Success #Initiative #Quality
Frontend Engineer Coding medium

Implement a data grid component in React/Angular that supports client-side sorting, pagination, and filtering for a dataset of 5,000 audit records.

#React #Angular #State Management #Performance
Frontend Engineer Coding medium

Write a function to flatten a deeply nested JSON object containing tax hierarchy data into a single-level object with dot-separated keys.

#JavaScript #Recursion #Data Transformation
Frontend Engineer Coding easy

Implement a debounce function from scratch and explain how you would use it to optimize a client search input field.

#JavaScript #Closures #Performance
Frontend Engineer Coding medium

Write a custom React Hook `useFetch` that handles data fetching, loading state, error handling, and implements a basic in-memory cache.

#React Hooks #API #Caching
Frontend Engineer Coding medium

Implement a nested dropdown menu component that supports infinite levels of sub-categories, driven by a recursive JSON structure.

#DOM Manipulation #Recursion #Events
Frontend Engineer Coding medium

Write a function to deep clone a JavaScript object without using `JSON.parse(JSON.stringify())` or external libraries like Lodash.

#JavaScript #Recursion #Memory
Frontend Engineer Coding medium

Implement an LRU (Least Recently Used) Cache class in JavaScript with `get` and `put` methods operating in O(1) time complexity.

#Data Structures #JavaScript #Caching
Frontend Engineer Coding easy

Create a progress bar component that takes a percentage prop and smoothly animates to that percentage. Ensure it is accessible.

#CSS #JavaScript #Animation #Accessibility
Frontend Engineer Coding easy

Write a function to validate a password string. It must be at least 8 characters, contain one uppercase, one lowercase, one number, and one special character, without using a single massive Regex.

#String Manipulation #Validation #Logic
Frontend Engineer Coding easy

Given a string, find and return the first non-repeating character. If it doesn't exist, return null. Optimize for time complexity.

#Hash Maps #Strings #Optimization
Frontend Engineer Coding medium

Implement an autocomplete/type-ahead input component that fetches suggestions from a mock API. Handle loading states, empty results, and keyboard navigation.

#Debounce #API #DOM #Accessibility
Frontend Engineer System Design hard

Design the frontend architecture for a real-time financial risk dashboard that receives high-frequency updates via WebSockets and displays complex D3.js charts.

#Frontend Architecture #WebSockets #Data Visualization #Performance
Frontend Engineer System Design hard

We are migrating a monolithic legacy internal tool to a modern stack. Design a micro-frontend architecture using Webpack Module Federation.

#Micro-frontends #Webpack #Architecture #Migration
Frontend Engineer System Design hard

Design an offline-first data collection web application for field auditors who frequently lose internet connectivity.

#Offline Storage #Service Workers #Data Synchronization
Frontend Engineer System Design medium

Design a secure document upload portal for clients to submit sensitive tax documents. It must support large files, progress tracking, and resumable uploads.

#File Upload #UI/UX #Network #Security
Frontend Engineer System Design medium

Design a Role-Based Access Control (RBAC) system for a frontend application where different users (Admin, Auditor, Client) see entirely different navigation and features.

#Security #RBAC #State Management #Routing
Frontend Engineer System Design hard

Design a collaborative spreadsheet application (similar to Excel Online) for internal tax teams to edit data simultaneously.

#Operational Transformation #WebSockets #Canvas/DOM #Concurrency
Frontend Engineer Technical medium

Explain the difference between React Server Components and Client Components. In an enterprise portal, when would you choose one over the other?

#React #Next.js #Architecture #Rendering
Frontend Engineer Technical medium

How do you ensure a public-facing government or tax portal meets WCAG 2.1 AA accessibility standards? Walk me through your auditing and implementation process.

#Accessibility #WCAG #HTML #ARIA
Frontend Engineer Technical hard

Security is critical at KPMG. How do you securely store JWT tokens on the client side, and what are the specific mechanisms to prevent XSS and CSRF attacks?

#OWASP #XSS #CSRF #Authentication
Frontend Engineer Technical easy

Explain the differences between CSS Grid and Flexbox. How would you choose between them when building a complex enterprise dashboard layout?

#CSS #Layout #Responsive Design
Frontend Engineer Technical medium

You have a list of 10,000 client records that needs to be rendered on a single page. How do you optimize the frontend to ensure 60fps scrolling?

#Virtualization #React #DOM #Performance
Frontend Engineer Technical easy

What is Event Delegation in JavaScript? Why is it useful, and can you provide an example of where you would use it in a large table?

#JavaScript #DOM Events #Performance
Frontend Engineer Technical medium

Explain the differences between `useMemo` and `useCallback` in React. More importantly, explain when you should NOT use them.

#React #Performance #Hooks
Frontend Engineer Technical hard

Walk me through the Critical Rendering Path. How does the browser convert HTML, CSS, and JavaScript into pixels on the screen?

#Browser Architecture #Rendering #Performance
Frontend Engineer Technical medium

Compare Redux, Context API, and modern atomic state managers (like Zustand or Jotai). How do you decide which to use for a new enterprise application?

#State Management #Architecture #React
Frontend Engineer Technical medium

What is CORS? Explain why it exists, how the preflight request works, and how you typically resolve CORS issues during local development vs production.

#Network #Security #HTTP
Frontend Engineer Technical medium

KPMG operates globally. What are your strategies for managing internationalization (i18n) and localization (l10n) in a large-scale frontend application?

#i18n #Localization #Frontend

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