Interview Questions
Practice the exact questions companies are asking right now.

"I got asked a hardcore MCM DP question and I saw it on PracHub as well. Solved that question in 5 minutes. Without PracHub I doubt I could solve it in 5 hours. Though somehow didn't get hired, perhaps I guess I solved it too fast? /s"

"Believe me i'm a student here jn US. Recently interviewed for MSFT. They asked me exact question from PracHub. I saw it the night before and ignored it cause why waste time on random sites. I legit wanna go back and redo this whole thing if I had chance. Not saying will work for everyone but there is certainly some merit to that website. And i'm gonna use it in future prep from now on like lc tagged"

"10 years of experience but never worked at a top company. PracHub's senior-level questions helped me break into FAANG at 35. Age is just a number."

"I was skeptical about the 'real questions' claim, so I put it to the test. I searched for the exact question I got grilled on at my last Meta onsite... and it was right there. Word for word."

"Got a Google recruiter call on Monday, interview on Friday. Crammed PracHub for 4 days. Passed every round. This platform is a miracle worker."

"I've used LC, Glassdoor, and random Discords. Nothing comes close to the accuracy here. The questions are actually current — that's what got me. Felt like I had a cheat sheet during the interview."

"The solution quality is insane. It covers approach, edge cases, time complexity, follow-ups. Nothing else comes close."

"Legit the only resource you need. TC went from 180k -> 350k. Just memorize the top 50 for your target company and you're golden."

"PracHub Premium for one month cost me the price of two coffees a week. It landed me a $280K+ starting offer."

"Literally just signed a $600k offer. I only had 2 weeks to prep, so I focused entirely on the company-tagged lists here. If you're targeting L5+, don't overthink it."

"Coaches and bootcamp prep courses cost around $200-300 but PracHub Premium is actually less than a Netflix subscription. And it landed me a $178K offer."

"I honestly don't know how you guys gather so many real interview questions. It's almost scary. I walked into my Amazon loop and recognized 3 out of 4 problems from your database."

"Discovered PracHub 10 days before my interview. By day 5, I stopped being nervous. By interview day, I was actually excited to show what I knew."

"I recently cleared Uber interviews (strong hire in the design round) and all the questions were present in prachub."
"The search is what sold me. I typed in a really niche DP problem I got asked last year and it actually came up, full breakdown and everything. These guys are clearly updating it constantly."
Compute the Minimum Number of Meeting Rooms
Compute the Minimum Number of Meeting Rooms Problem Implement minimumMeetingRooms(intervals) -> roomCount. Each meeting is a half-open interval [start...
Find the Most Frequently Used Meeting Room
Find the Most Frequently Used Meeting Room Problem Implement mostBookedRoom(roomCount, meetings) -> roomId. Rooms are numbered 0 through roomCount - 1...
Find the Lowest Common Ancestor in a Binary Tree
Find the Lowest Common Ancestor in a Binary Tree Problem Implement lowestCommonAncestor(left, right, root, first, second) -> nodeId. The binary tree h...

Present a Metrics-Driven Technical Project
Present a Metrics-Driven Technical Project Choose one project you personally worked on and present it to a general software-engineering audience. The ...
Estimate a Launch Impact with Difference in Differences
Estimate a regional product launch effect with difference in differences when retrospective randomization is unavailable. Define the estimand, test pa...
Walk Through an Agentic PDF Evaluation Codebase
Walk through an agentic PDF evaluation codebase, including architecture, deployment, data processing, embeddings, similarity, and state management. `h...
Design a Governed Agent for Portfolio Rebalancing
Design a Governed Agent for Portfolio Rebalancing Design an agentic architecture that can propose and, when authorized, execute portfolio rebalancing....
Explain Ownership of a Project Business Metric
Explain Ownership of a Project Business Metric Choose one technical project and explain how its primary business success metric was selected. Identify...
Find a Local Minimum in One and Two Dimensions
Given an array of unique numbers, return any element that is smaller than its neighbors. Then discuss the two-dimensional follow-up where you need to ...
Design an Asynchronous Text-to-Video Generation Service
Design an Asynchronous Text-to-Video Generation Service Design a service in which a user submits a text prompt, the system performs a long-running vid...
Compute Edit Distance
Compute Edit Distance Given two strings, return the minimum number of single-character operations needed to transform the first string into the second...
Choose Mean or Median for Trading Profit Metrics
A trading firm observes daily profit values X_1 through X_n and wants a metric for average performance. In an interview, you must choose between mean ...
Diagnose Strong Validation and Weak Production Performance
Diagnose Strong Validation and Weak Production Performance You are given a training repository for a model whose validation metric looks strong while ...
Design a Grounded LLM Assistant for Case Preparation
Design a Grounded LLM Assistant for Case Preparation Design an LLM-based assistant that helps a user prepare a draft response from documents related t...
Reason About an Intercept Shift in Logistic Regression
Reason About an Intercept Shift in Logistic Regression A trained binary classifier produces p(x) = sigmoid(w^T x + b) and predicts the positive class ...
Design RAG Evaluation and Debugging
This question evaluates a candidate's ability to design evaluation and debugging frameworks for production RAG systems, testing practical ML engineeri...
Behavioral Round: Judgment, Prioritization, and Influence
Behavioral Round: Judgment, Prioritization, and Influence This was the behavioral interview. You will be asked three questions about judgment, reprior...
Design an Evaluation Platform for a Design-Editing Agent
Design an Evaluation Platform for a Design-Editing Agent A design application includes an agent that edits a user's document from natural-language ins...
Design an Audit Logs Service
This question evaluates the ability to design a scalable, multi-tenant audit logging system, covering event storage, tamper-evident retention, and eff...
Count Perfect Digit-Frequency Substrings
Count Perfect Digit-Frequency Substrings Problem Implement countPerfectSubstrings(s, k). The string s contains only decimal digits. A nonempty substri...