DataDriven
LearnPracticeInterviewDiscussDailyJobs

API Calls With Matching Status

A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.

Domain
SQL
Difficulty
medium
Seniority
L4

Problem

During an incident postmortem, the on-call engineer suspects duplicate request patterns in the API layer. Find pairs of different API calls that share the same HTTP method and status code. For each pair, show both call IDs, the method, and the status, with the highest status codes appearing first. Return only the first 20 results.

Summary

Same status, same pattern. Coincidence?

Practice This Problem

Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.

Related

  • All Practice Problems
  • Mock Interview Mode
  • SQL Interview Questions
  • Data Engineering Interview Prep Guide
  • Daily Challenge
  • Data Engineering Lessons