← Bnp Interview Insights

Bnp·Data Scientist·Technical Phone Screen·Intermediate

Intermediate
May 2026

Summary

BNP interview for a Data Scientist role that leaned pretty heavily into quant/options territory. Not what I was expecting going in, but the delta question was the centerpiece and they really pushed on all three layers of it.

Questions Asked (1)

Q1

In options trading, what is delta? Walk through the definition, the intuition for calls versus puts, how to derive it under Black-Scholes for European options, and how it's applied in hedging.

Technical Trade-offsData Modeling
Author's notes

This was basically a three-part question dressed up as one.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

Start with a clear, intuitive definition of delta as the sensitivity of an option's price to changes in the underlying asset's price. Then explain the call vs. put intuition (delta positive for calls, negative for puts) and how it relates to the probability of expiring in-the-money. Finally, derive delta under Black-Scholes for European options using the N(d1) term, and discuss its application in hedging, including delta-neutral strategies and dynamic rebalancing.

Pro tip: Emphasize that delta is not static—it changes with the underlying price, time to expiration, and volatility (gamma measures this change). Mentioning gamma and the need for dynamic hedging shows deeper understanding and practical maturity.

1. Define Delta

State that delta measures the rate of change of the option's price with respect to the underlying asset's price, i.e., ∂V/∂S. For calls, delta ranges from 0 to 1; for puts, from -1 to 0.

2. Explain Intuition for Calls vs. Puts

For calls, as the underlying price rises, the option becomes more valuable, so delta is positive. For puts, as the underlying price rises, the option loses value, so delta is negative. Also note that delta approximates the probability of the option expiring in-the-money.

3. Derive Delta under Black-Scholes

For a European call, Black-Scholes formula is C = S*N(d1) - K*e^{-rT}*N(d2). Taking the derivative with respect to S gives delta_call = N(d1). For a put, using put-call parity or direct derivation, delta_put = N(d1) - 1 = -N(-d1).

4. Apply Delta in Hedging

Delta hedging involves taking an offsetting position in the underlying asset to make the portfolio delta-neutral. For example, if you are long a call with delta 0.6, you short 0.6 shares per option. Since delta changes, rebalancing is needed (dynamic hedging).

5. Connect to Data Science Role

Relate delta to data science by mentioning its use in risk models, simulation (e.g., Monte Carlo for option pricing), and the importance of accurate parameter estimation (volatility, etc.) for reliable delta calculations.

Key Points to Mention

  • Delta as a hedge ratio: number of shares to hold per option for a delta-neutral position.
  • Delta ranges: 0 to 1 for calls, -1 to 0 for puts; at-the-money delta is approximately ±0.5.
  • Black-Scholes derivation: delta_call = N(d1), delta_put = N(d1) - 1.
  • Delta is not constant: it changes with underlying price (gamma), time decay, and volatility.
  • Dynamic delta hedging requires frequent rebalancing, incurring transaction costs.
  • Delta can be interpreted as the risk-neutral probability of expiring in-the-money (for calls, N(d2) is the probability, but delta is N(d1)).

AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.