What is Amazon S3?
Answer: S3 is object storage. You store files as objects — up to 5 TB each — inside buckets with globally unique names, addressed by key over HTTP, with eleven nines of durability. It is used for backups, static assets, data lakes, logs and media, and it scales without you provisioning capacity.
Why interviewers ask this: The framing to give is object storage, not a filesystem: there are no real directories, and the slashes in a key are just characters that the console renders as folders. Candidates who describe S3 as a mounted disk usually stumble on the next question.
