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: Medium
Category: time_series
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: cross_correlation, lead_lag, time_series, pairs_trading, signal_detection
Cross-correlation analysis identifies timing asymmetries between related return series, revealing which asset leads or lags another. In statistical arbitrage, detecting stable lead-lag relationships enables alpha generation by anticipating moves in the lagging asset from signals in the leading one. Task Implement lead_lag_xcorr(x, y, max_lag) that computes the Pearson cross-correlation between two return series x and y for integer lags from -max_lag to +max_lag. At lag k, the cross-correlation
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.