Tipping Points
A hard SQL interview practice problem on DataDriven. Write and execute real sql code with instant feedback.
- Domain
- SQL
- Difficulty
- hard
- Seniority
- L5
Problem
We run health checks across our services and need to audit unexpected state changes. Surface every reading where a service's status differs from its previous check, with the old and new status side by side so the team can trace each transition.
Summary
A service's health is a story told in how it turns. Find every turn.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and checks it automatically.