The Fuller Copy
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
- mid
Interview Prompt
A scraping pipeline pulls product listings from several sites, and each raw record differs by source: the id, title, price, currency, and posted date all sit under different key names or nesting depending on where the record came from. Flatten each raw record into one uniform listing, and when the same id turns up across more than one page, collapse it to a single entry.
Summary
The same listing lands twice, half-filled each time. Keep what is whole.
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