Quantitative Reasoning
Everything on SkillVeris tagged Quantitative Reasoning — collected across the glossary, study notes, blog, and cheat sheets.
5 resources across 1 library
Interview Questions(5)
How to Solve Data Sufficiency Questions
Data sufficiency asks whether the given statements provide enough information to answer the question uniquely, not what the actual answer is, so you test each…
How Do You Estimate Traffic for a System Design Interview?
Traffic estimation is the practice of deriving concrete request-per-second, storage, and bandwidth numbers from rough business assumptions (daily active users,…
What is Queueing Theory and Why Does It Matter for System Design?
Queueing theory is the mathematical study of waiting lines, and in system design it explains why response latency does not rise linearly with utilization but i…
What is Little’s Law and How Do You Apply It?
Little’s Law states that the average number of requests in a system (L) equals the average arrival rate (lambda) multiplied by the average time each request sp…
Why Does Tail Latency (p99) Matter More Than Average Latency?
Tail latency (measured as p95, p99, or p999 percentiles) matters more than average latency because a system with a low average can still have a meaningful frac…