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: Easy
Category: statistical_analysis
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: statistics, fama-macbeth, factor-models, regression, numpy
The Fama-MacBeth (1973) two-pass regression is a standard method for testing asset pricing models and estimating risk premia. It involves a time-series regression for each asset to estimate its factor sensitivity (beta), followed by cross-sectional regressions for each time period to estimate the risk premium. This procedure is widely used in quantitative finance as it corrects for cross-sectional correlation in asset returns. Task Implement the function solution(returns: list, factor: list) ->
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.