DataDriven
LearnPracticeInterviewDiscussDailyJobs

Slow Failures

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

Domain
SQL
Difficulty
easy
Seniority
L3

Problem

The SRE team is investigating timeout-related incidents and needs to find API calls that both failed and took an unusually long time. Pull the endpoint, HTTP status code, latency, and the error message for every call that returned a client or server error and had a latency above two hundred milliseconds. Show the slowest failures first.

Summary

SRE is hunting for the endpoints that fail slowly enough to burn timeouts.

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