Question 256 of 318
Single answerYour team maintains 1PB of sensitive data within BigOuery that contains personally identifiable information (PII). You need to provide access to this dataset to another team within your organization for analysis purposes. You must share the BigQuery dataset with the other team while protecting the PII. What should you do?
✓AUtilize BigQuery's row-level access policies to mask PII columns based on the other team's user identities.
BExport the BigQuery dataset to Cloud Storage. Create a VPC Service Control perimeter and allow only their team's project access to the bucket.
CImplement data pseudonymization techniques to replace the PII fields with non-identifiable values. Grant the other team access to the pseudonymized dataset.
DCreate a filtered copy of the dataset and replace the sensitive data with hash values in a separate project. Grant the other team access to this new project.
✓
Correct Answer: A
Utilize BigQuery's row-level access policies to mask PII columns based on the other team's user identities.
▥
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.