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.
How the process is structured
| Round | Length | What it tests |
|---|---|---|
| 1.Probability and brainteasers[3] | Not published | Conditional 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 published | Stationarity, 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 published | Designing 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 published | Order 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.
What they actually ask
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 coversStrong 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.Two price series have a correlation of 0.9 over five years. What can you conclude?
What a strong answer coversThe 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.How would you test whether a signal has genuine predictive power?
What a strong answer coversExpected 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.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 coversThe 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.How would you size positions for a strategy you believe has an edge?
What a strong answer coversGood 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.A strategy that worked for three years has stopped working. How do you decide whether to turn it off?
What a strong answer coversThe 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.
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.
- 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.
- 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.
- 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.
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.
- 1.You flip a fair coin until the first head. What is the expected number of flips?Probability and statistics
- 2.X and Y are uncorrelated. What does that permit you to conclude?Probability and statistics
- 3.A random variable has finite mean but infinite variance. What breaks?Probability and statistics
- 4.Financial returns are approximately uncorrelated in time, yet squared returns are strongly autocorrelated. What is this called?Time series and stationarity
- 5.What does it mean for two non-stationary price series to be cointegrated?Time series and stationarity
- 6.Why must time series validation use forward-chaining rather than random k-fold splits?Time series and stationarity
- 7.Which of these is a lookahead bias?Backtesting and overfitting
- 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.Why does survivorship bias inflate backtested returns?Backtesting and overfitting
- 10.What is adverse selection in the context of a resting limit order?Microstructure and execution
- 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.How does a stop order behave once its stop price is reached?Microstructure and execution
- 13.What does the VIX measure?Options and volatility
- 14.What does the existence of a volatility smile tell you about the Black-Scholes model?Options and volatility
- 15.Implied volatility has exceeded subsequently realised volatility on average over long periods. What is the standard explanation?Options and volatility
- 16.Why is expected shortfall often preferred to value at risk for tail risk?Risk and position sizing
- 17.Why is an annualised Sharpe ratio computed from daily returns often optimistic for a real strategy?Risk and position sizing
- 18.Why do practitioners typically size well below the full Kelly fraction?Risk and position sizing
Sources
Hiring loops change. Every claim above carries a retrieval date so you can judge how current it is.
- [1]Cboe, VIX Index · retrieved 2026-08-13
- [2]U.S. Securities and Exchange Commission, Investor.gov, Types of Orders · retrieved 2026-08-13
- [3]scikit-learn, Cross-validation: evaluating estimator performance · retrieved 2026-08-13
Refresh your memory
Free learning paths covering the ground this loop tests, whatever your score. Each one ends with a shareable certificate.
- MathProbability and Statistics for Machine Learning
Build the mathematical foundation every ML practitioner needs: go from sample spaces and distributions to Bayesian inference and hypothesis testing. By the end you will be able to choose the right distribution for any modelling problem, derive maximum likelihood estimators, reason about uncertainty the Bayesian way, and correctly interpret p-values and confidence intervals.
4 lessons - AIFinancial Machine Learning: Building a Dataset That Does Not Lie
Shuffled cross-validation reports 54 percent accuracy on market data containing no signal whatsoever, and that number is why competent machine learning so often fails on markets. This path fixes the dataset rather than the model: labels that describe trades someone would actually place, features that are stationary without being amnesiac, and a validation scheme that returns chance when there is nothing there. Every figure in it is computed and reproducible.
4 lessons - BusinessBacktesting: Why Most Profitable-Looking Strategies Are Not
A backtest decides which trading strategies get capital, and it is the most misleading artifact in quantitative finance. This path explains why: a backtest is a counterfactual rather than a measurement, mechanical biases like look-ahead and survivorship all inflate it in the same direction, and selecting the best of many trials produces an impressive result even when nothing works. Covers the deflated Sharpe ratio, the probability of backtest overfitting, why costs scale with size and impose a capacity ceiling, and a research protocol whose output you can actually believe.
4 lessons - BusinessOptions and Volatility: Pricing Without Forecasting
An option's value at expiry is arithmetic. Before expiry it looks like it needs a forecast of the underlying, and the central result of the subject is that it does not. This path builds put-call parity, which needs no model at all, then the replication argument that cancels direction and leaves volatility as the only thing being traded. The greeks decompose what a hedged position still carries, and the volatility surface turns out to be the market correcting the model in the model's own units.
4 lessons - BusinessMarket Microstructure: Where a Price Comes From
No exchange quotes a price. It sorts other people's orders and matches them, and every number on a trading screen is the residue of that process. This path builds the limit order book and its matching rules, then answers the question the mechanism leaves open: why competition does not compress the spread to zero. The answer, that a trade is evidence, then explains price impact, the capacity ceiling on any strategy, and why market design decides who profits.
4 lessons

