experimentation
Applied AI interview questions tagged experimentation, across every topic.
10 questions · 1 unlocked for you
Concepts behind "experimentation"
The curriculum that explains the ideas these questions test.
Foundational
A/B TestingAn A/B test randomly splits users between a control and a variant and compares a metric to measure causal impact. The hard part is validity, not setup: peeking inflates false positives, you need enough power, sample-ratio mismatch signals a bug, and network effects and novelty break naive tests. For ML, it is how you confirm an offline improvement actually helps online, because offline gains often do not hold. Applied-AI interviews probe it because shipping on offline metrics alone is a classic mistake.📊 Evaluation & ML Foundations
Core
Causal Inference: Confounders and IdentificationCausal inference is the discipline of estimating what would happen if you intervened, not just what correlates in observed data. It centers on confounders, randomization as the gold standard, and quasi-experimental methods (diff-in-diff, instrumental variables, propensity scores) for when you cannot run a clean experiment. Applied AI interviews probe it because product and model decisions hinge on whether a measured lift is real or an artifact of who self-selected into the treatment.📊 Evaluation & ML FoundationsSign in
