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: var_backtesting, lopez_score, model_selection, scoring_rule, risk_management
Value-at-Risk (VaR) model evaluation requires assessing not just the frequency of exceedances, but also their magnitude. The Lopez (1998) quadratic scoring rule provides a loss function that penalizes larger VaR violations more severely than smaller ones. This score is crucial in quantitative risk management for comparing and selecting the most appropriate VaR models. Task Implement the function lopez_var_score(returns: list, var_forecasts: list) -> float to calculate the average Lopez (1998) q
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.