#37Easy
Create a Document Management System like Wikipedia, Notion or Google Docs
Asked by:GoogleFlipkartNotionAmazon
Recommended Solutions from the Web
Leetcode Discussion
https://leetcode.com/discuss/interview-question/system-design/322448/Content-Management-System-Design
Solution from Google Engineer. This goes over live editing too, but this specific question is not about live editing
https://www.youtube.com/watch?v=YCjVIDv0zQY
Detailed Frontend Design
https://www.youtube.com/watch?v=tsGarhpWOws
Key Details & Edge Cases You Should Know
•
Note: this question is without real-time editing.
•
How will you store each document? What will the URLs look like?
•
How will you do versioning? This is like Git for documents.
•
How will you restore or view any version with one click?
•
how will you minimize the storage used between versions, aka, how will you store diffs?