Largest CDN Response
A hard SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- hard
- Seniority
- L4
Problem
The CDN team wants to know which edge location served the largest single response in 2026. For that response, show the edge location, the size in numeric bytes (the bytes column may have a trailing 'KB' suffix that needs to be stripped), and the request path.
Summary
One edge location served something massive.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.