Generative AI Leader • Practice Exam 3 — 20 Questions
Free Generative AI Leader practice exam 3 — 20 questions with explanations. No signup required.
Refer to the exhibit. An administrator creates this IAM policy for a Vertex AI project. What is the effect of this policy?
{
"bindings": [
{
"role": "roles/aiplatform.user",
"members": ["user:alice@example.com"]
},
{
"role": "roles/aiplatform.customCodeModelAdmin",
"members": ["user:bob@example.com"]
}
]
}