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: data_manipulation
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: factor-models, fama-french, ols, regression, data-manipulation, numpy
The Fama-French 3-factor model is a cornerstone of asset pricing and performance attribution in quantitative finance. It explains asset or portfolio excess returns using three factors: market risk (Mkt-RF), size (SMB), and value (HML). This allows quants to decompose returns, assess risk exposures, and evaluate manager skill (alpha) net of these common factor influences. Task Implement the function solution(excess_returns: listfloat, mkt_rf: listfloat, smb: listfloat, hml: listfloat) -> dict to
Practice this medium researcher interview question on Myntbit - the all-in-one quant learning platform with 1000+ quant interview questions for Jane Street, Citadel, Two Sigma, and other top quantitative finance firms.