interview-preparation / what-we-do

0 stars 8 forks source link

[System Design and Scalability] interview questions #8 #127

Closed rygh4775 closed 5 years ago

rygh4775 commented 5 years ago

Pastebin: Design a system like Pastebin, where a user can enter a piece of text and get a randomly generated URL to access it.

tgi01054 commented 5 years ago

Pastebin.com

https://pastebin.com/ https://ko.wikipedia.org/wiki/Pastebin.com

References

https://www.educative.io/collection/page/5668639101419520/5649050225344512/5653164804014080

Requirements

Our Pastebin service should meet the following requirements:

Functional Requirements:

Non-Functional Requirements:

Extended Requirements:

Capacity Estimation and Constraints

https://www.educative.io/collection/page/5668639101419520/5649050225344512/5653164804014080

System APIs

Database Design

High Level Design