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: autocorrelation, acf, time_series_diagnostics, model_identification, time_series
The autocorrelation function (ACF) is a core diagnostic for time series analysis in systematic trading. It helps identify model structure, validate residuals for unexploited serial dependence, and inform look-back window selection. This problem focuses on calculating the sample ACF, a fundamental building block for these quantitative techniques. Task Implement the function sample_acf(y, max_lag) that computes the sample autocorrelation for a time series y at lags 1, 2, ..., max_lag. The functio
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.