Determine Significance of Model B's Performance Improvement
Quick Overview
This interview question evaluates metric design, causal reasoning, experiment setup, diagnostics, SQL/statistical checks, and recommendations in a realistic interview setting. A strong answer for Determine Significance of Model B's Performance Improvement states assumptions, handles edge cases, explains trade-offs, and shows how to validate the result clearly.
Determine Significance of Model B's Performance Improvement
Company: Meta
Role: Data Scientist
Category: Analytics & Experimentation
Difficulty: easy
Interview Round: Onsite
##### Scenario
You compared two large-language models in an A/B test: Model A success = 70 % (700/
1000), Model B = 80 % (800/
1000).
##### Question
State hypotheses and compute a two-proportion z-statistic and p-value to decide if Model B is significantly better at α = 0.05; also give the 95 % confidence interval of the lift.
##### Hints
p̂ = (x1/n1 – x2/n
2) / sqrt(p*(1-p)*(1/n1+1/n
2)), where p is pooled proportion.
Quick Answer: This interview question evaluates metric design, causal reasoning, experiment setup, diagnostics, SQL/statistical checks, and recommendations in a realistic interview setting. A strong answer for Determine Significance of Model B's Performance Improvement states assumptions, handles edge cases, explains trade-offs, and shows how to validate the result clearly.