Quant Ladder

Articles

The theory the interviews assume.

Option pricing, factor models, portfolio math, market microstructure — each piece explained in plain language, with exactly the math an interviewer expects you to reproduce.

3 min read

Portfolio Theory: Diversification as Arithmetic

Markowitz portfolio math from first principles: why variances add with a covariance term, where the free lunch of diversification comes from, and what the Sharpe ratio actually measures.

portfoliofoundationsrisk
3 min read

CAPM and Factor Models: From One Beta to Many

The logic of the CAPM, what beta and alpha really are, and how Fama-French and modern factor models generalize the idea into the workhorse of quantitative equity.

factor-modelsequitiesfoundations
3 min read

From the Binomial Tree to Black-Scholes

Price an option on a one-step tree with pure replication, discover risk-neutral probability, and see how the tree's limit becomes the Black-Scholes formula.

optionsderivatives
3 min read

Linear Algebra for Quant Work

Vectors as portfolios, matrices as risk models, eigenvalues as factors — the linear algebra quant finance actually uses, with the interview questions it powers.

mathematicsfoundations
2 min read

Series, Sums, and the Geometric Reflex

The handful of closed-form sums and approximations — geometric series, Gauss sums, e and log tricks, the rule of 72 — that power fast quant arithmetic.

mathematicsfoundations
2 min read

Combinatorics: Counting Without Enumerating

Permutations, combinations, stars and bars, inclusion-exclusion, and derangements — the counting toolkit behind a huge share of probability questions.

mathematicscombinatorics
2 min read

The Distribution Zoo: Which One and Why

Binomial, Poisson, geometric, exponential, normal, lognormal — what each distribution models, its key numbers, and how to pick the right one instantly.

probabilityfoundations
3 min read

Markov Chains and Expected Hitting Times

States, transition matrices, stationary distributions, and first-step analysis — the general machine behind coin-pattern and random-walk interview questions.

probabilitystochastic-processes
3 min read

Data Structures That Win Interviews

Stacks, queues, heaps, hash maps, and trees — what each is actually for, their costs, and the quant-flavored problems each one unlocks.

codingalgorithms
2 min read

Dynamic Programming: From Recursion to Table

Overlapping subproblems, memoization vs tabulation, and the four classic DP patterns — with the buy-low-sell-high problem every finance-adjacent interview asks.

codingalgorithms
3 min read

Implied Volatility and the Smile

What implied volatility actually is, why the smile and skew exist, and how vol surfaces turn Black-Scholes from a model into a language.

optionsvolatility
3 min read

Classification and Metrics: When Accuracy Lies

Logistic regression, precision vs recall, ROC/AUC, and calibration — the classification toolkit, taught through the imbalanced problems finance actually has.

machine-learningstatistics
2 min read

Recurrences and Difference Equations

The general method behind gambler's ruin, expected hitting times, and pattern-waiting problems — solving linear recurrences instead of re-deriving each puzzle.

mathematicsfoundations
2 min read

Conditional Expectation and the Tower Rule

E[X] = E[E[X|Y]] — the law of total expectation, Wald's identity, and the conditioning habit that cracks multi-stage problems in one line.

probabilityfoundations
2 min read

Order Statistics and Extremes

Distributions of the max and min, uniform spacings, and expected records — the machinery behind best-of-n questions and tail-aware quoting.

probabilitystatistics
2 min read

Binary Search and the Art of Halving

Beyond finding elements in sorted arrays: binary search on answers, bisection on monotone conditions, and the off-by-one discipline that interviews test.

codingalgorithms
2 min read

Graphs: BFS, DFS, and Shortest Paths

Representations, the two traversals and what each is for, topological sort, and Dijkstra — plus the arbitrage-detection question that makes graphs a quant topic.

codingalgorithms
3 min read

American Options and Early Exercise

When exercising early is optimal and when it never is — dividends, deep-in-the-money puts, and pricing the early-exercise right on a binomial tree.

optionsderivatives
2 min read

Neural Networks: What They Actually Do

Layers, activations, gradient descent, and backpropagation without mysticism — plus the honest assessment of where deep learning earns its keep in finance.

machine-learning
3 min read

Backtesting: The Seven Deadly Sins

Lookahead, survivorship, overfitting, costs, capacity — the complete checklist of ways backtests lie, and the discipline that keeps a strategy honest.

machine-learningtrading
2 min read

Execution and Market Impact

Why big orders move prices against you, the square-root impact law, TWAP/VWAP and implementation shortfall — the cost side of every strategy.

tradingmicrostructure
3 min read

Modular Arithmetic and Number Theory Tricks

Remainders as a first-class tool: last digits of huge powers, divisibility rules, and the parity arguments that crack brainteasers instantly.

mathematicsnumber-theory
2 min read

Recursion and Backtracking

Designing recursive solutions that don't blow up — base cases, state, and the choose-explore-unchoose pattern behind subsets, permutations, and N-Queens.

codingalgorithms
3 min read

Variance Swaps and the VIX

Trading volatility directly — variance swap mechanics, the log-contract replication idea, how the VIX is built, and the vol risk premium.

optionsvolatility
3 min read

Digitals, Barriers, and the Replication Mindset

Pricing binary and barrier payoffs by building them from vanillas — static replication, reflection tricks, and why discontinuous payoffs make traders nervous.

optionsderivatives
3 min read

Feature Engineering for Financial Data

Ranks, z-scores, neutralization, decay, and point-in-time hygiene — the transformations that turn raw market data into features a model can actually learn from.

machine-learningtrading
3 min read

Reinforcement Learning and Optimal Execution

MDPs, value functions, and Q-learning in one lesson — plus the honest assessment of where RL genuinely fits in trading and where it's rebranded DP.

machine-learningtrading
3 min read

NLP and Alternative Data

From word counts to LLM embeddings, and from satellite images to card panels — how text and alt data become signals, and the pitfalls unique to them.

machine-learningdata
3 min read

Bonds, Yields, and Duration

Discounting, yield to maturity, the price-yield seesaw, duration and convexity — fixed-income fundamentals every quant interview assumes.

tradingfixed-income
3 min read

Futures, Carry, and Basis

Cost-of-carry pricing, contango and backwardation, roll yield, and basis risk — the mechanics of the contracts most trading firms live in.

tradingfutures