LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Associate Cloud Engineer

Google Associate Cloud Engineer

Get started today

Ultimate access to all questions.


Your team is working on a product catalog that enables users to search and filter through approximately 500 products. Given the team's lack of experience with SQL or schema migrations, they're exploring NoSQL options. Which Google Cloud database service would be the most suitable choice?

Real Exam



Explanation:

The correct answer is D because Cloud Datastore offers a NoSQL solution that is well-suited for storing the product catalog, especially given the limited data size.

  • Option A is incorrect as Cloud SQL is a relational database service, not a NoSQL option.
  • Option B is incorrect because Cloud Memorystore is designed for in-memory data storage, ideal for application caches requiring sub-millisecond access, not for a product catalog.
  • Option C is incorrect since Bigtable, while a NoSQL database, is optimized for large-scale analytical and operational workloads, making it overkill for this scenario.
Powered ByGPT-5