Medium1 markMultiple Choice
GCP PCA · Question 42 · Storage Systems
You are configuring a Cloud SQL for PostgreSQL instance for a production application. The application is read-heavy. You need to ensure the database survives a zone failure and that read queries do not impact the performance of write queries. Which THREE configurations should you implement? (Select THREE)
You are configuring a Cloud SQL for PostgreSQL instance for a production application. The application is read-heavy. You need to ensure the database survives a zone failure and that read queries do not impact the performance of write queries. Which THREE configurations should you implement? (Select THREE)
Answer options:
A.
Enable High Availability (HA)
B.
Create a Read Replica
C.
Route read queries to the Read Replica endpoint
D.
Enable automated backups
E.
Increase the CPU of the primary instance
F.
Use Cloud Spanner instead
How to approach this question
Address both requirements: zone failure (HA) and read-heavy performance (Replicas).
Full Answer
To survive a zone failure, High Availability (HA) must be enabled (which creates a synchronous standby in another zone). To prevent read queries from impacting writes, you must create a Read Replica AND configure your application logic to route SELECT statements to that replica.
Common mistakes
Assuming HA automatically load balances read queries (it does not; the standby is passive).
Practice the full GCP Professional Cloud Architect Practice Exam 5
50 questions · hints · full answers · grading
More questions from this exam
Q01CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...HardQ02CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...MediumQ03CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...MediumQ04CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...MediumQ05CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...Easy
Expert