Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Confidence Interval for Signup Experiment

EasyStatistics & Probability00:00
Practice interviewer
In session
5 left
00:00

Your question is Confidence Interval for Signup Experiment. Take a moment with it on the right.

Talk me through your thinking if you like. When you're confident, submit your answer and I'll grade it like a real screen (7/10 or better passes).

You need to log in / sign up to chat or submit.

Problem

Business Context

PulseFit, a subscription fitness app, tested a new onboarding flow intended to increase paid signup conversion. The product manager wants to know how to interpret the confidence interval from the experiment, not just whether the result is statistically significant.

Problem Statement

You are given the results of a 10-day A/B test comparing the current onboarding flow (control) with a redesigned flow (treatment). Estimate the 95% confidence interval for the difference in conversion rates and explain what that interval means in the context of the product decision.

Given Data

GroupSample SizePaid SignupsConversion Rate
Control18,5002,22012.00%
Treatment18,9002,41912.80%

Additional parameters:

ParameterValue
Confidence level95%
Significance level0.05
Minimum practically meaningful lift0.5 percentage points

Requirements

  1. Compute the observed difference in conversion rates between treatment and control.
  2. Calculate the standard error for the difference in two independent proportions.
  3. Construct the 95% confidence interval for the treatment effect.
  4. Interpret the confidence interval in plain English for a product manager.
  5. State whether the result appears statistically significant and whether it is practically meaningful.
  6. Explain whether PulseFit should roll out the new onboarding flow based on this evidence alone.

Assumptions

  • Users were randomly assigned to control and treatment.
  • Each observation is independent and each user appears once.
  • The normal approximation for proportions is appropriate because both groups have large sample sizes.
  • No major instrumentation or tracking issues affected signup measurement.