quant Interview Prep
Quant Trading Interview Prep: Probability Brainteasers, Mental Math & Market-Making
Drill the exact probability, expected-value, and make-a-market questions top trading firms ask — until they're reflex.
Quant trading interviews don't test what you memorized — they test how fast and clearly you reason under pressure. Firms like Jane Street, Citadel Securities, Optiver, SIG, IMC, and Jump Trading screen with timed mental math, then grill you on probability brainteasers, expected-value puzzles, and live market-making games. The bar is high and the feedback is instant, so the only way through is reps.
IBFlash is an AI-powered finance interview-prep app built to give you those reps. You get AI flashcards on every core probability and EV concept, realistic mock interviews that simulate the make-a-market and "update your edge" back-and-forth, and interactive tests that score your accuracy and speed. Train the way the desk actually thinks — not from a static PDF.
What a quant trader does — and who recruits
A quant trader manages live risk, prices markets, and makes real-time decisions where probability and rigor beat gut feel. The top recruiters are proprietary trading firms and market makers: Jane Street, Citadel Securities, Optiver, SIG, IMC, Hudson River Trading, Jump Trading, Akuna, and Two Sigma Securities. They hire heavily from STEM undergrads and don't require prior finance experience — what they want is raw quantitative reasoning, mental speed, and a competitive, humble temperament that thrives on fast feedback loops.
What the quant trading interview tests
Expect three layers. First, a timed mental-math screen — often 60–80 questions in roughly 8 minutes with no calculator, where the pass bar sits around 70–85% correct. Second, probability and expected-value brainteasers: coin-flip recursions, dice and card EV, Bayes-rule updates, and gambler's-ruin-style problems. Third, market-making and trading games where you make a two-sided market, size your edge, and update on new information. Sprinkled in are behavioral fit checks — 'Why trading?', 'What's your edge?', 'How would you handle a big loss?' — that probe self-awareness and whether you stay calm and humble under pressure.
How to prepare with IBFlash
IBFlash turns prep into deliberate practice. Use AI flashcards to lock in the core machinery — expected value, conditional probability, distributions, Bayes' theorem, recursion on states, and optional stopping — then spaced repetition keeps it sticky. Run AI mock interviews that recreate the make-a-market dialogue: you quote a bid-ask, defend your spread, and adjust as the rules change, just like a real phone screen. Interactive timed drills score your mental-math accuracy and speed so you can see, concretely, when you're hitting the firm's bar. A weakness engine tracks which concepts you keep missing and feeds them back to you.
Quant trading interview overview
The funnel typically runs: online assessment or mental-math test → a 30–60 minute phone screen of probability and math → a superday or on-site of 4–6 back-to-back rounds covering brainteasers, market-making games, coding, market knowledge, and fit. Each round is fast and conversational — interviewers care less about the final number than about your reasoning, how you handle being wrong, and whether you update cleanly on new info. Show your work out loud, give committed estimates, and treat every question as a trade: state your edge, size it, and manage the downside.
Why brainteasers matter more than they look
A question like 'flip a coin until you see two heads in a row — how many flips on average?' isn't trivia. It rewards fluency with recurrence relations, conditional expectation, and clean state-setup — the exact skills you'll use pricing a market in milliseconds. The strongest candidates don't recall an answer; they rebuild it from first principles fast and explain it crisply. IBFlash drills both the pattern recognition and the verbal articulation, so you sound like a trader, not a textbook.
Sample quant interview questions
What's the expected number of flips of a fair coin to get the first head?
For a coin with heads probability p, the expected number of flips is 1/p. For a fair coin (p = 0.5), that's 2 flips. It follows from the geometric distribution, or the recursion E = 1 + (1/2)E.
Expected number of fair-coin flips to get two heads in a row?
6. Set up states: let E0 be the expected flips from zero progress and E1 from one head. E1 = 1 + ½(0) + ½·E0 and E0 = 1 + ½·E1 + ½·E0. Solving gives E0 = 6.
You roll two fair dice. What's the expected value of the maximum?
161/36 ≈ 4.47. Use P(max = k) = (2k − 1)/36 for k = 1…6, then sum k·P(max = k). The (2k − 1) count comes from the outcomes where both dice are ≤ k minus those ≤ k−1.
Add fair uniform[0,1] random variables until the sum exceeds 1. Expected count?
e ≈ 2.718. The probability that n such variables sum to less than 1 is 1/n!, so the expected number of draws needed equals the sum of 1/n! over n ≥ 0, which is e.
100 coins: 99 fair, 1 double-headed. You pick one, flip 10 heads in a row. P(it's the double-headed coin)?
≈ 91.2%. By Bayes: numerator = (1/100)·1 = 0.01; the fair-coin branch = (99/100)·(1/2)^10 ≈ 0.000967. So P = 0.01 / (0.01 + 0.000967) ≈ 0.912.
How do you make a market on an unknown quantity (e.g., the number of windows in a city)?
Quote a two-sided bid-ask around your best estimate of the true value. The width signals confidence — aim for roughly a 90% interval, tightening the spread when you're more certain and widening it to protect against directional risk when you're not. Avoid absurdly wide quotes; the tightest reasonable market wins the trade.
A casino offers a fair coin: you win $1 on heads, lose $1 on tails. What's the EV, and would you play with an edge?
EV is $0 for a fair coin, so it's a break-even game with no edge — you shouldn't pay to play. If the payout were asymmetric (say +$2 / −$1), EV = ½·2 − ½·1 = +$0.50 per flip, a positive edge you'd want to bet, sizing by your bankroll and variance (e.g., Kelly intuition).
There are 3 doors (Monty Hall): you pick one, the host opens a different door revealing a goat, then offers a switch. Do you switch?
Yes — switching wins with probability 2/3 versus 1/3 for staying. Your initial pick is right 1/3 of the time; the host's reveal concentrates the remaining 2/3 onto the single unopened door, so switching doubles your odds.
quant interview FAQ
How hard is the quant trading interview?
It's one of the most competitive in finance. The math itself is undergraduate-level probability, but the difficulty is speed and pressure — timed mental-math screens, rapid-fire brainteasers, and live market-making games where interviewers watch how you reason and update. With consistent reps the patterns become recognizable, which is exactly what IBFlash is built to drill.
What technicals do I need for a quant trading interview?
Solid probability and expected value, conditional probability and Bayes' theorem, common distributions, recursion on states, basic combinatorics, and fast mental arithmetic (percentages, midpoints, multiplication). Many roles also test light coding (Python) and logic puzzles. You don't need finance coursework — clean quantitative reasoning matters most.
Do I need a finance or CS degree to get a quant trading job?
No. Firms recruit heavily from math, physics, statistics, CS, and engineering backgrounds and care about reasoning ability over a finance résumé. What you do need is demonstrable quantitative skill, mental speed, and the temperament for fast, high-stakes decisions.
How long should I prepare for a quant trading interview?
Most candidates spend 1–3 months of consistent practice. A common cadence is 30 minutes of daily mental math plus regular brainteaser and market-making reps, aiming to clear the firm's speed bar (roughly 70–85% on timed screens) before your phone round. Spaced-repetition flashcards make that daily habit far more efficient.
What's the difference between a quant trader and a quant researcher?
Quant traders manage live risk and make real-time pricing and execution decisions, so interviews emphasize market intuition, mental math, and make-a-market games. Quant researchers focus on finding alpha signals and building models, so their interviews go deeper on math, statistics, and coding. IBFlash covers both tracks so you can prep for the seat you actually want.
Ready to lock in quant?
AI flashcards, realistic mock interviews, and modeling tests — built by Founders who recruited.
Start free