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: Hard
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: scipy, numpy, signal_processing, optimization
Exponential Moving Averages (EMA) are critical in quantitative finance for smoothing time-series data while prioritizing recent observations through exponentially decreasing weights. Implementing these filters using optimized signal processing primitives like scipy.signal.lfilter ensures high performance and scalability for large datasets or real-time pipelines compared to standard iterative approaches. Task Implement the function solution(data, alpha) to compute the Exponential Moving Average
Practice this hard researcher interview question on MyntBit - the all-in-one quant learning platform with 500+ quant interview questions for Jane Street, Citadel, Two Sigma, and other top quantitative finance firms.