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

Google Professional Cloud Developer

Get started today

Ultimate access to all questions.


HipLocal is expanding its community application globally and needs to store user activity data. Given their technical requirements (usage metrics, monitoring, compliance, and serverless architecture), which Google Cloud database solution should they use?

Key Considerations:

  • Must support global scalability and consistent user experience across regions.
  • Requires strong authentication/authorization and compliance (e.g., GDPR).
  • Needs integration with cloud analytics and serverless architecture.
  • Should reduce management overhead and align with Google-recommended practices.

Which Google Cloud database is the best fit for storing HipLocal’s user activity data?

Exam-Like



Explanation:

HipLocal needs a database to store user activity, which requires handling high write throughput, elastic scaling, and serverless architecture. Cloud Datastore (D) is a NoSQL document database designed for automatic scaling and serverless operation, making it ideal for user activity data that doesn't require complex transactions. While BigQuery (A) is for analytics, Cloud SQL (B) is a managed relational database but not globally scalable, and Cloud Spanner (C) offers global consistency but is relational and may be overkill for activity logging. The technical requirements emphasize serverless architecture and elastic scaling, aligning best with Cloud Datastore.

Powered ByGPT-5