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: Easy
Category: risk_management
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: ewma, correlation, exponential_weighting, risk_metrics, risk_management
Exponentially Weighted Moving Average (EWMA) correlation is a dynamic risk measure that assigns greater weight to more recent observations. This approach allows correlation estimates to adapt smoothly to new information, avoiding the abrupt jumps associated with simple rolling-window correlations. It is a standard building block for RiskMetrics-style dynamic correlation matrices used in portfolio hedging and risk management. Task Implement the function ewma_correlation(x, y, lam) that computes
Practice this easy 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.