Loading interview...

The Resume Sifter

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

Domain
Python
Difficulty
medium
Seniority
junior, mid

Interview Prompt

Our recruiting pipeline ingests resume URLs in the format 'https://resumes.io/firstname_lastname_id'. The team needs to pull candidate info from new URLs while ignoring people already in the system. Given the URLs and a set of known IDs, extract each candidate's name and ID, returning only the ones we haven't seen before.

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 python solution with real code execution
  4. Get instant feedback and a hire/no-hire decision