ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 125 - Professional Cloud Database Engineer discussion

Report
Export

You are the DBA of an online tutoring application that runs on a Cloud SQL for PostgreSQL database. You are testing the implementation of the cross-regional failover configuration. The database in region R1 fails over successfully to region R2, and the database becomes available for the application to process dat

a. During testing, certain scenarios of the application work as expected in region R2, but a few scenarios fail with database errors. The application-related database queries, when executed in isolation from Cloud SQL for PostgreSQL in region R2, work as expected. The application performs completely as expected when the database fails back to region R1. You need to identify the cause of the database errors in region R2. What should you do?

A.
Determine whether the versions of Cloud SQL for PostgreSQL in regions R1 and R2 are different.
Answers
A.
Determine whether the versions of Cloud SQL for PostgreSQL in regions R1 and R2 are different.
B.
Determine whether the database patches of Cloud SQI for PostgreSQL in regions R1 and R2 are different.
Answers
B.
Determine whether the database patches of Cloud SQI for PostgreSQL in regions R1 and R2 are different.
C.
Determine whether the failover of Cloud SQL for PostgreSQL from region R1 to region R2 is in progress or has completed successfully.
Answers
C.
Determine whether the failover of Cloud SQL for PostgreSQL from region R1 to region R2 is in progress or has completed successfully.
D.
Determine whether Cloud SQL for PostgreSQL in region R2 is a near-real-time copy of region R1 but not an exact copy.
Answers
D.
Determine whether Cloud SQL for PostgreSQL in region R2 is a near-real-time copy of region R1 but not an exact copy.
Suggested answer: D

Explanation:

Verify that the replica has processed all the transactions it has received from the primary. This ensures that when promoted, the replica reflects all transactions that were received before the primary became unavailable. https://cloud.google.com/sql/docs/postgres/replication/cross-region-replicas#verify_failover_criteria

asked 18/09/2024
test testsers
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first