Generative AI Leader • Practice Test 5
Free Generative AI Leader practice test — 10 questions with explanations. Set 5. 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"]
}
]
}