Topic 1 Question 2
2 つ選択Your digital-native business runs its database workloads on Cloud SQL. Your website must be globally accessible 24/7. You need to prepare your Cloud SQL instance for high availability (HA). You want to follow Google-recommended practices. What should you do?
Set up manual backups.
Create a PostgreSQL database on-premises as the HA option.
Configure single zone availability for automated backups.
Enable point-in-time recovery.
Schedule automated backups.
ユーザの投票
コメント(11)
- 正解だと思う選択肢: DE
Vote for DE, seems only reasonable options to me
👍 3chelbsik2022/12/26 D,E. A is wrong because why bother configuring manual backups when Cloud SQL will automate that for you. B seems attractive, but why bother replicating back to on-prem when you can configure a Cloud SQL for HA. C is wrong because a single zone failure would not give you HA. That leaves D & E.
👍 3dynamic_dba2023/02/04- 正解だと思う選択肢: DE
Automated backups and point-in-time recovery must be enabled for high availability (point-in-time recovery uses binary logs). For more information check here -> https://cloud.google.com/sql/docs/mysql/high-availability#backups-and-restores
👍 2range90052022/12/18
シャッフルモード