The Exception Handler
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
- L3
Interview Prompt
Given a list of [numerator, denominator] operations, for each return: numerator / denominator as float on success; 'division by zero' when denominator is 0; 'invalid input' when either operand is not numeric. Return the results as a list.
Summary
Good code handles failure as gracefully as success.
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