Topic 1 Question 47
You are designing a payments processing application on Google Cloud. The application must continue to serve requests and avoid any user disruption if a regional failure occurs. You need to use AES-256 to encrypt data in the database, and you want to control where you store the encryption key. What should you do?
Use Cloud Spanner with a customer-managed encryption key (CMEK).
Use Cloud Spanner with default encryption.
Use Cloud SQL with a customer-managed encryption key (CMEK).
Use Bigtable with default encryption.
ユーザの投票
コメント(7)
- 正解だと思う選択肢: A
A is the correct answer because " you want to control where you store the encryption key"
👍 3GCP722022/12/27 A and C would work for this scenario
👍 2fredcaram2022/12/20- 正解だと思う選択肢: A
A for me: it's A or C because we want to control keys, but C would cause downtime, since we would need to manually failover to another region if a regional failure occurs, and we don't want that.
👍 2chelbsik2022/12/24
シャッフルモード