Minimum and Maximum?
What this preview is
Minimum and Maximum? is a easy quant interview question on probability.
- Difficulty
- Easy
- Topic
- Probability
- Discipline
- Quant trading
- Language
- Agnostic
- Companies
- 1
What this algorithm-analysis interview question tests
This is an easy problem in algorithmic thinking that appears regularly in probability and statistics interviews, as well as in computer science foundations rounds. It asks you to reason rigorously about the lower bound on comparisons needed to solve a simple problem — a skill that separates careful thinkers from those who code without reflection.
The question rewards candidates who can move beyond a naive implementation and think about what information each comparison provides. You'll need to consider how many comparisons are truly necessary in the worst case, and whether there are clever ways to gather information about both extremes simultaneously rather than independently.
- Lower and upper bounds on operation counts
- Adversarial arguments and information theory
- Trading comparisons against other operations
Related practice
Unlock full access to getcracked
Join to unlock this question, detailed solutions, and our complete library of quant finance interview prep.