The Loudest Machines
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
- Seniority
- L3
Problem
An observability team is sizing next quarter's log storage and needs to see how the load spreads across servers. Report how many log entries each server generated during 2026, busiest first.
Summary
Every server keeps a diary. Find the ones that never stop writing.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.