
Answer-first summary for fast verification
Answer: Cloud Datastore
The correct choice is **A (Cloud Datastore)** because it offers a scalable, fully managed NoSQL document database ideal for web and mobile applications. It supports semistructured application data, user profiles, hierarchical data, product catalogs, and durable key-value data, making it perfect for stateful data storage with the ability to scale down to zero. - **B (Cloud Bigtable)** is incorrect as it's designed for low-latency single-point lookups and precalculated analytics, not state management. - **C (Cloud Dataproc)** is incorrect because it's a service for running Apache Spark and Apache Hadoop clusters, not a storage solution. - **D (Cloud SQL)** is incorrect as it requires capacity provisioning and is a managed MySQL and PostgreSQL database service, not suited for non-relational data or scaling down to zero.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your App Engine application requires a storage solution for non-relational database data, with a size not exceeding 10 GB. You aim to scale down to zero to minimize costs. Which Google Cloud storage service is most suitable?
A
Cloud Datastore
B
Cloud Bigtable
C
Cloud Dataproc
D
Cloud SQL
No comments yet.