Stochastic Calculus Interview Questions

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

Stochastic calculus separates the serious quant candidates from the pretenders at top-tier firms. Jane Street, Citadel, Two Sigma, and DE Shaw use these questions to test whether you truly understand the mathematical machinery behind modern finance, not just memorized formulas. Goldman Sachs and Morgan Stanley quantitative researchers need to manipulate SDEs and apply Ito's lemma on the fly when pricing exotic derivatives or building risk models.

What makes stochastic calculus interviews brutal is that one conceptual gap kills your entire answer. You might nail the Ito's lemma calculation but forget why the drift term changes, or correctly apply Girsanov's theorem but miss that you've violated Novikov's condition. Interviewers love asking about geometric Brownian motion because candidates often claim the log has drift μ when it actually has drift μ - σ²/2, revealing they don't understand the quadratic variation correction that makes stochastic calculus fundamentally different from ordinary calculus.

Here are the top 32 stochastic calculus questions organized by the core areas that determine your success.

Advanced32 questions

Stochastic Calculus Interview Questions

Top Stochastic Calculus interview questions covering the key areas tested at leading tech companies. Practice with real questions and detailed solutions.

Quantitative ResearcherJane StreetCitadelTwo SigmaDE ShawGoldman SachsMorgan StanleyJump TradingPoint72

Brownian Motion and Random Walks

Brownian motion questions test whether you understand the foundational randomness that drives all quantitative models. Most candidates memorize that Brownian motion has independent increments and continuous paths, but they stumble when asked to compute conditional expectations or explain why the 1/√n scaling matters in the functional central limit theorem.

The killer insight here is that Brownian motion's quadratic variation grows linearly with time, not quadratically like in ordinary calculus. This is why financial models use σ√T for volatility scaling, and why naive intuition about smooth functions breaks down completely.

Brownian Motion and Random Walks

Before tackling any stochastic calculus problem, you need rock-solid intuition about Brownian motion, its properties, and its connection to discrete random walks. Interviewers at firms like Jane Street and Two Sigma often start here to test whether you truly understand the foundations or are just memorizing formulas.

A symmetric random walk takes steps of +1 or -1 with equal probability. If you scale the step size by $1/\sqrt{n}$ and take $n$ steps per unit time, what distribution does the position at time $t$ converge to, and why does the $1/\sqrt{n}$ scaling matter rather than $1/n$?

Jane StreetJane StreetEasyBrownian Motion and Random Walks

Sample Answer

Most candidates default to saying the scaling is $1/n$ because that feels like the natural normalization, but that fails here because it would shrink the variance to zero and give you a degenerate limit. The position at time $t$ after $nt$ steps is a sum of $nt$ i.i.d. random variables each with variance $1/n$, so the total variance is $nt \cdot (1/n) = t$. By the Central Limit Theorem, this converges to $N(0, t)$, which is exactly the distribution of standard Brownian motion $W(t)$. The $1/\sqrt{n}$ scaling is the unique choice that preserves a nontrivial, finite variance in the continuous limit.

Practice more Brownian Motion and Random Walks questions

Martingales and Stopping Times

Martingale theory reveals whether you can think probabilistically about fair games and risk-neutral pricing. Candidates often know the definition of a martingale but fail to verify the integrability conditions or apply the optional stopping theorem correctly when dealing with unbounded stopping times.

Smart interviewers probe your understanding of why certain processes are martingales by construction. For example, discounted asset prices under the risk-neutral measure must be martingales, which is the core insight behind arbitrage-free pricing, not just a mathematical coincidence.

Martingales and Stopping Times

You will frequently encounter questions that require identifying whether a process is a martingale, applying the optional stopping theorem, or computing expected hitting times. Candidates struggle because these problems demand both rigorous checking of conditions and creative construction of martingales tailored to the specific problem.

Let $W_t$ be a standard Brownian motion. Is the process $X_t = W_t^3 - 3tW_t$ a martingale? Prove or disprove it.

Jane StreetJane StreetMediumMartingales and Stopping Times

Sample Answer

Yes, $X_t = W_t^3 - 3tW_t$ is a martingale. You can verify this by applying Itô's formula to $f(t, x) = x^3 - 3tx$: compute $df = (3W_t^2 - 3t)\,dW_t + (3W_t - 3W_t)\,dt$, so the $dt$ term vanishes and you are left with a pure stochastic integral against $dW_t$. Since the integrand $3W_t^2 - 3t$ satisfies the necessary integrability conditions on finite intervals, the resulting process is a (local) martingale and in fact a true martingale on $[0, T]$ for any finite $T$.

Practice more Martingales and Stopping Times questions

Ito's Lemma and Stochastic Integration

Ito's lemma questions separate candidates who can mechanically apply the formula from those who understand why stochastic calculus needs the second-order correction term. The failure pattern is always the same: you forget the dt term from the second derivative, which completely changes the drift of your process.

Master this conceptual point: the quadratic variation of Brownian motion is non-zero, so when you apply the chain rule to f(Wt), you need the second-order Taylor expansion term because (dWt)² = dt in the stochastic sense. This is why geometric Brownian motion has a log with drift μ - σ²/2, not μ.

Ito's Lemma and Stochastic Integration

Arguably the most tested sub-area in quant interviews, Ito's Lemma questions require you to correctly apply the chain rule of stochastic calculus, including the crucial second-order term that distinguishes it from ordinary calculus. Firms like Citadel and DE Shaw use these problems to see if you can fluidly move between an SDE and the dynamics of a transformed process under pressure.

Suppose $X_t$ follows geometric Brownian motion $dX_t = \mu X_t \, dt + \sigma X_t \, dW_t$. Use Ito's Lemma to derive the dynamics of $Y_t = \ln(X_t)$ and explain why the drift of $Y_t$ is not simply $\mu$.

Goldman SachsGoldman SachsEasyIto's Lemma and Stochastic Integration

Sample Answer

You could try to argue by analogy with ordinary calculus that $d(\ln X_t) = \frac{1}{X_t} dX_t$, or you could apply Ito's Lemma properly. Ito's Lemma wins here because the second-order term is non-zero: with $f(x) = \ln x$, you get $f'(x) = 1/x$ and $f''(x) = -1/x^2$, so $$dY_t = \left(\mu - \frac{\sigma^2}{2}\right)dt + \sigma \, dW_t.$$ The drift picks up the $-\frac{\sigma^2}{2}$ correction because $(dX_t)^2 = \sigma^2 X_t^2 \, dt$ contributes a non-vanishing term, which is exactly what distinguishes stochastic from ordinary calculus. This is the single most important example to have at your fingertips.

Practice more Ito's Lemma and Stochastic Integration questions

Stochastic Differential Equations

SDE solving questions test your ability to find explicit solutions using integrating factors, substitution techniques, and educated guessing followed by verification with Ito's lemma. Many candidates know how to solve the geometric Brownian motion SDE but freeze when faced with Ornstein-Uhlenbeck processes or non-homogeneous equations.

The systematic approach always starts with identifying the type of SDE: linear coefficients suggest an integrating factor, multiplicative noise suggests a log transformation, and mean-reverting structure points toward Ornstein-Uhlenbeck techniques. Don't guess randomly, use the structure of the equation to guide your method.

Stochastic Differential Equations

Solving SDEs explicitly, characterizing their solutions, and understanding existence and uniqueness conditions are skills that separate strong candidates from average ones. You should be comfortable with geometric Brownian motion, Ornstein-Uhlenbeck processes, and techniques like integrating factors, as interviewers expect you to derive solutions on the spot rather than recall them from memory.

Solve the SDE $dX_t = \alpha X_t \, dt + \sigma X_t \, dW_t$ with $X_0 = x_0 > 0$ from scratch. Walk through each step and explain why you apply Ito's lemma to $\ln X_t$ rather than guessing the solution.

Goldman SachsGoldman SachsEasyStochastic Differential Equations

Sample Answer

Reason through it: you notice both the drift and diffusion coefficients are proportional to $X_t$, which suggests a log transformation. Applying Ito's lemma to $Y_t = \ln X_t$, you get $dY_t = (\alpha - \frac{1}{2}\sigma^2) dt + \sigma \, dW_t$ because the second derivative of $\ln x$ introduces the $-\frac{1}{2}\sigma^2$ correction term. Integrating directly gives $Y_t = \ln x_0 + (\alpha - \frac{1}{2}\sigma^2)t + \sigma W_t$, so exponentiating yields $$X_t = x_0 \exp\left((\alpha - \tfrac{1}{2}\sigma^2)t + \sigma W_t\right).$$ The key insight is that you choose the log transform precisely because it linearizes the multiplicative noise structure, turning a nonlinear SDE into one with constant coefficients.

Practice more Stochastic Differential Equations questions

Girsanov's Theorem and Change of Measure

Change of measure questions using Girsanov's theorem probe your understanding of how risk-neutral pricing actually works mathematically. Candidates typically know you change from the real-world measure to the risk-neutral measure, but they can't explain how the Radon-Nikodym derivative relates to the market price of risk or why Novikov's condition matters.

The key insight that candidates miss: when you change measure using Girsanov, you're not just changing the drift arbitrarily. The new drift is determined by the requirement that discounted asset prices become martingales, which constrains the measure change and makes arbitrage impossible.

Girsanov's Theorem and Change of Measure

Understanding how to change probability measures and why it matters for pricing and risk-neutral valuation is a key differentiator in interviews at Goldman Sachs, Morgan Stanley, and Point72. You often get tripped up here because the questions blend abstract measure theory with concrete financial applications, requiring you to articulate both the mathematical mechanics and the economic intuition.

Suppose you have a stock following $dS_t = \mu S_t \, dt + \sigma S_t \, dW_t$ under the physical measure. Walk me through exactly how Girsanov's theorem lets you move to the risk-neutral measure, and what happens to the drift and the Brownian motion in the process.

Goldman SachsGoldman SachsEasyGirsanov's Theorem and Change of Measure

Sample Answer

This question is checking whether you can mechanically apply Girsanov's theorem to the most standard setup in quantitative finance. You define the market price of risk $\theta = (\mu - r)/\sigma$ and construct a new Brownian motion $\widetilde{W}_t = W_t + \theta t$ under the measure $\mathbb{Q}$ defined by the Radon-Nikodym derivative $d\mathbb{Q}/d\mathbb{P} = \exp(-\theta W_T - \frac{1}{2}\theta^2 T)$. Under $\mathbb{Q}$, the SDE becomes $dS_t = r S_t \, dt + \sigma S_t \, d\widetilde{W}_t$, so the drift shifts from $\mu$ to the risk-free rate $r$ while the volatility $\sigma$ is unchanged. The key insight you should emphasize is that Girsanov changes the drift by absorbing it into a redefined Brownian motion, not by altering the diffusion coefficient.

Practice more Girsanov's Theorem and Change of Measure questions

Applications to Quantitative Finance

Finance applications test whether you can connect the abstract mathematics to real quantitative problems. You need to derive the Black-Scholes PDE from first principles, explain why Monte Carlo paths require the correct drift adjustment, and understand how measure changes enable derivative pricing.

Interviewers focus on the details that matter in practice: why you simulate log stock prices instead of prices directly, how Ito's lemma creates the hedging portfolio that eliminates risk, and why using the wrong measure in pricing gives arbitrage opportunities that don't exist in real markets.

Applications to Quantitative Finance

Top firms like Jump Trading and Two Sigma test whether you can connect stochastic calculus theory to real problems: option pricing via Black-Scholes, hedging arguments, and modeling asset dynamics. These questions reveal if you can translate between mathematical abstraction and practical financial reasoning, which is exactly the skill set a quantitative researcher needs on the job.

Derive the Black-Scholes PDE starting from the assumption that the underlying follows geometric Brownian motion. Walk me through the hedging argument and explain where Ito's lemma enters.

Goldman SachsGoldman SachsMediumApplications to Quantitative Finance

Sample Answer

The standard move is to construct a portfolio $\Pi = V - \Delta S$ where $V$ is the option value and $\Delta = \partial V / \partial S$, then apply Ito's lemma to $V(S,t)$ to get $$dV = \left(\frac{\partial V}{\partial t} + \mu S \frac{\partial V}{\partial S} + \frac{1}{2}\sigma^2 S^2 \frac{\partial^2 V}{\partial S^2}\right)dt + \sigma S \frac{\partial V}{\partial S} dW.$$ Choosing $\Delta = \partial V / \partial S$ eliminates the $dW$ term, making the portfolio riskless, so it must earn the risk-free rate: $d\Pi = r\Pi\,dt$. But here, the key subtlety matters because Ito's lemma introduces the $\frac{1}{2}\sigma^2 S^2 V_{SS}$ term that you would never get from ordinary calculus, and that term is exactly what makes the Black-Scholes PDE $$\frac{\partial V}{\partial t} + rS\frac{\partial V}{\partial S} + \frac{1}{2}\sigma^2 S^2 \frac{\partial^2 V}{\partial S^2} - rV = 0$$ differ from a simple first-order equation. Notice that $\mu$ drops out entirely, which is the no-arbitrage miracle: the drift of the stock is irrelevant to the option price.

Practice more Applications to Quantitative Finance questions

How to Prepare for Stochastic Calculus Interviews

Practice Ito's Lemma Until It's Automatic

Work through 20+ functions of Brownian motion until you never forget the second-order term. Start with polynomials like Wt³, then exponentials like e^(Wt), then products like tWt. The pattern recognition will save you in high-pressure interviews.

Memorize Key SDE Solutions and Their Methods

Know the explicit solutions to geometric Brownian motion, Ornstein-Uhlenbeck, and linear SDEs cold. More importantly, practice the solving techniques so you can derive them from scratch when the interviewer gives you a variant you haven't seen before.

Connect Every Calculation to Financial Intuition

Don't just compute the drift of log stock prices as μ - σ²/2, explain why the volatility correction appears and what it means for Monte Carlo simulation. Interviewers want to see you understand the economic implications, not just the mathematical mechanics.

Verify Martingale Properties Systematically

When asked if a process is a martingale, check integrability first, then compute the conditional expectation explicitly. Don't just apply Ito's lemma and hope the drift vanishes, work through the actual expectation calculation to prove it.

Draw Diagrams for Measure Changes

Sketch the relationship between measures P and Q, the Radon-Nikodym derivative, and how the Brownian motion changes under Girsanov. Visual representations help you keep track of which objects live under which measure when the algebra gets complex.

How Ready Are You for Stochastic Calculus Interviews?

1 / 6
Brownian Motion and Random Walks

An interviewer asks: if you scale a symmetric random walk with step size 1/sqrt(n) and time step 1/n, what do you get as n approaches infinity? They then ask you to name a key property of the limit process. Which response best demonstrates your understanding?

Frequently Asked Questions

How deep does my knowledge of stochastic calculus need to be for a quantitative researcher interview?

You should be comfortable deriving and applying Itô's lemma, solving stochastic differential equations, understanding Girsanov's theorem, and working with martingale theory. Interviewers often expect you to move beyond textbook definitions and solve novel problems on the spot, so a deep conceptual understanding is more valuable than memorized formulas. You should also be able to connect these tools to practical applications like option pricing, hedging, and risk modeling.

Which companies ask the most stochastic calculus questions for quantitative researcher roles?

Top quantitative trading firms like Citadel, Jane Street, Two Sigma, DE Shaw, and Jump Trading frequently test stochastic calculus in their interviews. Sell-side banks with strong derivatives desks, such as Goldman Sachs and Morgan Stanley, also ask these questions, particularly for roles in exotic derivatives pricing. Hedge funds focused on systematic or volatility strategies tend to go especially deep into continuous-time stochastic processes and measure theory.

Will I need to code stochastic calculus solutions during the interview?

Some firms will ask you to implement Monte Carlo simulations, discretize SDEs using Euler-Maruyama schemes, or code up pricing models in Python or C++. While the primary focus is usually on mathematical derivation and intuition, being able to translate theory into working code is a significant advantage. You can practice implementing these numerical methods at datainterview.com/coding to build confidence before your interview.

How do stochastic calculus interviews differ for quantitative researchers compared to other quant roles?

Quantitative researcher interviews place a heavier emphasis on the theoretical foundations: measure-theoretic probability, martingale representation, and the ability to formulate and solve novel SDEs. Quant developer roles, by contrast, tend to focus more on numerical implementation and less on proofs. Quant trader interviews may test your intuition around stochastic processes and Greeks but rarely require formal derivations at the level expected of a researcher.

How should I prepare for stochastic calculus interviews if I lack real-world experience applying it?

Start by thoroughly working through a rigorous textbook like Shreve's 'Stochastic Calculus for Finance II' and solve every exercise, not just the easy ones. Then practice applying concepts to realistic interview problems, which you can find at datainterview.com/questions. Building small projects, such as pricing exotic options via Monte Carlo or implementing a Heston model simulator, will give you practical talking points that compensate for a lack of professional experience.

What are the most common mistakes candidates make in stochastic calculus interviews?

The most frequent mistake is applying ordinary calculus rules instead of Itô's lemma, particularly forgetting the second-order correction term. Candidates also commonly confuse the real-world measure with the risk-neutral measure, leading to incorrect pricing arguments. Another pitfall is memorizing results like the Black-Scholes formula without understanding the underlying assumptions, which falls apart quickly when interviewers modify the problem or ask 'what if' follow-up questions.

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