Observability Quiz

Metrics, logging, and tracing — the practices behind understanding what a production system is actually doing.

This category currently has 100 questions in the SERVBG quiz bank. Below are a few sample questions — the full interactive quiz shuffles through the whole set with instant scoring.

Sample questions

In Prometheus, what is the primary purpose of a recording rule?
Prometheus 2.50 introduced native histograms (also called sparse histograms). Which statement accurately describes a key behavioral difference from classic histograms?
What does the PromQL function `rate()` compute, and why must its range vector be at least 2x the scrape interval?
A PromQL expression uses `histogram_percentile(0.95, rate(http_request_duration_seconds_bucket[5m]))`. This expression returns an error. What is the correct function name?
In VictoriaMetrics, what is the primary architectural difference from vanilla Prometheus that enables horizontal scalability?
Start the full quiz ›

Related categories

Python (Coding)
Python syntax, standard-library usage, and the language idioms that come up in day-to-day scripting and application work.
187 questions
JavaScript (Coding)
Core JavaScript language behavior, async patterns, and the quirks that trip up both beginners and experienced developers.
186 questions
Linux
Linux command-line usage, file permissions, process management, and the everyday admin tasks every sysadmin and developer needs.
150 questions
Security
General information security concepts — threats, defenses, and the fundamentals every IT professional should know.
148 questions
Hardware
Computer hardware components, how they interact, and the troubleshooting knowledge behind keeping systems running.
145 questions