Interview practice
Two Sigma-style quant developer coding practice
A quantitative investment manager applying machine learning and distributed computing to markets.
What this assessment looks like
Timed coding screens (HackerRank/CodeSignal style) plus systems questions that separate quant-dev interviews from generic software ones: order-book mechanics, concurrency bugs, and complexity under real constraints.
- Reading concurrent code and pointing at the defective line
- Order-book data structures: what happens on a cross, a cancel, a partial fill
- Algorithmic complexity chosen for the input sizes actually stated
- Monte Carlo methods and when a simulation beats a closed form
Train it here
- Concurrency Clash - Find the data race, name the fix - real C++ defect patterns, five levels.
- Order Book - Matching-engine mechanics: crosses, cancels and partial fills.
- Algorithm Lab - DP tables, Monte Carlo estimation and speed rounds at four difficulty tiers.
Also reported at Two Sigma
Outcry is not affiliated with Two Sigma and has no access to their assessment content. This page describes formats candidates publicly report, and the drills here train the underlying skills - they are not the firm’s questions.