Experimentation Platforms and Infrastructure Questions

Infrastructure for A/B testing and experimentation: assignment/bucketing, metric pipelines for experiments, guardrail and variance-reduction plumbing, and experiment result storage. Covers building the platform that powers trustworthy online experiments at scale. Distinct from the statistics of experiment analysis.

EasyTechnical
79 practiced

Design a compact experiment configuration schema (variants, allocations, targeting rules, rollout phases, metric definitions, kill switch). Provide an example configuration and explain which fields the SDK needs for evaluation versus which fields only offline analysis needs.

MediumTechnical
64 practiced

Design a set of automated daily validity checks for experiments: sample-size/power check, exposure-imbalance test, metric-instrumentation-drift detection, and SDK error-rate check. For each check, sketch the SQL or pseudocode that computes it and propose an alert threshold and a corrective action.

MediumTechnical
103 practiced

Compare streaming (real-time) versus batch (daily) metric computation for a high-traffic experimentation platform. When is each approach the right call, and what would a hybrid design that balances immediacy against accuracy look like?

MediumTechnical
74 practiced

Before a new metric-computation pipeline becomes part of the experimentation platform, what QA process would you run on it: unit tests, integration tests, golden-file regression tests, and a live A/B smoke test? Describe what each layer catches that the others would miss.

HardSystem Design
66 practiced

Design an experimentation platform that supports multi-armed bandits for personalization while still letting the team run clean A/B tests for causal inference when they need one. Describe the architecture, data logging, and randomization service, and explain how you would analyze bandit results without the bias that adaptive allocation introduces.

Unlock Full Question Bank

Get access to all Experimentation Platforms and Infrastructure interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.