Fastest River Crossing with Torches
River crossing puzzle with four people is an easy quant interview question on Brain Teasers, reported to have been seen at Belvedere Trading and Jane Street.
MyQuantPartner is not affiliated with, endorsed by, or sponsored by these companies, and all trademarks belong to their respective owners.
This classic river crossing puzzle is about optimizing a sequence of constrained moves under shared-resource limitations. You must juggle asymmetric speeds, a bottleneck bridge, and a single indispensable item, all while trying to minimize total completion time. It feels like a brain teaser, but it mirrors the structure of many real-world optimization problems that come up in quant prep and technical interviews.
It trains your ability to reason about combinatorial search, time minimization, and trade-offs between local and global efficiency. You practice spotting patterns in move sequences, comparing competing strategies, and reasoning about worst contributors to total cost. It also develops comfort with translating a word problem into a mental model you can systematically improve.
This matters for quant interviews because it tests structured thinking under pressure. Interviewers want to see if you explore alternatives, justify choices, and communicate clearly while navigating a small but nontrivial optimization problem - skills directly relevant to quantitative trading, risk, and research roles.
What it tests
When a group must cross with constraints on group size and shared resources (like a lantern), the optimal strategy is often to minimize the number of crossings made by the slowest members. This is achieved by leveraging the fastest members as 'shuttlers' who handle the necessary returns, allowing the slowest to cross together in a single trip. The underlying structure is about sequencing: every return trip should be made by the fastest available, and the slowest should cross in pairs, not alone, to avoid duplicating their slow pace. This pattern holds because the total time is dominated by the slowest crossings, so reducing their exposure is more impactful than minimizing the number of trips overall.
Practise this question with written feedback, or hear it in a spoken mock interview.
Get started free