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, cvar, risk-management, gradient, tail-risk
Conditional Value-at-Risk (CVaR), or Expected Shortfall, is a coherent risk measure that quantifies the average loss in the worst-case scenarios. Its gradient with respect to portfolio weights is a critical input for gradient-based optimization algorithms used in portfolio management and risk-parity strategies. This allows portfolio managers to systematically adjust asset allocations to minimize tail risk. Task Implement the function solution(scenarios: list, w: list, alpha: float) -> list to c
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.