Fastest Regions by Latency
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
- Seniority
- L3
Problem
The API performance team wants to highlight the fastest endpoints. Find the top 3 endpoints with the lowest average latency, including all ties at the third position. Return the endpoint and its average latency.
Summary
The fastest regions. Benchmarked.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.