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: machine_learning
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: factor_model, ols_regression, idiosyncratic_variance, r_squared, residual_decomposition, machine_learning
Linear factor models decompose asset returns into a systematic component explained by common factors and an idiosyncratic, asset-specific residual. Calculating the idiosyncratic variance and R-squared per asset is essential for portfolio construction, risk management, and alpha decay analysis. This process is performed by running an Ordinary Least Squares (OLS) regression for each asset against the set of common factors. Task Implement the function factor_residual_decomp(returns, factors) that
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.