Double Duty
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
- L4
Interview Prompt
A staffing system tracks which employees are assigned to each funded project, and every project splits its budget evenly across the people working on it. Given `projects` with their budgets and the `assignments` linking employees to projects, return each employee's total share across every project they're on; a project with nobody assigned leaves its budget unallocated.
Summary
Split the money. Some wore two hats.
How This Interview Works
- Read the vague prompt (just like a real interview)
- Ask clarifying questions to the AI interviewer
- Write your python solution with real code execution
- Get instant feedback and a hire/no-hire decision