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: architecture & logic
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: rate-limiting, system-design, state-machine, c++
Rate limiting is a critical component in algorithmic trading systems and exchange gateways, preventing infrastructure from being overwhelmed by unexpected bursts of traffic such as misconfigured algorithms submitting excessive orders. The Leaky Bucket algorithm acts as a strict meter that smooths out these bursts by processing requests at a constant, continuous rate. Task Implement a LeakyBucket class that rate limits incoming requests. - LeakyBucket(double capacity, double leak_rate): Initial
Practice this medium developer 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.