Loading...
Daily Top Endpoints
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
- Seniority
- mid
Problem
Surface the top 3 endpoints by call count for each day. If endpoints are tied, they share the same rank. Each day should have at least ranks 1, 2, and 3. Format dates as YYYY-MM-DD. Return the date, endpoint, and rank.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a live PostgreSQL database and grades it instantly.