Topic 1 Question 68
Your online delivery business that primarily serves retail customers uses Cloud SQL for MySQL for its inventory and scheduling application. The required recovery time objective (RTO) and recovery point objective (RPO) must be in minutes rather than hours as a part of your high availability and disaster recovery design. You need a high availability configuration that can recover without data loss during a zonal or a regional failure. What should you do?
Set up all read replicas in a different region using asynchronous replication.
Set up all read replicas in the same region as the primary instance with synchronous replication.
Set up read replicas in different zones of the same region as the primary instance with synchronous replication, and set up read replicas in different regions with asynchronous replication.
Set up read replicas in different zones of the same region as the primary instance with asynchronous replication, and set up read replicas in different regions with synchronous replication.
ユーザの投票
コメント(7)
C: Set up read replicas in different zones *** of the same region as the primary instance with *** synchronous replication, and set up read replicas in different regions with asynchronous replication.
👍 7pk3492022/12/24C is correct answer - see cross-region replica - uses asynch vs synch for replicas in same region.
👍 4sp572022/12/31- 正解だと思う選択肢: C
C is correct answer
👍 3Teraflow2023/02/12
シャッフルモード