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: trading-systems, hash-table, math, c++
A position netting engine aggregates a stream of individual trade executions into a consolidated view of net positions and average entry prices (AEP). Accurate and low-latency netting of these positions is essential for real-time risk management and precise Profit and Loss (PnL) calculations in quantitative trading systems. Task Implement a PositionNettingEngine class that processes a stream of trade executions (fills) and supports querying the current net position and average entry price for a
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.