InterviewStack.io LogoInterviewStack.io

Advanced Experimentation Designs Questions

Experimentation techniques beyond the simple two-arm A/B test: causal inference and quasi-experiments, sequential and always-valid testing, multi-armed bandits, factorial and multivariate designs, and handling interference or network effects. Covers when randomized experiments are infeasible and difference-in-differences, instrumental variables, or switchback designs apply. The concept scope is methodology selection for hard experimental situations.

HardTechnical
60 practiced

You ran a 4-factor multivariate test with 3 levels each (81 cells) and observe several statistically significant cells. Describe a rigorous analysis workflow to control false discoveries across all 81 comparisons, identify which findings are robust main effects versus interactions, and propose a prioritized, efficient set of follow-up experiments or rollouts. Separately, quantitatively compare the throughput and time-to-insight of running this as a single large multivariate test versus running 9 sequential pairwise A/B tests under the same daily traffic, assuming a 5% baseline conversion rate, 100k visitors per day, 80% power, and alpha 0.05.

HardTechnical
73 practiced

A developer-facing feature affects only 120 eligible users worldwide, so a standard parallel A/B test would be badly underpowered. Outline alternative evaluation strategies, such as within-subject/paired designs, switchback or cluster-randomized-trial framing, a holdout ramp, qualitative feedback, or case studies, and explain when a cluster-randomized or switchback design should be chosen over individual-level randomization at this scale. Propose a practical plan, including metric selection, instrumentation, and a rollout recommendation, that yields actionable evidence despite the tiny population.

HardTechnical
61 practiced

Formulate and solve an optimization problem to allocate a fixed total sample across the cells of a factorial design so as to minimize the variance of the estimated interaction effect, given that cells differ in per-user cost. State your decision variables, objective function, and constraint, derive the resulting allocation rule, and work a numeric example.

HardTechnical
56 practiced

Explain aliasing in fractional factorial designs and what design resolution (III, IV, V) means. Using a 2^(3-1) half-fraction with generator C = AB, derive the full alias structure, explain concretely why main effect A ends up aliased with interaction BC, and describe how you would run a fold-over follow-up experiment to de-alias A from BC.

MediumTechnical
108 practiced

You're evaluating a new ranking algorithm for a content feed. When would you reach for a multi-armed bandit like Thompson sampling instead of a fixed-horizon or sequential A/B test, and what would make you switch back?

Unlock Full Question Bank

Get access to all 10 Advanced Experimentation Designs interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.