Question 219 of 307
Single answerYou want to encrypt the customer data stored in BigQuery. You need to implement per-user crypto-deletion on data stored in your tables. You want to adopt native features in Google Cloud to avoid custom solutions. What should you do?
✓AImplement Authenticated Encryption with Associated Data (AEAD) BigQuery functions while storing your data in BigQuery.
BCreate a customer-managed encryption key (CMEK) in Cloud KMS. Associate the key to the table while creating the table.
CCreate a customer-managed encryption key (CMEK) in Cloud KMS. Use the key to encrypt data before storing in BigQuery.
DEncrypt your data during ingestion by using a cryptographic library supported by your ETL pipeline.
✓
Correct Answer: A
Implement Authenticated Encryption with Associated Data (AEAD) BigQuery functions while storing your data in BigQuery.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.