Generative AI Leader Fundamentals of Generative AI Practice Question
Exhibit
{
"bindings": [
{
"role": "roles/aiplatform.user",
"members": ["user:test@example.com"]
},
{
"role": "roles/aiplatform.admin",
"members": ["serviceAccount:sa@project.iam.gserviceaccount.com"]
}
]
}Refer to the exhibit. This IAM policy is applied to a Vertex AI project. A user 'test@example.com' reports they cannot create a ModelEvaluationPipelineJob. Which action should the administrator take?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Add the user to the roles/aiplatform.admin role at the project level.
Roles/aiplatform.user does not have the permissions to create pipeline jobs; it only allows viewing and using models and endpoints. Roles/aiplatform.admin has full control, so adding the user to this role is the simplest fix. There is no roles/aiplatform.specialist; removing the service account would not help; and granting at the model level is insufficient for creating pipeline jobs.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Grant the user roles/aiplatform.specialist at the project level.
Why it's wrong here
No such predefined role exists in Vertex AI.
- ✗
Add the user roles/aiplatform.user at the model level to allow pipeline creation.
Why it's wrong here
aiplatform.user does not include pipeline job creation permissions.
- ✓
Add the user to the roles/aiplatform.admin role at the project level.
Why this is correct
Admin role includes permissions to create pipeline jobs.
- ✗
Remove the service account from roles/aiplatform.admin.
Why it's wrong here
This does not help the user and may break other operations.
Go deeper
Related to this question
About these practice questions
Courseiva writes every Generative AI Leader question from scratch — 683 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This Generative AI Leader practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the Generative AI Leader exam.