Extremely Late Resolutions
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
- Seniority
- L4
Problem
Our alerting system logs resolution times. For each month, calculate the percentage of resolved alerts where resolution took more than 20 minutes beyond the predicted time. Format months as 'YYYY-MM'. Return the month and late percentage.
Summary
Twenty minutes past the SLA. Still unresolved.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.