Beginner
System Design
Q34 / 100
What is the role of an "object storage" service (e.g., Amazon S3) in system design?
Correct! Well done.
Incorrect.
The correct answer is A) To store and retrieve large amounts of unstructured data, such as files, images, and backups, at scale
A
Correct Answer
To store and retrieve large amounts of unstructured data, such as files, images, and backups, at scale
Explanation
Object storage services provide scalable, durable storage for files and blobs (images, videos, backups), accessed via simple APIs, separate from compute or relational databases.
Progress
34/100