
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
NO.15
A. Create a Memorystore instance with a high availability (HA) configuration
B. Write votes to a Pub Sub topic and have Cloud Functions subscribe to it and write votes to BigQuery
C. Write votes to a Pub/Sub topic and toad into both Bigtable and BigQuery via a Dataflow pipeline Query Bigtable for real-time results and BigQuery for later analysis Shutdown the Bigtable instance when voting concludes
Answer: C
D. Create a Cloud SQL for PostgreSQL database with high availability (HA) configuration and multiple read replicas
A
Create a Memorystore instance with a high availability (HA) configuration
B
Write votes to a Pub Sub topic and have Cloud Functions subscribe to it and write votes to BigQuery
C
Write votes to a Pub/Sub topic and toad into both Bigtable and BigQuery via a Dataflow pipeline Query Bigtable for real-time results and BigQuery for later analysis Shutdown the Bigtable instance when voting concludes
D
Create a Cloud SQL for PostgreSQL database with high availability (HA) configuration and multiple read replicas
Explanation:
Option C is the correct solution because it provides:
Why other options are incorrect:
This solution leverages Google Cloud's serverless and managed services to create a scalable, cost-effective voting system that supports both real-time and batch processing requirements.