Loading...
Budget Flag
A easy SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- easy
- Seniority
- senior
Problem
The FinOps team needs to flag every service-region combination as 'over', 'under', or 'on_target' by comparing the actual cloud cost against the budgeted allocation for that same service and region. Show the service, region, actual cost, budget, and the flag.
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.