How to Prepare for a Quant Trading Interview — a realistic 8-week plan
Quant trading interviews are hard, but they are not random. The same skill categories appear across Jump, Jane Street, Citadel, Two Sigma, and most systematic trading firms: probability, mental math, brainteasers, statistics, coding, market intuition, and behavioral. What changes is the weighting and the depth — and both are predictable once you know the role.
Eight weeks is enough time to go from a solid technical foundation to genuine interview-readiness — if you work on the right things in the right order. This plan is built around that constraint. It assumes roughly 10–15 hours per week.
01 · Weeks 1–2
Probability & Mental Math
Start here. Probability is the heaviest category at almost every systematic firm, and mental math is tested in timed exercises at many trading shops. Both reward practice more than raw talent — early preparation pays off disproportionately.
Focus areas
- Combinatorics and counting (permutations, combinations, stars and bars)
- Conditional probability, Bayes' theorem, and the law of total probability
- Expected value, linearity of expectation, indicator variables
- Geometric and negative binomial distributions — know when to apply them and when not to
- Mental arithmetic drills: products of two-digit numbers, percentage estimation, quick fractions
How to practice: Work through 50 Challenging Problems in Probability (Mosteller) and A Practical Guide to Quantitative Finance Interviews (Xinfeng Zhou). Do not just read solutions — write out every step, including the wrong paths you considered. Interviewers want to hear your reasoning process in real time, not just a final number.
For mental math: set a timer and drill multiplication tables, two-digit squares, and fraction-to-decimal conversions daily. Ten minutes a day compounds quickly. The goal is to not slow down under pressure — not to calculate at superhuman speed.
02 · Weeks 3–4
Statistics & Coding
Statistics questions in quant interviews are applied, not theoretical. The question is almost never "state the central limit theorem." It is usually "you have 30 data points and a strategy with Sharpe 1.5 — what does that actually tell you?" Coding rounds test correctness and clarity, not algorithmic wizardry.
Statistics focus
- Hypothesis testing, p-values, and what a confidence interval actually means
- Multiple testing and the false-discovery rate — essential for anyone backtesting strategies
- Linear regression: OLS assumptions, what breaks when residuals are autocorrelated, ridge vs. LASSO
- Volatility estimation: realized volatility, EWMA, basic GARCH — and their limitations with short data
- Sharpe ratio: distribution under the null, standard error (~1/√T), and when it is and is not meaningful
Coding focus (Python, and C++ for lower-latency roles)
- Implement rolling mean and variance from scratch — know Welford's algorithm and why naive variance loses precision
- Work with time series data: TWAP, VWAP, basic autocorrelation, simple moving averages
- Data structures you will actually use: deques for sliding windows, heaps for order books, hash maps for lookups
- Write clean, readable code — quant coding rounds are not competitive programming contests
Common mistake to avoid: Treating statistics as a list of formulas to memorize. Interviewers test whether you understand what breaks when assumptions fail. For any method you review, ask: what are the three ways this can go wrong with real financial data? Practice answering that question out loud.
03 · Weeks 5–6
Market Intuition & Microstructure
Market intuition is the category most candidates underestimate in their prep. You do not need to know any firm's strategies. You need to be able to reason about how markets work: why bid-ask spreads exist, what adverse selection looks like, how position sizing relates to conviction and risk, and what makes a signal decay or persist.
This is especially tested at trading-focused firms (prop shops, HFT). Pure researcher roles weight it somewhat less, but it still appears.
Topics to understand
- Order book mechanics: bid-ask spread, market impact, limit vs. market orders
- Adverse selection: why a market-maker fills your order at a loss — and how to detect it
- Signal half-life: why most alphas decay, what the microstructure reason is, and what to do about it
- Kelly criterion and position sizing: the intuition behind betting proportionally to edge
- Drawdown analysis: distinguishing noise from a real regime change in a live strategy
- Basic options intuition: delta, gamma, theta — not pricing from scratch, but directional intuition
Useful resources: Algorithmic Trading and DMA (Barry Johnson) covers microstructure at the right depth for interviews. Larry Harris's Trading and Exchanges is the standard reference for anyone targeting market-making or execution-focused roles. You do not need to read either end to end — focus on the chapters covering spreads, adverse selection, and impact.
04 · Week 7
Brainteasers Under Pressure
By week 7, your knowledge base is in place. Week 7 is about performance under interview conditions — not studying more material. This means timed practice, speaking your reasoning out loud, and deliberately simulating the discomfort of being stuck in front of someone.
How to practice this week
- Set a 5-minute timer for each problem. Work through it out loud — record yourself if you do not have a practice partner
- Start every problem by restating it and listing your initial approaches before committing to one
- Review your solutions with the question: where would an interviewer have pushed back?
- Mix categories: do not drill only probability. A real interview session jumps between topics
- Practice giving partial answers — knowing how to communicate progress when you are stuck is itself a skill
The biggest performance gap between candidates with equal knowledge is how they handle being stuck. The ones who get offers are usually not the ones who solved everything — they are the ones who stayed composed, communicated clearly when uncertain, and made steady progress visible.
05 · Week 8
Behavioral, Firm Research & Logistics
Behavioral rounds are treated as a formality by most candidates and as a real filter by most firms. A technically exceptional candidate can be cut on behavioral grounds at systematic trading shops — the culture is unusually specific.
Behavioral prep
- Have a real answer to: "tell me about a time you were wrong about something technically" — not a soft example
- Know why you want to work at this specific firm. Generic enthusiasm reads as no preparation
- Prepare answers to: how do you decide when to stop investigating a research question? How do you handle disagreement with a senior colleague?
- These firms value intellectual honesty over confidence. Do not oversell certainty you do not have
Logistics that matter
- Research publicly known information about each firm: asset classes, trading style, recent hires
- Understand the distinction between researcher, trader, and quant dev tracks — they have different interview weights
- If you have a take-home problem, treat it as your most important interview signal: edge cases, clean code, written explanation of your reasoning
- Ask good questions at the end. Questions about research process or specific technical challenges signal genuine interest
06 · What interviewers look for
What interviewers actually look for
Most candidates prepare for correctness. Interviewers are also — and sometimes primarily — evaluating something else:
Reasoning transparency
Can you explain what you are doing and why, in real time? Correct answers arrived at silently score worse than good reasoning that leads to a slightly imprecise answer.
Handling uncertainty
When you do not know something, do you say so honestly and reason from first principles — or do you confabulate? Firms that run systematic strategies care enormously about calibrated uncertainty.
Depth vs. breadth
A focused, technically rigorous answer is better than a broad surface-level one. If you know something well, go deep. If you do not, say so and stick to what you can derive.
Coachability under pressure
When an interviewer pushes back or gives a hint, do you adapt? Candidates who freeze or defend a wrong answer without examining it are a red flag. Candidates who update quickly and thank the hint are a strong signal.
Also see the companion guide on quant researcher interview questions for a deeper breakdown of each question category with concrete examples. If you are still deciding between the research and trading tracks, the quant trader vs quant researcher comparison covers the day-to-day differences, skill requirements, and how to choose.
07 · Common mistakes
Common mistakes in quant interview prep
Starting with coding and skipping probability
Most candidates with a CS background default to LeetCode-style prep. Quant firms care about probability and math depth as much as coding, and most CS candidates have a larger gap there. Identify your weak points early and weight them accordingly.
Practicing silently
If you prepare by reading solutions without speaking, you will have practiced the wrong skill. Quant interviews are live conversations. Practice explaining your reasoning out loud from the first week, not just in mock sessions.
Memorizing answers to specific problems
A common trap: you see a problem in a prep book, memorize the solution, and then freeze when the interviewer changes one condition. Understand the method, not the answer. For any problem you review, ask: how would this change if [X]?
Treating market questions as unknowable without trading experience
Market intuition questions do not require having traded. They require clear thinking about incentives, information, and risk. Read enough to have a framework, then practice reasoning from that framework on new scenarios.
Underestimating the behavioral round
It is common to spend 95% of prep time on technical material and show up to the behavioral round unprepared. These questions are designed to surface intellectual honesty and low-ego collaborative instinct — qualities you cannot fake in the moment without preparation.
Put it all under real pressure
Practice with someone who has been inside
Working through interview problems on your own builds knowledge. Getting honest feedback on where your reasoning breaks down — under real time pressure, with someone who has interviewed at the firms you are targeting — is a different kind of preparation. If you are a few weeks out from a first-round call, a 1:1 Mock Interview session is the most direct way to find out what you still need to fix.
Adrien Lemercier — former quantitative researcher at Jump Trading, École Polytechnique + Stanford MS in Computational Mathematics (ICME), 3× IMO medalist representing France — has been on both sides of these interviews. Sessions are available in English and French.
Book a Mock Interview — $599NDA-bound from Jump Trading — cannot discuss specific strategies, signals, or proprietary infrastructure. Sessions available in English and French.