Calculate Probabilities for Mixed Reviewer Types
Company: Meta
Role: Data Scientist
Category: Statistics & Math
Difficulty: medium
Interview Round: Onsite
##### Scenario
Mixture of lazy and careful reviewers
##### Question
Lazy reviewers (20 %) always give good reviews; careful reviewers (80 %) give good reviews 60 % of the time.
(a) What is the probability a random review is good?
(b) If a review is negative, what is the probability it came from a lazy reviewer?
(c) What is the expected number of good reviews in 100 reviews?
(d) After a reviewer gives three consecutive good reviews, what is the probability the reviewer is lazy?
(e) How does this probability change as the number of consecutive good reviews N → ∞?
##### Hints
Use total probability and Bayes; assume reviews from a given reviewer are independent conditional on reviewer type.
Quick Answer: Meta probability prompt on a mixture of lazy and careful reviewers, covering total probability, Bayes theorem, repeated-review likelihoods, expected good reviews, and posterior convergence.