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: systems
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: systems, lru-cache, c++, memory-management
Quantitative backtesting engines often process terabytes of historical tick data where loading the entire dataset into memory is computationally infeasible. Modern systems utilize memory-mapped files and mechanisms like userfaultfd to lazily load data pages on demand, evicting stale pages when memory limits are reached. Task Implement a simulator for a lazy page loader using a Least Recently Used (LRU) eviction policy. You must complete the LazyDataLoader class, which is initialized with p_size
Practice this hard 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.