Highest Cost Per Team
A easy SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- easy
- Seniority
- L3
Problem
The FinOps team flags any team whose peak single cost allocation looks unusually high. Show the highest allocation amount for each team (team names are compared case-insensitively) so they can identify outliers.
Summary
Peak cost, team by team.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.