Auth Endpoint Callers
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
- Seniority
- L3
Problem
A security review requires tracing which users have hit authentication endpoints. Find every API call whose endpoint path contains 'auth' and show the user's ID, username, email, call ID, and endpoint, ordered by user ID.
Summary
Identify users who have called authentication API endpoints
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.