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: execution, algorithms, trading, math, c++
Percentage-of-Volume (POV) is a popular algorithmic execution strategy designed to participate in the market at a specified target rate. By dynamically adjusting the size of child orders based on the observed market volume, the algorithm aims to minimize market impact while keeping pace with liquidity. Task Implement a POVAlgo class that calculates the size of child orders to execute after receiving market trade updates. You will implement the following methods: - POVAlgo(bool is_buy, double to
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.