
Answer-first summary for fast verification
Answer: Cloud Storage, Cloud Spanner
The correct answers are **Cloud Storage (A)** and **Cloud Spanner (C)**. - **Cloud Spanner (C)** is ideal for the relational data due to its global scalability and suitability for large datasets over 10TB, unlike Cloud SQL which is regional and less suited for such volumes. - **Cloud Storage (A)** is perfect for unstructured data like static images, offering a robust and scalable solution. **Why not the others?** - **Cloud Bigtable (D)** is a NoSQL database, not suited for unstructured data like images. - **Cloud SQL (B)** is regional and not optimized for databases larger than 10TB across multiple regions. For more details, refer to the [Google Cloud documentation on Storage Options](https://cloud.google.com/storage-options).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your application spans multiple regions and includes both relational database data and static images. With a database exceeding 10 TB, you're looking for a unified storage solution for each data type across all regions. Which two Google Cloud products would best meet these requirements? (Choose two)
A
Cloud Storage
B
Cloud SQL
C
Cloud Spanner
D
Cloud Bigtable
No comments yet.