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: architecture, data-structures, c++, trading-systems
Cryptocurrency and traditional exchanges utilize tiered fee structures to incentivize liquidity provision and high-volume trading. Accurately modeling these fees based on a participant's rolling historical volume is essential for precise backtesting and live execution cost analysis. Task Implement an ExchangeFeeModel class to calculate maker and taker fees for trades based on a participant's trailing trading volume. The class should support the following operations: - ExchangeFeeModel(double wi
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.