Estimation & Fermi Interview Questions

Dan Lee's profile image
Dan LeeData & AI Lead
Last updateMarch 13, 2026

Estimation and Fermi questions are the silent gatekeepers of quantitative finance interviews. Jane Street, Citadel, Two Sigma, and other top-tier firms use these seemingly simple problems to test your quantitative intuition, structured thinking, and ability to navigate ambiguity under pressure. Unlike coding questions where the answer is either right or wrong, estimation questions reveal how you think when there's no clear path forward.

What makes these questions brutally difficult is that interviewers care more about your reasoning process than your final number. A candidate who confidently states that the NYSE processes 10 million trades per day without showing their work will fail, even if they're close. Meanwhile, someone who methodically decomposes the problem, makes reasonable assumptions, and sanity checks their intermediate steps can be off by 50% and still get an offer. The challenge isn't the math, it's maintaining structured thinking when you have no idea what the real answer should be.

Here are the top 31 estimation and Fermi questions organized by the core skills they test, from foundational decomposition to real-world finance scenarios.

Intermediate31 questions

Estimation & Fermi Interview Questions

Top Estimation & Fermi interview questions covering the key areas tested at leading tech companies. Practice with real questions and detailed solutions.

Quantitative ResearcherJane StreetCitadelTwo SigmaOptiverSIGJump TradingGoogleMcKinsey

Foundational Decomposition

Interviewers lead with decomposition questions because they immediately separate candidates who think systematically from those who guess wildly. Most candidates fail here not because they lack domain knowledge, but because they jump straight to numbers without establishing a logical framework first.

The key insight: your decomposition tree matters more than any individual estimate within it. If you break down "NYSE trading volume" into number of listed stocks, average trades per stock, and trading intensity patterns, you've demonstrated structured thinking even before calculating a single number. Start every estimation by drawing the logical tree, then fill in the branches.

Foundational Decomposition

Before you can estimate anything, you need to break a complex question into smaller, tractable pieces. This section tests your ability to identify the right sub-components of a problem and structure a logical framework, which is where most candidates falter by either oversimplifying or creating overly complex trees that lose the interviewer.

How many unique stock trades occur on the NYSE in a single trading day? Walk me through how you'd decompose this before estimating any numbers.

Jane StreetJane StreetEasyFoundational Decomposition

Sample Answer

Most candidates default to thinking about dollar volume or total shares traded, but that fails here because the question asks about unique trades, meaning individual order matches. You should decompose by starting with the number of listed securities on the NYSE (roughly 2,400), then estimating average trades per security per day. Break that second piece further: highly liquid large-caps (top 500) might see 50,000+ trades per day, mid-caps (next 1,000) around 5,000, and the long tail of small-caps around 500. This gives you roughly $500 \times 50{,}000 + 1{,}000 \times 5{,}000 + 900 \times 500 \approx 30.5$ million trades, which aligns well with publicly reported figures of 20 to 40 million daily trades.

Practice more Foundational Decomposition questions

Market Sizing

Market sizing questions in finance interviews test whether you understand the scale and structure of financial markets, not just your arithmetic skills. Candidates often underestimate these markets by orders of magnitude because they think like consumers rather than institutional participants.

The most common mistake: forgetting about institutional volume and algorithmic trading. When estimating options market revenue, most candidates only consider retail investors buying a few contracts. In reality, market makers, hedge funds, and algorithmic strategies generate the majority of transaction volume and revenue. Always anchor your estimates on institutional activity first.

Market Sizing

Interviewers at firms like McKinsey and Jane Street frequently ask you to estimate the size of a market, a population segment, or total demand for a product. You will struggle here if you lack strong anchoring numbers (US population, global GDP, household counts) or if you fail to clearly state and justify your assumptions at each step.

Estimate the total annual revenue of the US options market, including all exchange-traded equity options.

Jane StreetJane StreetHardMarket Sizing

Sample Answer

The US options market generates roughly $15 to $20 billion in annual revenue from exchange fees, commissions, and market-maker spreads. You can anchor on approximately 10 billion equity options contracts traded per year, with an average fee/spread capture of roughly $0.01 to $0.02 per contract, giving $10B to $20B. Layer in brokerage commissions averaging a few cents per contract across retail and institutional flow, and you converge on that range. The interviewer wants to see you decompose revenue into volume times per-unit economics rather than guessing a lump sum.

Practice more Market Sizing questions

Back-of-Envelope Calculations

Back-of-envelope calculations test your ability to simplify complex arithmetic without losing accuracy. These questions appear simple but reveal whether you can maintain precision under pressure while using mental shortcuts effectively.

Smart candidates immediately look for ways to factor numbers into manageable pieces rather than trying to compute everything directly. For calculating $2^{20} \times 3^5 / 10^4$, you'd convert $2^{20}$ to $(2^{10})^2 = 1024^2$ and $3^5$ to $243$, then look for cancellations. The goal is to transform hard arithmetic into easy arithmetic through clever regrouping.

Back-of-Envelope Calculations

Quick arithmetic under pressure is a core skill tested at quantitative trading firms like Optiver, SIG, and Jump Trading. This section challenges you to perform multi-step numerical calculations rapidly and accurately without a calculator, exposing weaknesses in mental math shortcuts, unit tracking, and rounding discipline.

Without a calculator, estimate $\frac{2^{20} \times 3^5}{10^4}$ to the nearest integer. Walk through your approach clearly.

OptiverOptiverEasyBack-of-Envelope Calculations

Sample Answer

You could memorize that $2^{10} = 1024 \approx 10^3$ and chain from there, or you could build up from smaller powers directly. The first approach wins here because it lets you simplify fast: $2^{20} = (2^{10})^2 \approx 1{,}048{,}576$, and $3^5 = 243$. So the numerator is roughly $1{,}048{,}576 \times 243 \approx 254{,}803{,}968$, and dividing by $10^4$ gives approximately $25{,}480$. The exact answer is $25{,}480.396$, so rounding gives you $25{,}480$.

Practice more Back-of-Envelope Calculations questions

Order of Magnitude Estimation

Order of magnitude questions strip away the pressure of precision to focus on your fundamental intuition about scale. Even experienced candidates struggle here because they overthink the problem instead of using basic sanity checks.

The secret weapon for order-of-magnitude estimation: always start with something you know for certain, then build ratios. For piano tuners in Chicago, don't guess the number of pianos. Start with Chicago's population (roughly 3 million), estimate households (1.2 million), then apply reasonable ratios for piano ownership and tuning frequency. Your known anchors prevent your estimates from drifting into fantasy territory.

Order of Magnitude Estimation

Getting within a factor of 10 of the right answer is often more impressive than a precise but wrong number. You are tested on your intuition for scale: can you quickly distinguish whether something is in the thousands, millions, or billions, and do you recognize when your intermediate results have drifted into implausible territory?

Roughly how many total shares of stock change hands on the NYSE in a single trading day? Just get the order of magnitude right.

Jane StreetJane StreetEasyOrder of Magnitude Estimation

Sample Answer

Reason through it: There are about 2,500 listed companies on the NYSE. A large-cap stock like Apple might trade 50 to 100 million shares per day, while a median stock might trade around 1 to 2 million shares. If you weight this out, an average across all listings might be roughly 3 to 5 million shares per stock. So total daily volume is roughly $2{,}500 \times 4{,}000{,}000 \approx 10^{10}$, putting you in the low billions. The actual figure hovers around 2 to 4 billion shares on a typical day, so $10^9$ to $10^{10}$ is the right order of magnitude.

Practice more Order of Magnitude Estimation questions

Sanity Checks and Sensitivity Analysis

Sanity checking questions test whether you can spot and correct unrealistic estimates in real time. This skill matters enormously in quantitative roles where a single order-of-magnitude error can mean the difference between a profitable strategy and catastrophic losses.

Effective sanity checking requires multiple independent approaches to the same problem. If your trading volume estimate seems too high, don't just reduce one assumption. Instead, approach from a completely different angle: estimate based on market cap turnover, or typical daily volume as a percentage of shares outstanding. When multiple approaches converge, you can trust your estimate. When they diverge wildly, you've found your error.

Sanity Checks and Sensitivity Analysis

Top candidates at Two Sigma and Citadel distinguish themselves by validating their estimates through cross-referencing, bounding, and identifying which assumptions drive the answer most. If you skip this step, you risk confidently presenting an answer that is off by orders of magnitude, which is a red flag interviewers specifically watch for.

You estimated that the total daily trading volume on US equity exchanges is $50 trillion. Walk me through how you would sanity check that number before presenting it, and identify which assumption you'd stress test first.

CitadelCitadelMediumSanity Checks and Sensitivity Analysis

Sample Answer

This question is checking whether you can catch an order-of-magnitude error under pressure and systematically identify the lever that matters most. US GDP is roughly $25 trillion per year, so $50 trillion daily would mean equities turn over twice the entire economy every single day, which is clearly too high. Actual US equity volume is roughly $400 to $600 billion per day. The assumption you should stress test first is your estimate of average trade size or total shares traded, since multiplying a slightly wrong price by a wildly wrong share count is usually where the blowup happens. A quick cross-reference: if roughly 10 billion shares trade daily at an average effective price of $50, you get $500 billion, which lands in the right range.

Practice more Sanity Checks and Sensitivity Analysis questions

Real-World and Finance-Specific Estimation

Real-world finance questions combine estimation skills with deep market structure knowledge. These questions separate candidates who understand how financial markets actually operate from those who only know textbook concepts.

Success on these questions requires thinking like a market participant, not an outside observer. When estimating E-mini futures volume, you need to consider not just the number of contracts traded, but who trades them: day traders, institutional hedgers, algorithmic market makers, and arbitrageurs all have different trading patterns and volume profiles. Your estimate should reflect the actual ecosystem of participants, not a simplified model of generic traders.

Real-World and Finance-Specific Estimation

Quantitative research interviews often ground Fermi questions in financial or trading contexts: estimating daily trading volumes, option prices, or the number of transactions on an exchange. You need domain awareness here, because generic estimation frameworks fall short when the interviewer expects you to reason about spreads, liquidity, or market microstructure.

Estimate the total daily notional volume of S&P 500 E-mini futures traded on the CME. Walk me through your reasoning about contract size, tick activity, and who the participants are.

Jane StreetJane StreetMediumReal-World and Finance-Specific Estimation

Sample Answer

The standard move is to start from the contract specs: each E-mini is worth roughly $50 times the S&P level, so about $50 \times 5000 = \$250{,}000$ notional per contract. But here, the mix of participants matters because hedgers, systematic funds, and HFTs all contribute differently to volume. On a typical day, roughly 1.5 to 2 million E-mini contracts trade, giving you a notional of about $1.5M \times \$250{,}000 \approx \$375$ billion. On volatile days this can double, so you should flag that range to the interviewer rather than anchoring on a single number.

Practice more Real-World and Finance-Specific Estimation questions

How to Prepare for Estimation & Fermi Interviews

Practice the "Before Numbers" Rule

Before stating any numerical estimate, force yourself to draw out the complete logical framework. Write down the key components, identify which variables drive the outcome most, and explain your reasoning structure. Only then start plugging in numbers.

Build Your Reference Point Library

Memorize 10-15 key financial market statistics: NYSE daily trading volume, number of US public companies, typical daily volumes for major stocks, and basic market cap figures. These become anchors for more complex estimates and prevent wildly unrealistic answers.

Use the Factor-of-10 Stress Test

After reaching any estimate, ask yourself: "If this number were 10x higher or 10x lower, would I notice something was obviously wrong?" This simple check catches the most egregious errors and forces you to ground your estimates in observable reality.

Master Powers-of-2 Mental Math

Learn $2^{10} = 1024$, $2^{20} ≈ 1$ million, and $2^{30} ≈ 1$ billion by heart. Many back-of-envelope calculations in computer science and trading involve powers of 2, and these anchors make complex arithmetic manageable without a calculator.

Practice With Trading-Specific Units

Get comfortable with basis points, notional values, and typical institutional trade sizes. Know that a "large" equity trade might be $10-50 million notional, and that algorithmic strategies can execute thousands of smaller trades per day. These intuitions ground your estimates in market reality.

How Ready Are You for Estimation & Fermi Interviews?

1 / 6
Foundational Decomposition

An interviewer asks you to estimate the number of piano tuners in Chicago. What is the strongest first move?

Frequently Asked Questions

How much depth and technical knowledge do I need for Fermi estimation questions in quantitative researcher interviews?

You need a strong grasp of orders of magnitude, basic physics, probability, and dimensional analysis. Interviewers are not testing whether you know exact figures. They want to see structured decomposition, reasonable assumptions grounded in quantitative reasoning, and the ability to sanity-check your answer using multiple approaches.

Which companies ask the most Estimation and Fermi questions for quantitative researcher roles?

Firms like Jane Street, Citadel, Two Sigma, DE Shaw, and Optiver are well known for including Fermi-style estimation problems in their interview loops. Prop trading firms and systematic hedge funds tend to emphasize these questions heavily because they test the rapid, structured quantitative thinking that is core to the role. You can find firm-specific examples at datainterview.com/questions.

Will I need to write code during an Estimation or Fermi interview?

Typically, no. Fermi questions are solved verbally or on a whiteboard, focusing on logical decomposition and mental math. However, some firms may follow up by asking you to simulate or verify your estimate programmatically. It is worth being comfortable translating a Fermi framework into a quick script, and you can practice that skill at datainterview.com/coding.

How do Fermi questions differ for quantitative researchers compared to other quant roles like traders or engineers?

For quantitative researchers, interviewers often push deeper into the mathematical structure behind your estimate, expecting you to discuss distributions, confidence intervals, or sensitivity to key assumptions. Trader-focused Fermi questions tend to emphasize speed and decisiveness, while engineering-focused versions may lean toward system-scale estimation. As a researcher, you should be prepared to rigorously justify each step of your decomposition.

How should I prepare for Fermi questions if I have no industry or real-world estimation experience?

Start by building a personal reference library of useful base numbers: world population, US GDP, number of cars on the road, average human lifespan in seconds, and similar anchors. Practice decomposing one new question per day, writing out your assumptions explicitly and checking them afterward. Working through curated estimation problems at datainterview.com/questions will help you develop the structured thinking patterns interviewers expect.

What are the most common mistakes candidates make on Fermi estimation questions?

The biggest mistakes are jumping to a final number without showing a clear decomposition, failing to state and justify assumptions, and not performing a sanity check at the end. Another frequent error is false precision, where candidates give an answer like 4,372,000 when the appropriate level of confidence only supports saying "roughly 4 million." Always round sensibly and communicate your uncertainty honestly.

Dan Lee's profile image

Written by

Dan Lee

Data & AI Lead

Dan is a seasoned data scientist and ML coach with 10+ years of experience at Google, PayPal, and startups. He has helped candidates land top-paying roles and offers personalized guidance to accelerate your data career.

Connect on LinkedIn