# Services With Most Checks in 2025

> Last year's most-checked services.

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

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_in_year_1)
- [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). DataDriven is the data engineering interview community. Live code execution in SQL, Python, and Spark sandboxes. Every feature is open to every member.