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.

MediumTechnical
109 practiced

When should you choose a factorial or multivariate (MVT) design instead of running a sequence of separate A/B tests on individual features? Discuss the trade-offs in speed of learning, statistical power for main effects versus interactions, interpretability, and operational complexity, then give a concrete business scenario where a factorial design is clearly the better choice.

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.

HardTechnical
52 practiced

Design a post-hoc analysis to detect cross-experiment contamination between two simultaneous experiments A and B. Given user-level logs with experiment assignments and outcomes, outline statistical tests or models, such as interaction-term regressions and permutation tests, to detect whether assignment to A modified the effect of B. Then discuss how you would attribute a change in a shared downstream conversion metric to individual upstream experiments when multiple teams' experiments feed the same funnel.

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.

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 9 Advanced Experimentation Designs interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.