Topic 1 Question 119
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 data. 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?
Determine whether the versions of Cloud SQL for PostgreSQL in regions R1 and R2 are different.
Determine whether the database patches of Cloud SQI for PostgreSQL in regions R1 and R2 are different.
Determine whether the failover of Cloud SQL for PostgreSQL from region R1 to region R2 is in progress or has completed successfully.
Determine whether Cloud SQL for PostgreSQL in region R2 is a near-real-time copy of region R1 but not an exact copy.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: D
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
👍 6chelbsik2022/12/27 B : Determine whether the database *** patches of Cloud SQI for PostgreSQL in regions R1 and R2 are different
👍 1pk3492022/12/24- 正解だと思う選択肢: C
If it was a DATA gap of data between the databases; The SQLs will not return "database-errors" just different data sets. Therefore I'm not going for D. Yet if the failover is ongoing/in-progress/hanging or not completed - than some stuff will work and other not. And we will get "database-errors" I'm going for C (A, B - versions should be managed by GCP)
👍 1Nirca2023/03/08
シャッフルモード