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: exponential_weighting, quantile_estimation, risk_measurement, weighted_statistics, ewma
Standard quantile estimators treat all observations equally, but in financial time series the most recent data is typically more informative. Exponentially weighted quantiles assign decaying weights to older observations, making the estimator more responsive to regime changes while retaining the full sample for stability. Task Implement ewm_quantile(data: list, span: float, q: float) that computes the q-th quantile of data using exponentially decaying weights. Algorithm: 1. Assign weight w_i =
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.