Quizzes

Browse the public Catalog and filter quizzes by Tag.

Filter by tags
/
31 questions

Floating Point: Why Your Money Is Wrong

Every answer here is decidable by IEEE 754 and ECMA-262. No opinions, no engine trivia. Binary fractions, the lies toFixed tells, negative zero, the gaps above...

javascript
floating-point
ieee-754
numbers
ecmascript
precision
35 questions

Game Theory in Awkward Situations

Thirty-five questions on strategic behavior in everyday human situations — splitting the bill, replying late, group projects, salary talks, and office politics — using them to...

psychology
everyday-life
33 questions

Git Disaster Recovery Without Panic

Thirty-three realistic Git recovery problems. Practice reading reflogs and saving lost commits, including work left on detached HEAD. Learn which undo command fits the...

git
disaster-recovery
reflog
collaboration
advanced
113 questions

Hello, Goodbye, and Thank You Around the World

A globe-trotting, slightly silly tour of the three phrases every traveller actually needs — hello, goodbye, and thank you — across 40-plus languages. Each question pairs the...

languages
everyday-life
23 questions

How Mechanisms Work: What Happens When This Turns?

Rotation goes in; something surprising comes out. A differential lets two wheels turn at different speeds while both are driven, a Geneva drive turns smooth rotation into...

engineering
mechanics
everyday-life
science
14 questions

Designing an HTTP API (REST, Done Right)

Most "REST" APIs are RPC in disguise. This quiz sharpens the decisions that matter when other people build against your endpoints: method safety and idempotency,...

http
system-design
12 questions

Idempotency, Retries & Delivery Guarantees

Networks fail mid-request, so real systems retry — and retries are where correctness quietly breaks. Build intuition for at-least-once vs. at-most-once vs. 'exactly-once' (and...

system-design
http
29 questions

Infrastructure You Walk Past

A photo-based field guide to the machinery on every street corner: transformers, cutouts, cell sites, hydrants, backflow preventers, cathodic protection posts, manhole covers,...

engineering
infrastructure
everyday-life
electricity
science
33 questions

p50, p95, p99: What Averages Hide

Your average response time is 120 ms and your users are angry. This Quiz is about the gap between those two facts: how latency distributions really look, which statistics...

performance
observability
statistics
system-design
queueing
40 questions

LLM Mechanics: Tokens, Context, and Cost

A practical quiz about how LLM APIs handle tokens, context, sampling, caching, streaming, structured output, and knowledge cutoffs. It includes production scenarios and cost...

llm
tokens
context-windows
prompt-caching
latency
structured-output