PracHub
QuestionsPremiumCoachesLearningGuidesInterview Prep
|Home/Analytics & Experimentation/Meta

Determine Significance of Model B's Performance Improvement

Last updated: Mar 29, 2026

Quick Overview

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.

  • easy
  • Meta
  • Analytics & Experimentation
  • Data Scientist

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.

Related Interview Questions

  • Measure scheduled posts feature success - Meta (medium)
  • Estimate ads ranking revenue impact - Meta (medium)
  • How should you evaluate unconnected content? - Meta (medium)
  • Should WhatsApp launch group calls? - Meta (medium)
  • How would you grow Meta products? - Meta (medium)
Meta logo
Meta
Aug 4, 2025, 10:55 AM
Data Scientist
Onsite
Analytics & Experimentation
1
0

A/B Test: Two-Proportion Z-Test for Success Rates

Scenario

You ran an A/B test comparing two large language models (LLMs):

  • Model A: 700 successes out of 1000 trials (p_A = 0.70)
  • Model B: 800 successes out of 1000 trials (p_B = 0.80)

Task

  1. State the hypotheses to test whether Model B is better than Model A at α = 0.05.
  2. Compute the two-proportion z-statistic (using the pooled standard error) and the corresponding p-value.
  3. Decide if Model B is significantly better at α = 0.05.
  4. Compute the 95% confidence interval for the lift (assume lift = p_B − p_A, the absolute difference in success rates).

Hint (pooled z-test):

  • z = (p_B − p_A) / sqrt(p*(1 − p)*(1/n_A + 1/n_B)), where p is the pooled proportion p = (x_A + x_B)/(n_A + n_B).

Solution

Show

Submit Your Answer to Earn 20XP

Sign in to leave a comment

Loading comments...

Browse More Questions

More Analytics & Experimentation•More Meta•More Data Scientist•Meta Data Scientist•Meta Analytics & Experimentation•Data Scientist Analytics & Experimentation
PracHub

Master your tech interviews with 8,000+ real questions from top companies.

Product

  • Questions
  • Learning Tracks
  • Interview Guides
  • Resources
  • Premium
  • For Universities
  • Student Access

Browse

  • By Company
  • By Role
  • By Category
  • Topic Hubs
  • SQL Questions
  • Compare Platforms
  • Discord Community

Support

  • support@prachub.com
  • (916) 541-4762

Legal

  • Privacy Policy
  • Terms of Service
  • About Us

© 2026 PracHub. All rights reserved.