Beyond the Pacific
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant feedback.
- Domain
- SQL
- Difficulty
- medium
- Seniority
- L4
Problem
We're auditing our AWS and GCP cloud spend and want the priciest single charge for each service that stays out of Asia-Pacific regions entirely. Limit it to services whose charges average at least 20, and return each service with its top charge.
Summary
Some services never crossed into Asia-Pacific. Those are the ones to price.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and checks it automatically.