Interview prep

Data Scientist interview questions

Data science interviews test statistical reasoning, SQL proficiency, and ability to frame business problems as data problems. Expect a mix of coding (Python), statistics, and case studies analyzing real datasets.

🎀 Practice these out loud with AceCoach β†’

The questions

Walk me through your approach to an A/B test where the control group unexpectedly outperforms the variant in early days. Case
How to answerState the null hypothesis, describe sample size and duration logic, explain why reversal happens (novelty effect, selection bias, or luck), outline statistical checks before stopping early.
Write a SQL query to find users who made a purchase in January but not in February of the same year. Coding
How to answerSet up LEFT JOIN or NOT EXISTS with date filtering, verify the join logic, test edge cases (null purchase dates, multiple purchases).
Explain how you'd measure the impact of a recommendation engine change using holdout groups. Fundamentals
How to answerDefine the metric upfront (engagement, revenue, retention), explain why holdout is necessary, discuss sample size, duration, and external factors.
Tell me about a time you discovered a bug in a data pipeline and how you fixed it. Behavioral
How to answerSTAR format: Situation (pipeline scope), Task (what went wrong), Action (investigation steps, root cause), Result (fix applied, time saved, stakeholder communication).
How would you handle a dataset with 60% missing values in a key feature? Fundamentals
How to answerAssess missingness type (MCAR, MAR, MNAR), justify imputation (mean, KNN, model-based) or removal, discuss bias trade-offs, validate impact on downstream models.
Design a metric to detect when user churn risk is increasing week-over-week. System design
How to answerDefine early signals (engagement drop, feature usage decline), explain aggregation and thresholds, describe alerting cadence, outline how business would act on the signal.

What data scientists are tested on

PythonSQLStatisticsA/B TestingPandas/NumPyData VisualizationMachine LearningBusiness Acumen

What each round is really testing

A data scientist loop is usually built from 5 kinds of question: Case, Coding, Fundamentals, Behavioral, System design. They are scored separately, which matters more than it sounds β€” being strong on the technical rounds does not offset a vague behavioural one, because a different interviewer writes that feedback against different criteria and never sees your other scores.

The framework under each question above is not a script to recite. It is the shape of a complete answer β€” the parts an interviewer is listening for and ticking off. Two candidates can give the same facts and score differently because one of them signposted the structure ("there were three constraints; let me take them in order") and the other produced the same content as an unstructured paragraph. Say the structure out loud; it is doing work.

Turning your own experience into answers

The most common preparation mistake is collecting questions and never building material. Your answers should come from your own work, and your resume is the index of it. Take a line like this one from the data scientist resume example:

Built churn-prediction model (logistic regression + tree ensemble) achieving 78% recall; targeting precision improved 23%, saving $1.2M annually in retention spend

A resume bullet is the result with everything else compressed out. An interview answer is the same story decompressed: what the situation was and why it mattered, what you specifically owned, what you tried that did not work, and only then the number. Expect the follow-up to go straight at the part the bullet omits β€” how you measured it, what you would do differently, who disagreed with you. Prepare the decompressed version of four or five bullets and you have covered most behavioural rounds.

A week of preparation that works

Days one and two: write the decompressed version of five pieces of your own work, each ending in something measured. Day three: rehearse them out loud β€” this is the step almost everyone skips, and it is where you discover that an answer clear in your head takes ninety seconds and three restarts to say. Days four and five: work the technical questions above, talking through your reasoning rather than solving silently. Day six: prepare your own questions, which are assessed whether or not anyone tells you so. Day seven: rest, and re-read your own notes rather than adding new material.

If you only have an evening, do the spoken rehearsal. It has the highest return per minute of anything on this list, and it is the part that cannot be improvised on the day. AceCoach will ask these questions aloud and score the structure of what you say back, which is the closest thing to the real conditions you can get on your own.

Before the interview

Check the company's format as well as the role's questions β€” the same data scientist questions are asked very differently at a big-tech loop, an IT services process and a startup. See Big Tech, IT services & consulting or startups & finance. And make sure the resume that got you the interview can survive the questions it invites: everything on it is fair game, and the numbers attract the most scrutiny.

Earlier than the interview? How to become a data scientist covers the routes into this role, what to learn in what order, and what it pays measured from live postings.

Frameworks are guidance, not scripts β€” the point is to make the answers your own. All roles β†’

Keep reading

The 25 interview questions AI coaches drill in 2026 (with answer frameworks)
The interview questions that dominate 2026 hiring β€” behavioural, technical, AI-collaboration and salary —…
Returning to work after a career break: rebuilding confidence and explaining the gap
How to present a career break on your CV, close the confidence gap, and answer interview questions about time…
Data Analyst interview questions
6+ real data analyst interview questions with answer frameworks β€” behavioral, technical and 2026…
Backend Developer interview questions
6+ real backend developer interview questions with answer frameworks β€” behavioral, technical and 2026…