Trang chủ Professional Data Engineer 338 / 343
Quay lại bộ đề
Question #338 Topic 1
You are defining the data governance strategy for a new BigQuery table with medical and financial data. You want a scalable solution that ensures the clinical researchers can access patient medical data without financial information, while allowing the accounting team to access only financial data with minimal patient identifiers. What should you do?
A
Implement column-level security policies in BigQuery tables with IAM permissions.
B
Create separate tables for personally identifiable information (PII), financial data, and anonymized medical data. Use IAM permissions to control access to each table.
C
Implement row-level security policies in BigQuery tables with IAM permissions.
D
Create separate datasets with authorized views exposing only approved data.