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: market_microstructure
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: market-microstructure, pandas, numpy, algorithms
The Lee-Ready algorithm is a foundational technique in market microstructure for inferring the direction of trades using only trade price and quote data. By classifying trades as buyer-initiated or seller-initiated based on their relationship to the bid-ask midpoint and previous price movements, researchers can analyze liquidity and order flow toxicity. Task Implement the function classify_trades(trade_prices, quote_bids, quote_asks) to determine trade direction (Buy: 1, Sell: -1, Unknown: 0) u
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.