What is Google Cloud Storage?
Answer: Cloud Storage is GCP's managed object storage service. You store immutable objects (files of any type, up to 5 TB each) inside globally-named buckets, addressed by a flat key rather than a directory tree, and access them over HTTP with strong consistency. It is used for static assets, backups, data-lake landing zones, media and log archives.
Why interviewers ask this: The framing interviewers want is "object storage, not a filesystem". There are no real directories — the slashes in an object name are part of the key, and the console only simulates folders. Candidates who talk about Cloud Storage as if it were a mounted disk usually get caught on the next question.
