Google Cloud Professional Data Engineer — Question 173

You are designing a data mesh on Google Cloud by using Dataplex to manage data in BigQuery and Cloud Storage. You want to simplify data asset permissions. You are creating a customer virtual lake with two user groups:

• Data engineers, which require full data lake access
• Analytic users, which require access to curated data

You need to assign access rights to these two groups. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because it grants the necessary full access to the data engineers through the dataplex.dataOwner role, while providing the analytic users with the appropriate level of access to curated data using the dataplex.dataReader role. The other options assign incorrect roles or access levels, which do not meet the requirements for either user group.