Machine Learning Engineer + Data Scientist + Software Engineer 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."
Explain what happens when opening a website
When a user types https://www.amazon.com into a browser and presses Enter, what happens end-to-end? Cover the major steps across the browser, DNS, TCP...
Design a Photo Management Service
Design a photo management system where users can upload photos, view them later, and organize them into albums. The system should support creating alb...
How detect duplicate card records?
You are given a dataset of credit card transaction records and suspect that some records are duplicates. Discuss: - What real-world situations could c...
Top-K Largest Elements in Every Sliding Window
This question evaluates the ability to design and maintain an ordered data structure that efficiently tracks the top K largest values within a moving ...
Answer core ML fundamentals questions
You are asked several short ML fundamentals questions: 1) Define precision and recall for a binary classifier and explain how they relate to a confusi...
Model Direct-Sold DSP Orders
Design a data model for tracking a direct-sold demand order in a demand-side advertising platform. Context: - The platform manages advertiser demand a...
Monthly Cohort Retention
This question evaluates practical SQL skills in user retention analysis, specifically the ability to build a monthly cohort retention table from raw a...
Spreading Contagion on a Grid
This question tests graph traversal and multi-source BFS on a 2D grid, evaluating a candidate's ability to model simultaneous state propagation across...
Choose Classification Metrics Under Asymmetric Costs
You are evaluating a binary classification model for a business problem. Explain how to use a confusion matrix to compute and interpret: - precision, ...
Build an Expression That Reaches a Target
Build an Expression That Reaches a Target Given a sequence of integers and a target, insert +, -, or * between adjacent numbers and add parentheses so...
Design a Global Calendar Service
Design a calendar system for users in multiple time zones. The system should support: - creating, updating, deleting, and viewing calendar events - on...
Solve Probability and Statistics Questions
This question evaluates proficiency in statistical modeling (ordinary least squares linear regression), probability theory (law of large numbers and c...
Interpret and Regularize Regression Models
This question evaluates a data scientist's competency in regression model interpretation, hypothesis testing for coefficients and p-values, outcome tr...
Design a hotel reservation system
This question evaluates skills in designing distributed reservation systems, covering availability search, concurrency control, data modeling, API des...
Design a banking system with payments and merging
This question evaluates competency in large-scale system design for financial backends, covering distributed transactions, consistency and idempotency...
Design centralized log ingestion and query system
This question evaluates a candidate's ability to design scalable, reliable log ingestion and query systems, covering distributed systems, high-through...
How to prepare for a hiring manager round
You have an upcoming hiring manager (HM) / behavioral interview round (plus a separate HR round) for a quantitative/tech role. Question 1. What does a...
Handle conflict, priorities, and ownership scenarios
Behavioral interview prompts Answer the following behavioral questions. Use concrete examples from your experience. 1) Disagreement / conflict - Descr...
How would you design delay and watchlist models?
You may be asked one or both of the following machine-learning case questions: 1. Flight-delay prediction case An airline wants a model that predicts ...
Design a follower push-notification system
Design a notification system for a social product: - When a user publishes a new post, the system should send push notifications to that user’s follow...