Walmart VO Interview Question: Design a Media Upload and Sharing System

15 Views
No Comments

Design a system which allows users to upload media and share with the world or with specific people.

This is a classic system design problem focused on enabling users to upload media and control visibility, either publicly or for specific people. A good solution usually starts with modeling users, media objects, sharing permissions, and access-control rules, then designs the upload flow, sharing mechanism, and read-time authorization checks. In an interview, you can also discuss storage, metadata management, permission validation, scalability, and high-traffic access patterns.

END
 0