Loading interview...

Top Content Flagger

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

Domain
SQL
Difficulty
medium

Interview Prompt

In err_tracks, the pair (err_type, svc_name) identifies a reporter. Count distinct err_id rows per reporter, scoped to services (svc_name) that have at least one resolved alert in alert_events (resolved is not NULL). Return all reporters tied at the highest distinct flag count. The reporter_identity is err_type || '-' || svc_name. Include ties. Sort alphabetically by reporter_identity.

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