Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your team manages a 1PB BigQuery dataset containing sensitive personally identifiable information (PII). You need to grant another team in your organization access to this dataset for analysis, but you must protect the PII. What should you do?
A
Utilize BigQuery's row-level access policies to mask PII columns based on the other team's user identities.
B
Export the BigQuery dataset to Cloud Storage. Create a VPC Service Control perimeter and allow only their team's project access to the bucket.
C
Implement data pseudonymization techniques to replace the PII fields with non-identifiable values. Grant the other team access to the pseudonymized dataset.
D
Create 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.