Loading interview...

Error Severity Buckets

A easy SQL mock interview question on DataDriven. Practice with AI-powered feedback, real code execution, and a hire/no-hire decision.

Domain
SQL
Difficulty
easy
Seniority
junior, mid

Interview Prompt

The error tracking table records occurrence counts per error type. Based on the count, assign labels: 0 as 'NONE', 1 to 5 as 'LOW', 6 to 20 as 'MODERATE', 21 to 50 as 'HIGH', more than 50 as 'CRITICAL'. Show each error type and its severity label. Exclude entries with no service name.

How This Interview Works

  1. Read the vague prompt (just like a real interview)
  2. Ask clarifying questions to the AI interviewer
  3. Write your sql solution with real code execution
  4. Get instant feedback and a hire/no-hire decision