Every quant loop tests Bayesian updating, because updating beliefs on new information is the job. The formula everyone knows; the interview skill is executing updates fast and not falling for the base-rate traps.
Use the odds form
For interviews, the multiplicative form beats the textbook one:
$$\text{posterior odds} = \text{prior odds} \times \text{likelihood ratio}$$
Disease testing classic: 1% prevalence, test 99% sensitive, 95% specific. Prior odds 1:99; likelihood ratio $0.99/0.05 \approx 20$; posterior odds 20:99 → probability $\approx 17\%$. One line, no table — and immune to the trap (most people guess 99%; the base rate dominates).
The recurring interview shapes
- False-positive traps — rare event, imperfect test. The answer is always "lower than intuition"; the discipline is quantifying it.
- Witness/corroboration problems — "the witness is 80% reliable; how much do you believe the claim?" Worked here, and its two-witness extension here.
- Identify-the-coin/die — draw from one of several dice/coins, observe outcomes, infer which. Sequential updating, one likelihood ratio per observation. Worked here.
- Trading-flavored updates — "an informed trader would buy 70% of the time; you saw a buy" is the same math wearing a market. This is the bridge interviewers hope you make: quotes ARE posteriors.
Traps to not fall into
- Confusing $P(A|B)$ with $P(B|A)$ — the prosecutor's fallacy; naming it earns points.
- Forgetting the base rate — a strong likelihood ratio on a tiny prior is still small.
- Double-counting correlated evidence — two witnesses who colluded are one witness; independence assumptions must be stated.
Practice with solutions
- Witness reliability
- Truth given corroboration
- Bayesian die identification
- Bayesian coin selection + sequential betting — updating fused with bet sizing.
More topic guides
- Coin Flip Questions in Quant Interviews
- Dice Questions in Quant Interviews
- Gambler's Ruin in Quant Interviews
- The Kelly Criterion in Quant Interviews
- Markov Chains in Quant Interviews
- Martingales in Quant Interviews
- The Monty Hall Problem — and the Variants Interviews Actually Ask
- Optimal Stopping in Quant Interviews
- Random Walks in Quant Interviews
- All guides & explainers
Frequently asked questions
What is the odds form of Bayes' theorem?
Posterior odds = prior odds × likelihood ratio. It turns multi-step updates into one multiplication per piece of evidence and is much faster under interview pressure than the textbook fraction.
What is the classic false-positive Bayes question?
A rare condition (say 1%) and a good-but-imperfect test: given a positive result, the probability of actually having the condition is far lower than the test's accuracy — around 17% in the standard numbers — because the base rate dominates.
How does Bayesian updating connect to trading?
A market maker's quote is a posterior: seeing a buy from possibly-informed flow should shift your fair value by exactly the likelihood ratio of that action under informed vs uninformed hypotheses. Many interview questions dress this update in market language.
What Bayes mistakes do interviewers watch for?
Swapping P(A|B) for P(B|A), ignoring base rates, and treating correlated evidence as independent. Naming the trap while avoiding it reads as fluency.
Practice the real thing
QuantVault has 2,800+ quant interview problems with full solutions, intuition, and hints, firm-by-firm interview funnels, and an auto-graded coding judge. Start free.