Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Email Subject Line Significance Test

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

Your question is Email Subject Line Significance Test. 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

BrightCart, an online retailer, tested a new promotional email subject line to improve open rates. The marketing team wants to know whether the observed lift is statistically significant or could plausibly be due to random variation.

Problem Statement

You are given results from a randomized A/B test comparing the current subject line (control) to a new subject line (treatment). Determine whether the treatment meaningfully changed the email open rate, explain what statistical significance means in this setting, and describe how the p-value relates to the decision.

Given Data

GroupEmails SentOpensOpen Rate
Control8,4001,76421.0%
Treatment8,1001,86323.0%

Additional test setting:

ParameterValue
Significance level (α)0.05
Test typeTwo-sided

Requirements

  1. State the null and alternative hypotheses.
  2. Compute the sample open rates and the observed lift.
  3. Calculate the pooled proportion and standard error for a two-proportion z-test.
  4. Compute the z-statistic and two-sided p-value.
  5. Decide whether the result is statistically significant at the 5% level.
  6. Explain, in plain language, what the p-value means and what it does not mean.
  7. Compute a 95% confidence interval for the difference in open rates.
  8. Give a business recommendation on whether BrightCart should adopt the new subject line.

Assumptions

  • Users were randomly assigned to one subject line.
  • Each email outcome is independent at the user level.
  • Open tracking is measured consistently across both groups.
  • The normal approximation for proportions is appropriate because both groups have large sample sizes.