A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
- Seniority
- L6
Problem
The FinOps team needs to see the top 2 highest-spending services within each cloud provider. For each result row, include the provider, service name, and total spend. If two services tie on spend within a provider, include both.
Summary
Within each cloud, two services rise above the rest.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.