PwC
PricewaterhouseCoopers, a multinational professional services network.
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
Software Engineer
•
Coding
•
medium
Given a list of overlapping tax reporting periods represented as intervals, write a function to merge all overlapping intervals.
#Arrays
#Sorting
Software Engineer
•
Coding
•
easy
Given an array of transaction amounts, find two transactions that sum up to a specific flagged fraudulent amount.
#Arrays
#Hash Maps
Software Engineer
•
Coding
•
easy
Write a function to validate if a string containing a mathematical formula (with parentheses, brackets, and braces) is properly balanced.
#Strings
#Stacks
Software Engineer
•
Coding
•
hard
Given a list of project tasks with dependencies, determine if it is possible to finish all tasks (detect if there is a cycle).
#Graphs
#Topological Sort
#DFS
Software Engineer
•
Coding
•
medium
Write a program to group an array of transaction descriptions into anagrams to identify potentially duplicated or obfuscated entries.
#Strings
#Hash Maps
Software Engineer
•
Coding
•
medium
Given an organizational hierarchy represented as a binary tree, find the lowest common manager (Lowest Common Ancestor) of two employees.
#Trees
#Recursion
Software Engineer
•
Coding
•
medium
Given a string, find the length of the longest substring without repeating characters.
#Strings
#Sliding Window
Software Engineer
•
Coding
•
medium
You are given an array of integers representing coin denominations and a total amount. Write a function to compute the fewest number of coins needed to make up that amount.
#Dynamic Programming
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.