Performance / Quiz

Load Test Fundamentals

Percentiles, workload models, and the difference between load, stress, and soak, read graphs like an engineer, not an optimist.

Difficulty
Easy
Format
Quiz
Points
100
Estimate
8 min

// MISSION BRIEF

Your Mission

Performance testing is where averages lie and percentiles tell the truth. This quiz covers workload modeling, the test types (load/stress/spike/soak), and reading latency distributions the way they actually behave under pressure.

// FIRST CONTACT

Battle teaser

Average response time is 200ms but users complain of slowness. p99 is 4.2s. The correct read:

  1. Ap99 is irrelevant if the average is good
  2. BUsers are exaggerating
  3. C1% of requests take 4+ seconds, averages hide the tail that users actually feel
  4. DThe average is wrong; recompute it
Answers, scoring, hints, and the full battle stay sealed.

// SKILL TAGS

performancepercentilesload-testingk6