Google Cloud Professional Cloud Security Engineer — Question 257

A company is running their webshop on Google Kubernetes Engine and wants to analyze customer transactions in BigQuery. You need to ensure that no credit card numbers are stored in BigQuery
What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B because the Cloud Data Loss Prevention API is specifically designed to identify and redact sensitive information, such as credit card numbers, before it is ingested into BigQuery. Option A is incorrect because creating a view does not prevent the data from being stored; it only affects how data is queried. Option C is not suitable as the Security Command Center does not prevent credit card numbers from being stored. Option D does not apply, as Cloud Identity-Aware Proxy is primarily used for access control rather than data redaction.