ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 105 - Professional Cloud Database Engineer discussion

Report
Export

You are configuring a brand new PostgreSQL database instance in Cloud SQL. Your application team wants to have an optimal and highly available environment with automatic failover to avoid any unplanned outage. What should you do?

A.
Create one regional Cloud SQL instance with a read replica in another region.
Answers
A.
Create one regional Cloud SQL instance with a read replica in another region.
B.
Create one regional Cloud SQL instance in one zone with a standby instance in another zone in the same region.
Answers
B.
Create one regional Cloud SQL instance in one zone with a standby instance in another zone in the same region.
C.
Create two read-write Cloud SQL instances in two different zones with a standby instance in another region.
Answers
C.
Create two read-write Cloud SQL instances in two different zones with a standby instance in another region.
D.
Create two read-write Cloud SQL instances in two different regions with a standby instance in another zone.
Answers
D.
Create two read-write Cloud SQL instances in two different regions with a standby instance in another zone.
Suggested answer: B

Explanation:

This answer is correct because it meets the requirements of having an optimal and highly available environment with automatic failover.According to the Google Cloud documentation1, a regional Cloud SQL instance is an instance that has a primary server in one zone and a standby server in another zone within the same region. The primary and standby servers are kept in sync using synchronous replication, which ensures zero data loss and minimal downtime in case of a zonal outage or an instance failure.If the primary server becomes unavailable, Cloud SQL automatically fails over to the standby server, which becomes the new primary server1.

asked 18/09/2024
Lawrence Acherman
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first