A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
- Seniority
- L4
Problem
We need to identify the peak traffic hour of the day. First tally API calls per day and hour, then average across days. Which single hour has the highest average call volume? Return the hour and its average call count.
Summary
The hour when traffic peaks.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.