1,000+ 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: data_manipulation
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: pandas, statistics, feature_engineering, z-score
The Z-score is a dimensionless statistical measure quantifying a value's distance from the mean in terms of standard deviations. In quantitative finance, rolling Z-scores are pivotal for mean-reversion strategies, identifying price extremes relative to recent history to generate buy or sell signals. Task Implement a function solution that calculates the rolling Z-score for a pandas Series of prices over a specified window size $N$. The function must compute the rolling mean and sample standard
Practice this easy 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.