You need to store unstructured data with high durability and availability. What is the best GCP service?

  1. Cloud Spanner
  2. Cloud Storage ✓
  3. Cloud Firestore
  4. Cloud Bigtable

Correct answer: Cloud Storage

Option B, Cloud Storage, is the best GCP service for unstructured data because it is an object storage service specifically designed for durability (11 nines) and high availability across regions, making it ideal for blobs, files, backups, and media. Option A, Cloud Spanner, is a globally distributed relational database optimized for structured, transactional workloads, not unstructured object storage. Option C, Cloud Firestore, is a NoSQL document database suited for semi-structured application data with real-time sync, not raw unstructured storage. Option D, Cloud Bigtable, is a wide-column NoSQL database built for high-throughput analytical and time-series workloads, not general-purpose unstructured object storage.

Topic: · gcp, cloud storage, object storage, unstructured data

Practice Google Cloud Professional Cloud Architect Questions Free