500+ quant interview questions for Jane Street, Citadel, Two Sigma, DE Shaw, and other top quantitative finance firms.
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: risk_management
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: risk-management, covariance, ema, factor-models, numpy
Exponential moving average (EMA) covariance matrices are fundamental in risk management for their efficient, recursive updates. This allows for real-time tracking of factor risk in streaming data environments without storing an entire history of returns. The decay factor lam controls the memory of the estimator, balancing responsiveness to new information against stability. Task Implement solution(cov0: list, returns: list, lam: float) -> list to update a factor covariance matrix using the expo
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.