Cloud Interview Question

What is object storage like Amazon S3?

Updated 2026-07-10 · Beginner friendly
Quick answer

Object storage keeps data as objects in a flat space called a bucket, rather than in a folder tree like a normal file system. Each object has the data, some metadata, and a unique key. It is highly scalable and cheap, which is why services like Amazon S3 are used to store images, backups, videos, and other files.

Object versus file storage

A file system uses nested folders and paths. Object storage has no real folders, just buckets holding objects identified by keys. This flat design scales to billions of objects far more easily than a traditional file tree.

In the interview

Give a real use case. Saying you would store user uploaded images in S3 and serve them through a CDN shows you know how object storage fits into a real system.

Want the full Cloud guide?

Read every Cloud concept with notes, diagrams, and code in one place. Track your progress as you go.

Open the Cloud guide All Cloud questions