# Peak Latency for 2026-Era Endpoints

> Peak latency for that era's endpoints.

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

Domain: SQL · Difficulty: medium · Seniority: L3

## Problem

The infra team is reviewing endpoints that first appeared in 2026. An endpoint qualifies if its earliest recorded call lands in 2026. For each qualifying endpoint, find its worst latency across any March on record. Return the endpoint and that peak latency, sorted from worst latency down, with endpoint name as tiebreaker.

## Related

- [All practice problems](https://datadriven.io/problems)
- [Mock interview mode](https://datadriven.io/interview/peak_latency_for_era_endpoints)
- [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.