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: Hard
Category: low_latency
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: simd, avx2, vectorization, low_latency, filter, pre-trade-risk
High-frequency trading systems require pre-trade risk filters to validate thousands of orders per second against dynamic price thresholds. To meet sub-microsecond latency targets, these filters are implemented using SIMD (Single Instruction, Multiple Data) intrinsics like AVX2, which can compare and filter multiple prices in a single CPU cycle. This problem models the core logic of such a vectorized price filter, a fundamental component in modern electronic trading gateways. Task Implement the
Practice this hard developer 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.