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."
Analyze data duplication effects in linear regression
OLS With Duplicated Observations: Estimator, Variance, and Inference Pitfalls Context: You have the linear model y = Xβ + ε with full-rank X ∈ ℝ^{n×p}...
Solve a challenge using data
Tell Me About a Time You Solved a High-Stakes Problem With Data You are interviewing for a Data Scientist role and the hiring manager asks you to demo...
Design a Cold-Start-Aware Recommender
System Design: Two-Stage Recommender for a New Content App Context You are designing recommendations for a new content app with sparse interactions an...
Explain AUC, activations, ensembles, and imbalance
Machine Learning Metrics and Modeling Choices — Multi-part You are given model scores and binary labels for a small dataset and asked to compute ROC A...
Explain interest and influence stakeholders
Behavioral & Leadership (STAR) — Data Scientist, Marketplace Context You are interviewing onsite for a Data Scientist role focused on a multi‑sided ma...
Write SQL for cuisine median delivery times
Use SQL to answer the following. Assume ANSI SQL with window functions and percentile functions available. Treat “today” as 2025-09-01 (inclusive). Co...
Design an experiment for order batching
Experiment Design: Two-Order Batching Policy During Peak Hours Context DoorDash plans to test a dispatch policy that allows a dasher to pick up two ne...
Convert Samples into Event Intervals
You are given a time-ordered array samples, where samples[i] is the function name observed at integer timestamp i. Convert this trace into a list of e...
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...
Investigate marketplace metrics and experiment rollout
You are interviewing for a Senior Data Scientist role at a two-sided marketplace like Instacart, where customers place delivery orders and shoppers ch...
Implement streaming enrichment aggregator
You are building a real-time document enrichment aggregator for a Kafka-like event stream. Each incoming event has the following fields: - document_id...
Explain JS threading and useState vs useRef
Answer the following conceptual questions about JavaScript and React: 1. JavaScript and multithreading - How does JavaScript's execution model wo...
Solve three OA coding questions
You are given a 90-minute online assessment containing three coding questions. Implement solutions for all questions. --- Question 1: Group strings th...
Demonstrate culture fit and deep dives
Demonstrate culture fit and deep dives Behavioral & Leadership Onsite: Culture Fit and Project Deep Dive (Software Engineer) Context You will be asses...
Design a scalable interview question bank
Design a scalable interview question bank System Design: Scalable Interview Question Bank Platform Context Design a multi-tenant SaaS platform for org...
Reflect on experiences and teamwork
Reflect on experiences and teamwork Behavioral and Leadership Prompts (Software Engineer – Technical Screen) Context You will be asked to share concis...
Discuss logistics and compensation
Discuss logistics and compensation Behavioral Screen: Logistics and Preferences Context: You are interviewing for a Software Engineer role. The interv...
Implement Autoregressive Decoding in PyTorch
Implement an autoregressive text-generation function in PyTorch. You are given a language model that, for an input tensor of token IDs, returns logits...
Find largest digit-sum bucket size
You are given two integers low and high (inclusive). Define s(x) as the sum of the decimal digits of x. For every integer x in [low, high], place x in...
Solve Adjacent-Deletion and Sorted-Square Problems
Solve the following coding problems. Discuss the approach and complexity before implementation. Problem 1: Remove adjacent duplicate pairs Given a str...