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: Hard
Category: portfolio_optimization
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: portfolio-optimization, risk, covariance, risk-parity, linear-algebra
Marginal risk contribution (MRC) measures the sensitivity of portfolio volatility to a small change in an asset's weight. It is a key component in modern portfolio construction, enabling risk decomposition and the design of risk-parity and risk-budgeting strategies. The MRC vector is defined as the gradient of portfolio volatility with respect to the asset weights, ∇_w(σ_p). Task Implement the function solution(cov: list, weights: list) -> list to calculate the marginal risk contribution (MRC)
Practice this hard 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.