DataDriven
LearnPracticeInterviewDiscussDaily

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

Domain
SQL
Difficulty
easy

Problem

The SRE team is building a performance digest for the weekly incident review. For each log severity level, they want to know the number of entries and the average response time in milliseconds. Only include severity levels that have generated at least five log entries, and list them from the slowest average response time to the fastest.

Summary

Severity breakdown with response times.

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