500+ quant interview questions for Jane Street, Citadel, Two Sigma, DE Shaw, and other top quantitative finance firms.
C++ and Python coding challenges for quant developer interviews
Statistical analysis and quantitative modeling problems
Trading MCQs, probability brainteasers, and market scenarios
Practice quant interview questions on MyntBit - the all-in-one quant learning platform. Free questions available for C++ coding, Python problems, probability brainteasers, and trading MCQs.
Difficulty: Medium
Category: derivatives
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: options, pricing, black-scholes, math
The Black-Scholes model provides a theoretical framework for valuing European-style options by assuming the underlying asset follows a geometric Brownian motion. This model is fundamental to derivatives pricing and risk management, utilizing inputs such as spot price, strike price, time to maturity, risk-free rate, and volatility to determine fair value. Task Implement the function solution(S, K, T, r, sigma) to calculate the price of a European Call option using the Black-Scholes formula. The
Practice this medium researcher interview question on MyntBit - the all-in-one quant learning platform with 500+ quant interview questions for Jane Street, Citadel, Two Sigma, and other top quantitative finance firms.