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."
Design an Elevator System and Scheduler
Design an object-oriented elevator system. Define core classes and interfaces (elevator, controller, request, floor, buttons, sensors) and their inter...
Compute Turnstile Crossing Times
You are given n people waiting to use a single-door turnstile. Each person has: - time[i]: the time when person i arrives at the turnstile. - directio...
Compute each member’s current notification status
Question You are given two tables describing LinkedIn members’ push-notification settings. Compute each member’s current notification status as of 202...
Find possible robot positions
You are given a 2D grid where '.' represents an open cell and '#' represents a wall. A hidden robot is standing on one open cell. The robot's sensor r...
Explore an HTTP Maze
You are given an HTTP API that represents a maze-like forest. The entrance is available at GET /mirkwood. Each location in the forest is identified by...
Design a blob storage system for lunar environment
You are asked to design a blob storage system deployed on a lunar base. The interviewer is intentionally making the environment unusual (the Moon) to ...
Determine Complete Interval Coverage
You need to process a stream of real-valued points on a one-dimensional target segment from 0 to 50. Each time a point x arrives, it contaminates the ...
Design a dynamic leaderboard with rank queries
Problem: Dynamic Leaderboard You are asked to implement a leaderboard that maintains scores for a set of elements (e.g., players/items). Scores can ch...
Investigate LA Order Drop
A food delivery marketplace sees a meaningful decline in completed orders in the Los Angeles market. Explain how you would investigate the drop end to...
Calculate win chance in three-player dice game
Probability of Winning with Rerolls on Ties Setup - Three players: A (you), B, and C. - A fair six-sided die is used. - B and C have already rolled an...
Evaluate a new ranking model
A food-delivery company serves homepage store recommendations with ranking model V1.1. A new model V2.0 adds several new features and may require a di...
Explain Python and React performance fundamentals
In a phone screen for a full-stack software engineering role, you may be asked a group of fundamentals questions such as: - Explain what a Python cont...
Design Emergency Notification System
Design a disaster or emergency notification system for an organization such as a city government, university, or large company. The system should allo...
Convert State Stream to Events
You are given an array states where states[i] is the categorical output of a monitoring function at timestamp i. Consecutive equal values belong to th...
Design API that aggregates three downstream APIs
You are given three existing HTTP JSON APIs owned by other backend services: - Service A: GET /service-a?user_id={id} → returns basic user profile dat...
Implement CSAT tracking and call timing
You were asked to solve two coding problems. Problem 1: Implement a rolling CSAT tracker Implement a class CSATTracker for customer-satisfaction score...
Evaluate Carousel and Billboard Lift
You are the product data scientist supporting Pinterest. Two analytics prompts were described: 1. Carousel feature at the top of the home feed. Pinter...
Merge CSVs and build revenue pivot with pandas
You receive four CSVs and must replicate an Excel VLOOKUP + PivotTable workflow using Python/pandas. CSV samples: customers.csv customer_id,signup_dat...
Compute C/T metrics from bookings and visits
Given two tables, compute control vs treatment (C/T) metrics, apply 24‑hour attribution, and generate a daily plot. Treat “today” as 2025‑09‑01; use t...
Explain ROC-AUC vs PR-AUC tradeoffs
Question You trained a binary classifier that outputs predicted probabilities. Compare ROC-AUC and PR-AUC (the latter usually reported as Average Prec...