Calculate Conversion Probability for Male Ad Impressions

Quick Overview

Calculate Conversion Probability for Male Ad Impressions evaluates statistical assumptions, formulas, estimation strategy, uncertainty, edge cases, and interpretation in a realistic interview setting. A strong answer states assumptions, handles edge cases, explains trade-offs, and shows how to validate the result clearly.

Calculate Conversion Probability for Male Ad Impressions

Company: Meta

Role: Data Scientist

Category: Statistics & Math

Difficulty: easy

Interview Round: Onsite

##### Scenario Estimating conversion probabilities for ad impressions using basic probability theory. ##### Question Prior: P(convert)=2%. Conditional: P(convert|male)=3%, P(convert|female)=1%. After observing the user is male, compute the updated conversion probability and explain the formula. If an ad converts, what is the probability the user is male? Show your steps. ##### Hints Apply the law of total probability and Bayes’ rule clearly.

Overview: Calculate Conversion Probability for Male Ad Impressions evaluates statistical assumptions, formulas, estimation strategy, uncertainty, edge cases, and interpretation in a realistic interview setting. A strong answer states assumptions, handles edge cases, explains trade-offs, and shows how to validate the result clearly.

|Home/Statistics & Math/Meta
Meta logo
Meta
Aug 4, 2025
easyData ScientistOnsiteStatistics & Math
27
0

Calculate Conversion Probability for Male Ad Impressions

Scenario

You are estimating conversion probabilities for ad impressions. Before knowing a user's gender, the overall conversion rate is 2%.

Given

  • P(convert) = 2%
  • P(convert | male) = 3%
  • P(convert | female) = 1%

Tasks

  1. After observing the user is male, what is the updated conversion probability? Explain the formula you used.
  2. If an ad converts, what is the probability the user is male? Show your steps using the law of total probability and Bayes’ rule.

Clarifying Questions to Ask Guidance

  • Clarify the random variables, distributional assumptions, independence assumptions, and desired output.
  • Show enough derivation for the interviewer to follow the reasoning.
  • Explain how you would validate the result with simulation or sensitivity checks.

What a Strong Answer Covers Guidance

  • A correct setup with definitions, formulas, and boundary conditions.
  • A step-by-step derivation or estimation plan.
  • Interpretation of the result, including uncertainty and practical limitations.
  • Checks for assumptions, edge cases, and numerical stability.

Follow-up Questions Guidance

  • How would the result change if the assumptions were relaxed?
  • Can you verify the answer with a simulation?
  • What is the most likely source of estimation error?
Loading comments...