Dragon Regeneration Odds via Markov

Dragon head regrowth probability puzzle is a medium quant interview question on Events, reported to have been seen at Citadel.

Difficulty Medium Topic Events Reported at Citadel

MyQuantPartner is not affiliated with, endorsed by, or sponsored by these companies, and all trademarks belong to their respective owners.

This probability puzzle is about a evolving random system where the situation changes step by step and only the current configuration matters. It belongs to the family of Markov-style quant interview questions where you analyze transitions between states and evaluate the chance of eventual success versus failure. Instead of static combinatorics, you deal with dynamic evolution and absorbing outcomes.

It trains your ability to formalize a story as a finite set of states, assign probabilities to transitions, and encode all of that in a clean recursive or equation-based framework. You practice recognizing Markov structure, defining boundary conditions, and keeping track of events that repeat potentially many times.

This matters in quant interviews because pricing, risk, and algorithmic trading often rely on state-based models. Being fluent with such quant prep shows you can turn messy narratives into rigorous stochastic frameworks.

What it tests

Problems of this class are governed by the principle of state-based recursion, where the probability of reaching a 'winning' or 'losing' state depends only on the current state and the possible transitions from it. This is the essence of a Markov process: the future evolution depends solely on the present, not on the path taken to arrive there. The key is to assign a variable to each possible state (here, the number of dragon heads) and relate these variables using the transition probabilities between states. By setting up a system of equations based on these transitions and the known outcomes at the boundaries, you can solve for the desired probabilities. This approach works because the recursive relationships capture all possible future paths compactly, and the boundary conditions anchor the recursion.

Practise this question with written feedback, or hear it in a spoken mock interview.

Get started free