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."
Optimize no-penalty test strategy
You face a 50-question multiple-choice test (5 options each) with total time 900 seconds. Scoring: +1 for a correct answer, 0 otherwise; there is no p...
Diagnose 4% weekly revenue drop using history
You only have a single table weekly_revenue(week_start_date DATE, revenue_usd NUMERIC) containing the last 104 weeks for Instacart. A DS reports that ...
Define composite success for search and test it
A new search feature is evaluated with two binary labels per query: relevancy=1/0 and accuracy=1/0. 1) Propose a composite success metric that uses th...
Describe accomplishment, failure, and helping others
Provide three distinct examples from the last 24 months: (1) Your most consequential accomplishment—context, specific goal, constraints, your actions,...
Formulate OR model to reduce driver backtracking
Define and reduce driver ‘backtracking’ in a marketplace. First, define a quantitative backtracking metric B per driver-hour from GPS and assignment l...
Diagnose location-sorted recommender causing revenue drop
Eats recommendations were changed to rank items primarily by distance to the user; after launch, add-to-cart rate rose but revenue per session fell. D...
Differentiate Type I vs II errors under costs
Ship/No-Ship Decision: Type I/II Errors, Cost-Sensitive Testing, Sample Size, and Multiple Testing Context You are deciding whether to ship a new disp...
Deduplicate events and rank products with SQL
You are given two tables. Schema: - events(event_id INT PRIMARY KEY, user_id INT, product_id INT, event_time TIMESTAMP, idempotency_key TEXT, amount_c...
Design a hashtag recommender for News Feed
Design: Hashtag Recommendations in the News Feed Context You are adding hashtag recommendations alongside posts in a large social app’s News Feed. The...
Clarify scope and align to mission
Clarify and Align: New Google Maps Feature to Boost Group Page Engagement Context (Completed) Assume "Group pages" are shared spaces in Google Maps wh...
Choose ML metrics under asymmetric costs
Binary Classifier With Asymmetric Costs: Fraud vs. Cancer Context: You own a production binary classifier and must make product/ML decisions under asy...
Design an experiment for delay drivers
Estimating the Causal Effect of Reducing Gate Turnaround on Flight Delays Context: Operational drivers of flight delays (e.g., gate turnaround, taxi-o...
Quantify improvement and compute required sample size
A/B Test on Spam Rate: Sample Size, Inference, and Practical Pitfalls Context: You are evaluating a new classifier that aims to reduce the spam rate (...
Define metrics and design experiments for notifications
Analytics/Experimentation Case: "Your friend is attending a local event—join them?" You are evaluating a proposed notification: "Your friend is attend...
Increase posts receiving comments via experimentation
Increase the Share of Posts That Receive a Meaningful Comment You are a data scientist for a consumer social app with posts and comments. Your goal is...
Calculate posts per DAU by country today
Given two tables: - user_activity(user_id INT, activity_date DATE, country STRING, dau_flag TINYINT CHECK(dau_flag IN (0,1))) - composer(user_id INT, ...
Compute daily post success rate for last 7 days
You have a table composer(user_id INT, event STRING CHECK(event IN ('enter','post','cancel')), event_date DATE). Compute the post success rate for eac...
Model overdispersed counts; estimate treatment lift
Weekly posts per creator are overdispersed and zero‑inflated. In a creator‑level randomized test of a nudge: - Control: n_c=40,000 creators, total pos...
Write SQL with HAVING and efficient joins
You are given two tables. Schema - interactions(product_id INT, buyer_id INT, seller_id INT, interaction_date DATE, interaction_type VARCHAR, interact...
Write SQL for post-trial conversion cohorts
Using the schema below, write SQL to compute, for users first exposed between 2025‑06‑01 and 2025‑06‑30 (inclusive), the intent‑to‑treat paid conversi...