InterviewStack.io LogoInterviewStack.io

Statistical Foundations for Experimentation Questions

Core statistical concepts and inference needed to design analyze and interpret experiments. Topics include hypothesis testing p values confidence intervals Type One and Type Two errors the relationship between sample size variability and interval width statistical power minimum detectable effect and effect size versus practical significance. Candidates should be able to choose and explain common statistical tests such as t tests and chi square tests contrast Bayesian and frequentist approaches at a conceptual level and describe variance estimation and variance reduction techniques. The topic covers corrections for multiple comparisons sequential testing and the risks of peeking and p hacking common misconceptions about p values and limitations of inference such as confounding and selection bias. Candidates should also be able to translate statistical findings into clear language for non technical stakeholders and explain uncertainty and limitations.

MediumTechnical
63 practiced
You're testing a feature and suspect it works differently for new versus returning users. Describe how to detect treatment-by-subgroup interactions: which statistical tests or models to use (interaction terms in regression, stratified estimators), how to control for multiple testing when exploring many subgroups, and how to validate heterogeneity findings to avoid false discoveries.
MediumTechnical
59 practiced
Write a Python function sample_size_two_sample_t(d, sigma, alpha=0.05, power=0.8, ratio=1.0) that returns the required sample size per group for a two-sample t-test detecting Cohen's d effect size d given pooled standard deviation sigma. Use a normal-approximation or t-approximation and document assumptions in comments. Explain numeric choices and edge cases in a short docstring.
EasyTechnical
60 practiced
You ran an experiment comparing two treatments and computed a 95% confidence interval for the difference in conversion rates: [-0.02, 0.05]. Explain in clear non-technical language what this interval means, what conclusions you can draw about statistical significance and practical significance, and what next steps you would recommend to a product manager. Be explicit about the repeated-sampling interpretation.
HardTechnical
50 practiced
Derive the variance of the difference-in-means estimator for a completely randomized experiment under the Neyman finite-population framework. Then show the standard large-sample sample-size formula for detecting an absolute difference delta with power 1 - beta and significance alpha. State all assumptions and show intermediate algebraic steps.
HardTechnical
48 practiced
Design an analysis pipeline to discover and validate heterogeneous treatment effects (HTE) in large-scale experiments. Include exploratory discovery tools (causal trees/forests, uplift models), honest estimation techniques (sample-splitting, cross-fitting), multiplicity control for subgroup claims, and steps to produce calibrated subgroup average treatment effects for product teams. Specify evaluation metrics for subgroup policy value.

Unlock Full Question Bank

Get access to hundreds of Statistical Foundations for Experimentation interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.