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."
Act when A/B result is not significant
A/B Test Planning and Decision-Making for a 60s Video Change Context: You are evaluating a product change with completion rate as the primary metric. ...
Design an A/B test for promo-targeting models
Experiment Design: Compare Two Ranking Models (M1 vs M0) for $5 Promotions Context You have two models, M0 (current) and M1 (new), that rank users for...
Estimate live sports impact on subscriptions
Estimate the Causal Impact of Live Sports on Prime Subscriptions and Engagement Context Amazon is considering adding live broadcasts of selected sport...
Choose tests and solve distribution parameters
Engagement Comparison: New vs Existing Users (2025-08-05 → 2025-09-01) Context: You have per-user daily session counts (integer, skewed, many zeros) f...
Scope an open‑ended take‑home under constraints
Take‑Home Planning Prompt: Predict Target Users in 6 Hours Context You have a 6‑hour take‑home assignment to plan how you would predict a product’s ta...
Redesign an executive dashboard for C-suite
Redesign a Spaghetti Chart into an Executive Dashboard Context You are handed a single slide for the C‑suite that shows a spaghetti chart of regional ...
Explain and tune XGBoost; prevent overfitting
XGBoost Tree Booster: Objective, Hyperparameters, Tuning for Imbalanced Detection, and Post-training Use Context: You are building a binary classifier...
Design an A/B test for comments UI
A/B Test Design: Threaded Comments UI Context: You are designing an online controlled experiment for a new threaded comments UI on a large consumer pl...
Design a News Feed with APIs
Personalized News Feed System Design (Push + Pull) Context You are designing a large-scale personalized news feed for a consumer application. The feed...
Assess transition and profitability under fossil-fuel constraints
Energy One: Transition from Fossil Fuels to Renewables Context Energy One currently has a total technical maximum output of 8.8 million MWh/year. Regu...
Diagnose rising delivery cost precisely
Problem: Delivery Cost per Order Increased — Design an Analysis Plan Context A restaurant reports a significant increase in delivery cost per order in...
Transform nested dicts with pandas apply/lambda
Given a pandas DataFrame df with columns: user_id (int), ts (datetime64[ns]), events (list of dicts), attrs (dict). Example rows (conceptual): user_id...
Compute ETA shift and conversion uplift
Use PostgreSQL (SQL) and brief Python pseudocode. Assume 'today' is 2025-09-01. Schema: - trips(trip_id BIGINT, request_ts TIMESTAMP, city_id INT, rid...
Model user-level ad impression allocation
Random Assignment of Ad Impressions to Users Context - There are X distinct users and Y ad impressions (X ≥ 1, Y ≥ 0 integers). - Each impression is i...
Design an RCT for app-open discount
Design an RCT for an "X dollars off on app open" promotion in a two‑sided marketplace Context You operate a two‑sided marketplace mobile app (e.g., ri...
Validate and monitor ranking model end-to-end
Expedia Hotel-Ranking Model: Evaluation, Metrics, Diagnostics, Rollout, and KPI Alignment Context: You are building a learning-to-rank (LTR) model to ...
Design a production face recognition system
Design an On-Device Face Recognition System for Mobile Access Control Context You are designing a face-based access control system for mobile devices ...
Demonstrate rapid analysis and stakeholder debrief
Rapid Analysis and Stakeholder Debrief Plan You have 1 hour to analyze a provided dataset (no pre-read) followed by a 45-minute debrief with a product...
Lead XFN decision under tight timeline
Scenario: 72-Hour VP-Level Recommendation on Expanding a New Quoting Workflow You have 72 hours to deliver a VP-level deck recommending whether to exp...
Calculate CI and Test Correlation Under Normality
Inference on a Mean, Significance of a Correlation, and a Normal Quantile Assume standard parametric conditions (normality as stated). Show formulas, ...