Loading...
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
- mid
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.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a live PostgreSQL database and grades it instantly.