InterviewStack.io LogoInterviewStack.io

A/B Test Results Analysis Questions

Learn to analyze results from A/B tests and experiments. Understand key statistics: sample size, statistical significance, confidence intervals, and p-values at a practical level (not deep theory). Practice interpreting test results: 'Is this difference real or just noise?' Learn common mistakes: stopping tests early, p-hacking, and running too many tests simultaneously.

EasyTechnical
76 practiced
Implement in Python a function that takes successes and sample sizes for control and treatment and returns the two-sided p-value and a 95% confidence interval for the difference in proportions using the normal approximation. Your function should handle edge cases such as zero counts and return results in a clear numeric format.
MediumTechnical
84 practiced
Implement in Python a bootstrap routine that computes a 95% confidence interval for the median revenue per user given a vector of per-user revenues. Your function should be efficient for large samples and allow specifying number of bootstrap iterations and random seed.
HardSystem Design
82 practiced
Design the data analysis pipeline to safely run thousands of concurrent experiments prioritized by product teams. Address randomization, traffic allocation, experiment metadata, metric computation, monitoring for SRM and instrumentation issues, and safe retirement of experiments.
HardTechnical
89 practiced
Explain regression to the mean and how it can bias interpretations when teams chase top-performing variations or respond to early spikes. Provide experimental design and analysis practices to avoid being misled by regression to the mean.
HardTechnical
69 practiced
You run an experiment that increases click-through-rate (CTR) by 8% but reduces average order value (AOV) by 2%. Outline analytical methods to combine these signals into a decision: back-of-envelope expected revenue per user calculation, funnel/probability modeling, and approaches for multi-objective optimization or policy evaluation.

Unlock Full Question Bank

Get access to hundreds of A/B Test Results Analysis interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.