Develop a Photo Sharing Platform like Flickr or Google Photos

📕 Here are some good solutions we found for this question:

Must read: Facebook's Photo Storage Paper: https://www.usenix.org/legacy/event/osdi10/tech/full_papers/Beaver.pdf

High level approach: https://medium.com/%40bugfreeai/key-points-of-a-common-system-design-interview-question-photo-sharing-platform-91f52fa4bf05

Solution: https://www.geeksforgeeks.org/design-a-picture-sharing-system-system-design/

Frontend Solution Video: https://www.youtube.com/watch?v=FUKGooQXih8

Mock Interview: https://interviewing.io/mocks/faang-system-design-photo-sharing-service


🙋 Here are some details you should know about this question:

Similar to Design Instagram.

How will you store a large number of photos?

How will you serve a photo and make it fast?

How will you generate thumbnails?

How will you design the APIs for this?


← Back to Main Table