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: backtesting
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: factor-models, ols, rolling-window, backtesting, statistics
Rolling Ordinary Least Squares (OLS) is a fundamental technique for estimating time-varying relationships between financial time series. It is widely used in dynamic factor risk models to capture regime shifts in an asset's systematic risk (beta) and to implement time-varying hedging strategies. This approach balances estimation precision with responsiveness to structural breaks in market dynamics. Task Implement the function solution(y: list, x: list, w: int) -> list to calculate the rolling O
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.