Problem
Business Context
CartJet is a large e-commerce marketplace (~8M weekly active users) planning a redesign of its checkout page to reduce friction on mobile web. The product team is willing to run an A/B test for up to 3 weeks, but traffic is expensive: every extra day of experimentation delays rollout and has real revenue opportunity cost.
Historically, the purchase conversion rate (session → purchase) on mobile web is about 3.80%. Finance has asked the experimentation team to only run tests that have a high chance of detecting economically meaningful improvements.
You are the data scientist responsible for proposing a power analysis process and producing a concrete sample size recommendation.
Problem Statement
Design a power analysis for a two-arm A/B test on a binary metric (conversion). You want to detect a minimum detectable effect (MDE) of a +0.30 percentage point absolute lift (from 3.80% to 4.10%). The test will be analyzed using a two-sided hypothesis test at α = 0.05 with target power = 80%.
Given Data
| Item | Value |
|---|---|
| Baseline conversion rate (control) | 0.0380 |
| Target conversion rate (treatment) | 0.0410 |
| Absolute MDE | 0.0030 |
| Significance level (two-sided) | 0.05 |
| Target power | 0.80 |
| Allocation | 50% control / 50% treatment |
| Expected fraction of sessions eligible for experiment (tracking + bot filtering) | 0.92 |
Requirements
- Describe your process for conducting power analysis in this setting (what inputs you need, how you choose MDE, α, power, and what assumptions you check).
- Compute the required sample size per group using a normal approximation for a two-proportion z-test.
- Convert the sample size into total eligible sessions needed (accounting for the 0.92 eligibility rate).
- Suppose CartJet can route 1.2M mobile-web sessions/day into the experiment. Estimate the runtime in days.
- Provide one risk/caveat where the theoretical power calculation can be misleading in practice, and how you’d mitigate it.
Assumptions and Constraints
- Random assignment at the session level; each session is an independent Bernoulli trial.
- No interference between users (SUTVA) and stable instrumentation.
- Use a two-sided test (product wants to detect regressions too).
- Normal approximation is acceptable (large n), but you should sanity-check whether it’s valid.
Practicing as: Product Growth Analyst interview at IntuitHi, I'll play your Intuit interviewer for the Product Growth Analyst role. Candidates describe these interviews as mixed and moderately difficult, so expect me to be professional and fair. Take your time with the question above and answer like we're in the room.
You are practicing as a guest. Sign up free to get your answer graded with AI feedback. Your draft stays right here.


