Infer posterior after losing pick

Quick Overview

This question evaluates a candidate's understanding of conditional probability and posterior inference, assessing the ability to update probability estimates after observing that a chosen option did not occur.

Infer posterior after losing pick

Company: SIG (Susquehanna)

Role: Data Scientist

Category: Statistics & Math

Difficulty: easy

Interview Round: Online Assessment

Three cats compete in a jumping contest. The most athletic cat wins with probability p1, the middle cat with probability p2, and the least athletic cat with probability p3, where p1 + p2 + p3 = 1. You pick a cat uniformly at random to cheer, but your chosen cat does not win. What is the probability you picked the most athletic cat?

Overview: This question evaluates a candidate's understanding of conditional probability and posterior inference, assessing the ability to update probability estimates after observing that a chosen option did not occur.

|Home/Statistics & Math/SIG (Susquehanna)
SIG (Susquehanna) logo
SIG (Susquehanna)
Aug 11, 2025
easyData ScientistOnline AssessmentStatistics & Math
9
0

Conditional probability after observing a loss

You have three cats in a jumping contest:

  • Cat 1 (most athletic) wins with probability p1
  • Cat 2 (middle) wins with probability p2
  • Cat 3 (least athletic) wins with probability p3

with p1 + p2 + p3 = 1.

You pick a cat uniformly at random (each with probability 1/3) to cheer for before the contest. After the contest, you learn that your chosen cat did not win.

Assuming your choice does not influence the outcome, what is the probability that you had picked the most athletic cat?

Loading comments...