Data Scientist Interview Questions
Practice 2,964 real Data Scientist interview questions for 2026. Data Scientist interview questions drawn from Meta, Capital One, Amazon, Google, TikTok and similar employers — real questions from actual interviews with detailed solutions — designed to accelerate your interview preparation for product analytics, ML and production data roles. This collection emphasizes the practical skills interviewers test: SQL and data manipulation, experiment design and A/B testing, statistical reasoning, Python coding for data problems, model evaluation and feature engineering, plus machine-learning system tradeoffs and metric design. What’s distinctive about modern data-science loops is the blend of product thinking and reproducible ML: expect hands-on SQL tasks and funnel analysis in screens, deeper experiment-design and causality questions in mid rounds, and coding or modeling challenges plus ML-system discussions in senior loops. Interviewers evaluate problem framing, statistical rigor, and how you communicate decisions to product partners. To prepare, prioritize daily SQL practice (CTEs, window functions), refresh hypothesis-testing and power calculations, rehearse concise metric-driven narratives, and build a few end-to-end model or experiment stories you can explain clearly under time pressure.

"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."
Build Model to Predict Customer Contract Renewal
Build a Model to Predict Customer Contract Renewal You are designing a model to predict whether an enterprise customer will renew a Google Meet contra...
Optimize Pricing Strategy to Achieve Profitability and Market Growth
Cloud-Service Startup Pricing and Go-To-Market Case A cloud-service startup is reevaluating its pricing and go-to-market strategy while currently oper...
Evaluate Impact of New Roblox Homepage Tab
Evaluate the Impact of a New Roblox Homepage Tab Roblox plans to replace an existing homepage tab with a new one. The team needs to measure whether th...
Evaluate Renewable Investment Factors for Government Electricity Supply
Evaluate Renewable Investment Factors for Government Electricity Supply You are the CEO of Energy One, an incumbent utility evaluating whether to inve...
Evaluate Factors Before Replacing Recommendation Model
Evaluate Factors Before Replacing a Recommendation Model A large ads platform has built a new recommendation or ranking model and plans to deprecate t...
Assess Customer Value with Varied Contract Terms and Costs
Subscription Network Service: Customer Value and Contract Terms A subscription network-service provider wants to assess unit economics and portfolio i...
Explain Simpson’s Paradox and Its Causes with Example
Simpson's Paradox: Definition, Cause, and Example Demonstrate your understanding of Simpson's paradox in a statistics or analytics interview. Define t...
Assess Success Criteria for Bike-Courier Delivery Launch
Assessing a Bike-Courier Delivery Launch DoorDash plans to launch a bike-courier delivery option and wants to assess whether, where, and how to roll i...
Evaluating a 15 % reduction in post‑card height
Evaluating a 15 Percent Reduction in Post-card Height You own the feed UX for a social app. Designers propose shrinking each post card's height by 15 ...
Diagnose YouTube Usage Decline: Key Metrics and Segmentation
Diagnose YouTube Usage Decline: Key Metrics and Segmentation YouTube observes a sudden decline in daily active users and total watch time across the p...
Test if social users are more engaged
A PM has a hypothesis: users who use “social” apps are more engaged on a regular basis than users who use “game” apps. You have the same tables: - use...
Compute multi-account user distribution and unread pct
You are working on a product where a user can have multiple accounts, and each account can receive notifications. Tables Assume the following schemas:...
Design Experiments Under Network Interference
You are a Senior Data Scientist for a gaming platform such as PlayStation. Answer the following experimentation questions. 1. A/A test validation: The...
Compare queueing systems and common distributions
LinkedIn Data Scientist Statistics Fundamentals You are asked a series of statistics fundamentals questions in a data science technical screen. Constr...
Compute probabilities for chatbot response quality
Context A chatbot response is considered good if it is both: - Helpful, and - Honest. You are told: - \(P(\text{Helpful}) = 0.8\) - \(P(\text{Honest})...
Compute P(A>B) for m- and n-sided dice
Two fair dice are rolled independently: - Die A has m faces labeled \(1,2,\dots,m\). - Die B has n faces labeled \(1,2,\dots,n\). Each face is equally...
Evaluating the Impact of Duplicate and Stolen Posts on a Content Platform
Evaluating the Impact of Duplicate and Stolen Posts on a Content Platform You are a data scientist at a large user-generated-content platform (think a...
Posts and Replies Engagement
Posts and Replies Engagement A content platform stores user-generated posts and the replies that those posts receive. You need to answer two questions...
Compute Variance from a Python List
Given a Python list of numeric values, write a function to compute the variance without using external libraries such as NumPy or pandas. Clarify any ...
Query departments and top earners
You are given three tables: 1. company - employee_id INT - first_name VARCHAR - last_name VARCHAR - department VARCHAR - salary DECIMAL...