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 question evaluates a data scientist's competency in statistical hypothesis testing for proportions, specifically two-proportion z-tests and confidence interval estimation within A/B experimentation.