# Services With Most Checks in 2025

> Last year's most-checked services.

Canonical URL: <https://datadriven.io/problems/services_with_most_checks>

Domain: SQL · Difficulty: hard · Seniority: L4

## Problem

The compliance team wants to find services whose busiest year for health checks is 2026. For every service whose 2026 check count matches or beats every other year on record for that service, show the service name and its 2026 check count. Sort from highest count down, breaking ties alphabetically.

## Related

- [All practice problems](https://datadriven.io/problems)
- [Mock interview mode](https://datadriven.io/interview/services_with_most_checks)
- [SQL Interview Questions](https://datadriven.io/sql-interview-questions)
- [Data Engineering Interview Prep Guide](https://datadriven.io/data-engineer-interview-prep)
- [Daily Challenge](https://datadriven.io/daily)

---

Source: DataDriven (https://datadriven.io). 100% free data engineering interview prep. Live code execution against Postgres 16, Python 3.11, and Spark sandboxes. No paywall, no premium tier, no signup gate.