Loudest in the Room
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
- Seniority
- L4
Problem
An operations dashboard spotlights the busiest API endpoints for each day. For every day, return the endpoints holding a top-three position by call count, giving the day, the endpoint, and its position, earliest day first.
Summary
Every day, a few endpoints carry the load. Surface them.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.