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: statistical_analysis
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: kyle_lambda, price_impact, market_microstructure, ols_regression, statistical_analysis
Kyle's lambda is a key market microstructure metric that quantifies the permanent price impact of order flow. It is estimated via a linear regression of price changes on signed trade volumes. In quantitative finance, lambda is used to measure adverse selection, optimize trade execution, and assess asset illiquidity. Task Implement the function kyle_lambda(price_changes: list, signed_volumes: list) -> float to estimate the price impact coefficient (lambda) from the Ordinary Least Squares (OLS) r
Practice this medium researcher interview question on Myntbit - the all-in-one quant learning platform with 650+ quant interview questions for Jane Street, Citadel, Two Sigma, and other top quantitative finance firms.