professional-cloud-data-engineer
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An enterprise organization is designing a centralized data repository in BigQuery to store sensitive financial transactions across multiple regions. The data governance and security framework requires the following:
Which combination of administrative and security configurations meets these governance requirements?
This architecture leverages BigQuery authorized views, Row-Level Access Policies (RLS), and resource-level labeling to enforce fine-grained access control, least-privilege security, and metadata classification across datasets and tables.
CREATE ROW ACCESS POLICY DDL statement dynamically restricts rows returned to specified grantees based on filter conditions. BigQuery automatically assigns the system-managed bigquery.filteredDataViewer role to policy grantees. Engineers only require standard table read access (bigquery.tables.getData or roles/bigquery.dataViewer) to execute queries against the filtered table.This solution follows Google Cloud security best practices by strictly separating compute and data consumption via authorized views, relying on native SQL DDL for declarative row access controls, and avoiding assumptions about label inheritance.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.