By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Experimentation and A/B testing are the scientific backbone of product decision-making. Instead of relying on gut feelings or HiPPO (Highest-Paid Person’s Opinion), you systematically test changes (e.g., a new feature, UI tweak, or pricing model) to measure their impact on user behavior. This matters because even small changes can have outsized effects—e.g., Amazon found that a 100ms delay in page load time cost them 1% in sales (source: Greg Linden). Real-world example: LinkedIn’s "People You May Know" (PYMK) algorithm—they ran A/B tests to optimize the order of suggestions, increasing connection rates by 30% and driving millions in revenue.
Why it matters: Forces clarity on what you’re testing, why, and for whom.
Sample Size (n): The number of users needed in each variant (control vs. treatment) to detect a meaningful difference.
Rule of thumb: For a 5% MDE on a 20% baseline conversion rate, you need ~1,600 users per variant.
Minimum Detectable Effect (MDE): The smallest change in a metric you care about detecting (e.g., "We want to detect a 2% lift in retention").
Why it matters: Smaller MDEs require larger sample sizes (trade-off between speed and sensitivity).
Statistical Significance (p-value): Probability that the observed difference is due to random chance.
⚠️ Trap: "Significant" ≠ "meaningful." A 0.1% lift in revenue might be statistically significant but not worth shipping.
Power (1 - β): Probability of correctly detecting a true effect (usually set to 80%).
Why it matters: Low power = high risk of false negatives (missing a real effect).
Peeking Problem: Checking results before the test reaches statistical significance, leading to false positives.
Solution: Pre-commit to a fixed sample size or use sequential testing (e.g., Bayesian methods).
Novelty Effect: Users react strongly to a change simply because it’s new (not because it’s better).
Mitigation: Run tests for at least 1–2 weeks to let behavior stabilize.
AA Test: Run two identical variants to check for bias in randomization (e.g., if conversion rates differ by >1%, your tool is broken).
Multi-Armed Bandit (MAB): An adaptive testing method that dynamically shifts traffic to better-performing variants (e.g., used by Netflix for thumbnail optimization).
When to use: When you care more about maximizing outcomes during the test (vs. pure learning).
Holdout Group: A subset of users excluded from the test to measure long-term impact (e.g., "Did this feature actually improve retention after 30 days?").
ICE Score (Impact, Confidence, Ease): Quick prioritization framework for experiments.
Example: If your goal is "Increase revenue," test "Add a ‘Subscribe Now’ CTA" and measure ARPU (Average Revenue Per User).
Formulate a Hypothesis
Pro tip: Avoid vague hypotheses like "We think this will work." Instead: "We believe adding a progress bar to onboarding will increase Day 1 completion by 10% for new users because it reduces perceived effort."
Design the Experiment
Decide duration: Minimum 1–2 weeks (to account for weekly patterns) or until sample size is reached.
Run the Test & Avoid Peeking
⚠️ Never stop early unless you’re using sequential testing (e.g., Bayesian methods).
Analyze Results
Segment results: Did the effect vary by user type? (e.g., "Worked for power users but not newbies").
Decide & Iterate
Answer framework:
"What’s the difference between statistical significance and practical significance?"
Answer:
"How do you handle a test where the treatment wins but hurts another metric?"
"Why might an A/B test show a positive result that doesn’t hold in the long term?"
Why? Smaller MDEs require larger samples to detect tiny changes.
You run an A/B test for 3 days and see a 15% lift in conversion (p = 0.03). Should you ship it?
Why? Short tests can’t account for weekly patterns or user adaptation.
Your treatment group shows a 5% lift in retention (p = 0.04), but the holdout group shows no difference after 30 days. What happened?
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.