
Answer-first summary for fast verification
Answer: 1. Create a new service account and grant it the Vertex AI User role. 2. Grant the Service Account User role to each team member on the service account. 3. Grant the Notebook Viewer role to each team member. 4. Provision a Vertex AI Workbench user-managed notebook instance that uses the new service account.
The correct answer is C. This approach ensures that each team member has access to the necessary resources while limiting access to other employees not involved in the project. Specifically: 1. Creating a new service account and granting it the Vertex AI User role provides necessary permissions to interact with Vertex AI services. 2. Granting the Service Account User role to each team member on the service account allows them to impersonate the service account, enabling them to use its permissions. 3. Granting the Notebook Viewer role to each team member allows them to view and run existing notebooks without modifying them, ensuring controlled access. 4. Provisioning a Vertex AI Workbench user-managed notebook instance that uses the new service account ensures access control is aligned with the designated service account's permissions.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are working on a collaborative project to develop a machine learning model prototype. Your team needs to set up a Vertex AI Workbench environment so that all team members can access and work on the model. At the same time, you must ensure that other employees in your project do not have access to this environment. What steps should you take to achieve this?
A
B
C
D