AnyLearn
All interview prep
Quantitative financeMid-levelQuantitative Researcher

Quantitative Researcher Interview Prep: Questions and a Mock Test

Quantitative research interviews are the most technically dense of any role covered here, and also the most consistent. Almost every loop tests the same four things: whether you can reason about probability quickly and correctly, whether you understand why financial time series break the assumptions most statistics courses rely on, whether you know how a backtest lies to you, and whether you can be told you are wrong without either collapsing or digging in. This page covers each, and ends with a graded mock across six areas.

The loop

How the process is structured

The interview loop: each round, how long it runs, and what it tests
RoundLengthWhat it tests
1.Probability and brainteasers[3]Not publishedConditional probability, expectation, distributions, random walks and simple Markov chains, worked aloud. Assessed on decomposition and on how you handle a hint, not only on reaching the answer.
2.Statistics and time series[3]Not publishedStationarity, spurious regression, autocorrelation and volatility clustering, and validation methodology. Time series requires forward-chaining rather than random folds, because observations near in time are autocorrelated.
3.Research and backtesting[3]Not publishedDesigning a study and defending it: lookahead and survivorship bias, multiple testing, out-of-sample discipline, and transaction cost modelling. Expect to be asked how many variants you tried.
4.Markets and instruments[2]Not publishedOrder types and execution tradeoffs, where the SEC's framing is exact: a market order "guarantees that the order will be executed, but does not guarantee the execution price". Plus options intuition, implied versus realised volatility, and risk measures.

Bracketed markers point to the dated sources at the end of this article. Loops change; check the retrieval dates before relying on a round count.

Probability, answered out loud

The probability round is not a test of memorised formulas. Interviewers are watching how you decompose a problem, whether you sanity-check your answer, and whether you notice when a result is absurd.

The recurring topics are narrow enough to prepare properly: conditional probability and Bayes, expectation and variance including the law of total expectation, distributions and when each applies, order statistics, random walks and stopping times, and simple Markov chains. Expected value questions about games with an optional stopping decision are a staple, because they require you to work backwards from the terminal state rather than forwards from the start.

Two failure modes cost more marks than a wrong answer. The first is silence: an interviewer cannot award credit for reasoning they cannot hear, and the entire point of the exercise is to observe your process. The second is defending a wrong answer after being given a hint. Hints are almost always deliberate, and how you take one is being assessed directly.

The base rate question in some form is nearly universal, because it is the cleanest test of whether someone confuses the probability of the evidence given the hypothesis with the probability of the hypothesis given the evidence. A test with 99 percent accuracy for a condition affecting one person in ten thousand produces far more false positives than true ones, and being able to say why quickly, ideally by imagining a population of a million rather than manipulating symbols, is what a strong answer looks like.

Time series: why the usual toolkit fails

The technical distinction most often probed is between a price series and a return series, and it is not pedantry.

Prices are non-stationary: their mean and variance change over time, and two unrelated non-stationary series will frequently appear strongly correlated purely because both trend. Regressing one on the other produces a spurious relationship with an impressive t-statistic and no predictive content. Returns are much closer to stationary, which is why almost all modelling is done on returns rather than levels.

The properties to be able to state about financial returns: they are approximately uncorrelated in time but not independent, because squared returns are strongly autocorrelated. That is volatility clustering, the observation that large moves follow large moves regardless of sign, and it is the phenomenon that GARCH-type models exist to capture. Returns also have fat tails relative to a normal distribution, so any risk number computed under normality understates the frequency of extreme moves.

Stationarity testing, differencing and cointegration come up in pairs-trading contexts. Two non-stationary price series can be cointegrated, meaning some linear combination of them is stationary, which is precisely the statistical statement behind a mean-reverting spread. The interview follow-up is usually about what happens when the relationship breaks, and the honest answer is that cointegration over a sample period is not a guarantee about the future and needs a stop rule that does not assume reversion.

Backtests, and how they lie

This section carries more weight than any other, because a candidate who cannot enumerate the ways a backtest flatters a strategy is dangerous rather than merely inexperienced.

Lookahead bias is the first: using information not available at decision time. It hides in ordinary places, a fundamental figure timestamped by its reporting period rather than its publication date, an index constituent list as of today, a daily bar's close used to trade at that day's open.

Survivorship bias is the second: testing on the securities that still exist excludes exactly the ones that failed, which biases every return statistic upward. A point-in-time universe is the fix.

Overfitting is the third and the subtlest. Trying many strategies against one dataset guarantees that some will look excellent by chance, and the more configurations tested, the less a good in-sample Sharpe means. Interviewers probe this by asking how many variants you tried, and the expected instincts are out-of-sample and walk-forward testing, a strong prior toward fewer parameters, and deflating the reported statistic for the number of trials.

Validation methodology transfers directly from machine learning, with one crucial adjustment. As scikit-learn's documentation notes, time series data is "characterized by the correlation between observations that are near in time (autocorrelation)", so standard k-fold assumes an independence that does not hold and effectively trains on the future. Forward-chaining, where "successive training sets are supersets of those that come before them", is the honest structure. In finance you additionally need a gap between train and test to prevent leakage through overlapping labels.

And costs. A strategy that is profitable before transaction costs, market impact and borrow is not a strategy.

Microstructure, because the price is not the price

Execution is where paper returns go to die, so interviewers check that you understand what happens between a decision and a fill.

The SEC's own description of order types is the right level of precision. A market order "guarantees that the order will be executed, but does not guarantee the execution price", with the explicit warning that "the last-traded price is not necessarily the price at which a market order will be executed". A limit order is "an order to buy or sell a security at a specific price or better", which guarantees price and not execution. A stop order becomes a market order once the stop price is reached, which is why it inherits the market order's lack of price certainty at exactly the moment prices are moving fastest.

That tradeoff is the core of execution: you are choosing between certainty of price and certainty of fill, and the cost of the wrong choice is asymmetric depending on whether you are providing or taking liquidity.

The vocabulary to have ready: the bid-ask spread as the immediate cost of a round trip, the mid as the reference price, slippage as the difference between the decision price and the achieved price, market impact as your own order moving the price against you, and adverse selection as the reason a resting limit order tends to be filled precisely when the market is about to move through it.

The practical consequence is that capacity is a property of a strategy. A signal with a genuine edge on small size can be worthless at scale because impact grows faster than the edge, and being able to say that unprompted is a strong senior signal.

Volatility, risk and sizing

Derivatives questions appear in most quant loops even for roles that do not trade options, because implied volatility is the cleanest example of a market price containing a forecast.

The VIX is the standard reference. Cboe describes it as "a leading measure of market expectations of near-term volatility conveyed by S&P 500 Index (SPX) option prices". Two properties matter in an interview. It is forward-looking, derived from option prices rather than from historical returns, so it is not a measure of what volatility has been. And because it is an expectation extracted from prices, it embeds a risk premium, which is the usual explanation for implied volatility exceeding subsequent realised volatility on average.

On Black-Scholes, the useful position is that its assumptions are known to be false, constant volatility and lognormal returns in particular, and it survives as the market's common language rather than as a belief. Implied volatility is just the number that makes the formula reproduce the observed price, and the volatility smile is the market telling you that the model's distributional assumption is wrong.

Risk questions come last and often decide the interview. Value at risk is a quantile, so it says nothing about the size of losses beyond it, which is why expected shortfall is preferred for tail work. Sharpe ratio scales with the square root of time under an independence assumption that returns violate, so an annualised Sharpe computed from daily data on an autocorrelated strategy is optimistic. And on sizing, the strong answer is that maximising expected log wealth gives an aggressive number that assumes your parameter estimates are correct, which they are not, so practitioners size well below it.

Open-ended

What they actually ask

  1. 1.You have a backtest with a Sharpe ratio of 2.5 over ten years. What do you check before believing it?

    What a strong answer covers

    Strong answers treat the number as a hypothesis. First, bias checks: is the universe point-in-time or does it exclude delisted names, is every input timestamped by availability rather than by period, is any label overlapping with the training window. Second, multiple testing: how many variants were tried, since a high Sharpe from a large search is expected under the null, and the reported figure should be deflated accordingly. Third, costs: spread, impact, borrow and financing, and whether the turnover implied is achievable at the size intended. Fourth, concentration: is the return driven by a handful of days or names, which a plot of cumulative return will show immediately. The strongest close is asking what would have to be true about the market for this edge to exist, because a strategy with no economic story is usually a fitted artefact.

  2. 2.Two price series have a correlation of 0.9 over five years. What can you conclude?

    What a strong answer covers

    The expected first move is to reject the question as posed, because correlation computed on levels of non-stationary series is not interpretable: two independent random walks will routinely show high correlation purely from trending. The right computation is on returns. If the return correlation is also high, that is a real contemporaneous relationship and still says nothing about predictability, since correlation is not lead-lag. Strong candidates then distinguish this from cointegration, which is the statement that some linear combination of the levels is stationary and is the actual statistical basis for a mean-reverting spread trade, and they note that a cointegration relationship estimated in-sample can break, so a trade built on it needs a stop that does not assume reversion.

  3. 3.How would you test whether a signal has genuine predictive power?

    What a strong answer covers

    Expected structure: state the hypothesis and the horizon first, since a signal that predicts one-day returns and one that predicts one-month returns are different claims. Then a properly ordered split with an untouched out-of-sample period, forward-chaining rather than random folds because of autocorrelation, and a gap between train and test when labels overlap. Then the statistics: information coefficient or a regression t-statistic, with standard errors that account for overlapping observations, since naive standard errors on overlapping windows are badly understated. Then robustness: does it survive across sub-periods, across the cross-section, and after costs. Strong candidates also insist on an economic rationale and treat its absence as a reason for stronger statistical evidence, not weaker.

  4. 4.Implied volatility on an index is 18 while realised volatility over the last month was 12. What does that tell you?

    What a strong answer covers

    The core point is that these are different objects: realised volatility is a backward-looking measurement, while implied volatility is forward-looking and extracted from option prices, which is exactly how Cboe describes the VIX. So the gap is not by itself an inconsistency. Strong answers give the candidate explanations: the market expects higher volatility ahead, perhaps because of a known event; and separately, implied tends to exceed subsequent realised on average because it embeds a variance risk premium, compensation for bearing volatility risk. They resist the naive conclusion that options are therefore overpriced and that selling volatility is free money, noting that the premium is payment for a strategy with rare, very large losses, and that measuring the two on matched horizons is a prerequisite for any comparison.

  5. 5.How would you size positions for a strategy you believe has an edge?

    What a strong answer covers

    Good answers start from what is uncertain. The Kelly criterion maximises expected log wealth and gives a mathematically optimal fraction conditional on knowing the true edge and variance, which nobody does; because the growth curve is flat to the left of the optimum and falls steeply to the right, estimation error argues strongly for sizing at a fraction of it. From there: volatility targeting so exposure scales inversely with recent volatility, position limits per name and per factor to bound concentration, and a drawdown rule agreed in advance. Strong candidates raise the difference between risk of ruin and expected return explicitly, note that leverage magnifies estimation error rather than edge, and mention that correlated positions during a stress event behave as one position, which is the failure mode naive diversification misses.

  6. 6.A strategy that worked for three years has stopped working. How do you decide whether to turn it off?

    What a strong answer covers

    The expected instinct is that this decision should have been specified before the strategy ever traded, so the first question is what the pre-agreed stop rule was. Then diagnosis: is the recent drawdown within the distribution the backtest predicted, which is a question about the historical distribution of drawdowns rather than about the last few months in isolation. Then mechanism: has something structural changed, a competitor trading the same signal, a market structure change, a regime shift, or a data pipeline defect producing degraded inputs. Strong answers separate the statistical question from the organisational one and are explicit that the sample of recent underperformance is usually far too small to be conclusive, which is exactly why the rule has to exist in advance rather than be negotiated during a drawdown.

Worked examples

Three sample questions, answered

These three show the level the mock is pitched at, with the answer and the reasoning in the open. The graded paper keeps its answer key server-side.

1.A test is 99 percent accurate for a condition affecting 1 in 10,000 people. Someone tests positive. Roughly what is the chance they have it?
Probability and statistics
  • About 99 percent
  • About 50 percent
  • About 90 percent
  • About 1 percent

Why: In a million people, about 100 have the condition and roughly 99 test positive. Of the 999,900 without it, one percent, nearly 10,000, also test positive. So of about 10,100 positives only around 99 are genuine, under one percent. The error this catches is confusing the probability of the evidence given the hypothesis with the probability of the hypothesis given the evidence.

2.Why is a market order riskier than a limit order in a fast-moving market?
Microstructure and execution
  • It guarantees execution but not the execution price
  • It cannot be cancelled once submitted
  • It is always routed to the slowest venue
  • It is only executed at the close of trading

Why: The SEC's framing is exact: a market order "guarantees that the order will be executed, but does not guarantee the execution price", and "the last-traded price is not necessarily the price at which a market order will be executed". A limit order inverts the guarantee, fixing price and risking non-execution. A stop order inherits the market order's problem at the worst moment, because it converts to one exactly when prices are moving.

3.Regressing one non-stationary price series on another typically produces what?
Time series and stationarity
  • An unbiased estimate of the true relationship
  • A regression that cannot be computed
  • A spurious relationship with a misleadingly strong t-statistic
  • An estimate identical to the one from returns

Why: Two independent random walks will frequently appear strongly related simply because both trend, and standard inference is invalid because the errors are themselves non-stationary. The result is a high R-squared and an impressive t-statistic with no predictive content. Working in returns, or testing explicitly for cointegration, is the correct treatment.

The mock

An 18-question knowledge check

This is a knowledge check, not a simulation. The real loop happens on a whiteboard, in an editor, and in conversation. What this paper does measure is the underlying knowledge those rounds draw on: each question is tagged with a topic, grading happens per topic, and a weak topic points you at the course that fixes it.

Your paper0 / 18 answered
  1. 1.You flip a fair coin until the first head. What is the expected number of flips?
    Probability and statistics
  2. 2.X and Y are uncorrelated. What does that permit you to conclude?
    Probability and statistics
  3. 3.A random variable has finite mean but infinite variance. What breaks?
    Probability and statistics
  4. 4.Financial returns are approximately uncorrelated in time, yet squared returns are strongly autocorrelated. What is this called?
    Time series and stationarity
  5. 5.What does it mean for two non-stationary price series to be cointegrated?
    Time series and stationarity
  6. 6.Why must time series validation use forward-chaining rather than random k-fold splits?
    Time series and stationarity
  7. 7.Which of these is a lookahead bias?
    Backtesting and overfitting
  8. 8.You tested 400 strategy variants and the best has a t-statistic of 3.0. What is the correct interpretation?
    Backtesting and overfitting
  9. 9.Why does survivorship bias inflate backtested returns?
    Backtesting and overfitting
  10. 10.What is adverse selection in the context of a resting limit order?
    Microstructure and execution
  11. 11.A strategy shows a strong edge on small size but disappears at ten times the capital. What is the most likely explanation?
    Microstructure and execution
  12. 12.How does a stop order behave once its stop price is reached?
    Microstructure and execution
  13. 13.What does the VIX measure?
    Options and volatility
  14. 14.What does the existence of a volatility smile tell you about the Black-Scholes model?
    Options and volatility
  15. 15.Implied volatility has exceeded subsequently realised volatility on average over long periods. What is the standard explanation?
    Options and volatility
  16. 16.Why is expected shortfall often preferred to value at risk for tail risk?
    Risk and position sizing
  17. 17.Why is an annualised Sharpe ratio computed from daily returns often optimistic for a real strategy?
    Risk and position sizing
  18. 18.Why do practitioners typically size well below the full Kelly fraction?
    Risk and position sizing
18 questions left to answer.
Apparatus

Sources

Hiring loops change. Every claim above carries a retrieval date so you can judge how current it is.

  1. [1]Cboe, VIX Index · retrieved 2026-08-13
  2. [2]U.S. Securities and Exchange Commission, Investor.gov, Types of Orders · retrieved 2026-08-13
  3. [3]scikit-learn, Cross-validation: evaluating estimator performance · retrieved 2026-08-13
Keep preparing

Refresh your memory

Free learning paths covering the ground this loop tests, whatever your score. Each one ends with a shareable certificate.