DataDrivenDataDriven
LearnPracticeInterviewDailyJobsCommunity

Stumbling Out of the Gate

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
Seniority
L4

Interview Prompt

Every model version, a unique pairing of mdl_name and version, goes through a series of training runs, and we want to know how often a version stumbles right out of the gate. Across all versions, take each one's very first training run by train_at and return the single percentage of those first runs that ended in a failed status.

Summary

Some model versions never recover from a bad opening run.

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

Related

  • All Mock Interviews
  • Practice Mode (untimed)
  • SQL Interview Questions
  • Data Engineering Interview Prep Guide
  • Practice Problems
  • Daily Challenge