A books table stores (book_id, title, author_id, author_name, publisher_id, publisher_name)
A medium Data Modeling mock interview question on DataDriven. Practice with AI-powered feedback, real code execution, and a hire/no-hire decision.
- Domain
- Data Modeling
- Difficulty
- medium
Interview Prompt
A books table stores (book_id, title, author_id, author_name, publisher_id, publisher_name). Author and publisher names depend on their IDs, not book_id. Extract both to achieve 3NF.
How This Interview Works
- Read the vague prompt (just like a real interview)
- Ask clarifying questions to the AI interviewer
- Write your data modeling solution with real code execution
- Get instant feedback and a hire/no-hire decision