Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Google Associate Data Practitioner Exam - Topic 4 Question 23 Discussion

Actual exam question for Google's Associate Data Practitioner exam
Question #: 23
Topic #: 4
[All Associate Data Practitioner Questions]

You are a database administrator managing sales transaction data by region stored in a BigQuery table. You need to ensure that each sales representative can only see the transactions in their region. What should you do?

Show Suggested Answer Hide Answer
Suggested Answer: B

Creating a row-level access policy in BigQuery ensures that each sales representative can see only the transactions relevant to their region. Row-level access policies allow you to define fine-grained access control by filtering rows based on specific conditions, such as matching the sales representative's region. This approach enforces security while providing tailored data access, aligning with the principle of least privilege.

Extract from Google Documentation: From 'Row-Level Security in BigQuery' (https://cloud.google.com/bigquery/docs/row-level-security): 'Row-level access policies let you restrict access to specific rows in a table based on a filter condition, such as a user's region, providing fine-grained control over data visibility without creating separate tables or views.' Reference: Google Cloud Documentation - 'BigQuery Row-Level Security' (https://cloud.google.com/bigquery/docs/row-level-security).


Contribute your Thoughts:

0/2000 characters
Trinidad
4 days ago
I think we discussed row-level access policies in class. They seem like the right choice for restricting data visibility by region.
upvoted 0 times
...

Save Cancel