InterviewDB Question

Content Management System: Design a CMS with Versioned Articles, Tags, and Publishing Workflow

Question Details

Round 1 - Coding Problem Design a lightweight CMS class that manages articles through a publishing workflow: create_article(title, body, author_id, tags) -> article_id edit_article(article_id, body) — save as a new version; preserve all previous vers…

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Coding Phone