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 Online Judge and Live Comments
The onsite included two system design prompts: 1. Design an online judge platform where users submit code for programming problems. The system must su...
Design a Cross-Border Money Transfer Service
Design a cross-border money transfer service similar to a consumer remittance product. Users in one country should be able to send money to recipients...
Evaluate credit-limit increase profitability
Business/Analytics Case: Credit Limit Increase Strategy You are a data scientist supporting a consumer credit business. Scenario The company is consid...
Design a Twitter-like microblogging platform
Design a Twitter-like Platform Core interactions 1. Create/delete tweets 2. View your own tweets 3. View tweets for a given account 4. Follow other ac...
Flatten a nested JSON object
Problem You are given a JSON-like value representing an object that may contain: - Objects / dictionaries (string keys) - Arrays / lists - Primitive v...
How Does Removing Zeros Affect Sharpe?
Suppose a return series has 2n observations. Exactly n observations are 0, and the remaining n observations are non-zero returns x1, x2, ..., xn with ...
Explain Option Greeks and Futures Pricing
You are interviewing for a quantitative trading or data-focused role. Answer the following market fundamentals questions clearly and quantitatively. 1...
Validate transactions with risk rules and reporting
You are building a small fraud-screening validator that reads transactions from a CSV file and outputs a human-readable report. Input 1) Transactions ...
How to estimate feature impact on usage time
Problem A product team believes a new feature (or a variable you can influence, e.g., enabling notifications, new feed ranking, new UI) changes user t...
Streaming Points: Remove Any Pair Within a Distance
Streaming Points: Remove Any Pair Within a Distance You are given a continuous stream of points on a number line. Each incoming value is a double repr...
Print the File System State
You are given a toy in-memory file system represented as an ordered sequence of disk blocks. Each block contains zero or more file records, such as fi...
Design a ChatGPT-like conversational assistant
Design a ChatGPT-like conversational assistant product. Assume you need to support: - Multi-turn chat with conversation history - Streaming responses ...
Return Top K Open Businesses
You are given a list of business candidates. Each candidate has at least the following fields: - score: a numeric relevance score - distance: a numeri...
Design an OpenAI chatbot in two hours
Design and Build a Minimal Conversational Chatbot (2-Hour Coding Exercise) You are given an OpenAI API key and two hours. Design and implement a minim...
Design a Global Marketing Email Platform
Design a marketing email system for a large consumer marketplace. The business wants to run campaigns that may send 2-3 marketing emails within a 15-m...
Estimate ATE of personalization on streaming
You are given a user-level dataset from an online experiment that randomized personalization (treatment) vs no personalization (control). Assume one r...
Design IDE Sandbox and Payments
You are asked to discuss two system design prompts. For each one, define the users, functional requirements, non-functional requirements, APIs, core w...
Design efficient Transformer inference with KV cache
You are implementing autoregressive inference for a decoder-only Transformer. 1) Explain what the KV cache is, what tensors are cached per layer, and ...
Design personalized restaurant search and recommendations
Scenario You are designing a DoorDash-like personalized restaurant recommendation system. A user types a free-text query (e.g., “spicy ramen under $20...
Implement Beam Search With Length Normalization
In a sequence generation model, you are given: - a start token <bos> - an end token <eos> - a maximum output length max_len - a beam size k - a functi...