Question 65 of 500
Fundamentals of Generative AIhardMultiple ChoiceObjective-mapped

Quick Answer

The answer is that the user needs the roles/aiplatform.deployer role to successfully deploy a model to a Vertex AI endpoint. This is because deploying a model requires the specific permission `aiplatform.deployments.create`, which is included in the `roles/aiplatform.deployer` role but absent from many other IAM roles that may grant broader but less granular access to Vertex AI services. On the Google Cloud Generative AI Leader exam, this scenario tests your understanding that Vertex AI separates model management from endpoint deployment permissions, often tripping candidates who assume that roles like `roles/aiplatform.user` or `roles/aiplatform.admin` automatically cover all actions. A common trap is confusing the ability to create or view models with the distinct action of deploying them to an endpoint, which is a separate permission boundary. Remember the memory tip: "Deployer for deployment" — if you need to put a model on an endpoint, think of the `deployer` role as the key that unlocks the `deployments.create` gate.

Generative AI Leader Fundamentals of Generative AI Practice Question

This Generative AI Leader practice question tests your understanding of fundamentals of generative ai. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Exhibit

{
  "bindings": [
    {
      "role": "roles/aiplatform.user",
      "members": [
        "user:user@example.com"
      ]
    }
  ]
}

Refer to the exhibit. A user with this IAM role tries to deploy a model to a Vertex AI Endpoint but fails. What is the most likely reason?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "most likely"

    Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

Question 1hardmultiple choice
Full question →

Exhibit

{
  "bindings": [
    {
      "role": "roles/aiplatform.user",
      "members": [
        "user:user@example.com"
      ]
    }
  ]
}

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

The user needs the roles/aiplatform.deployer role

The user has an IAM role but lacks the specific permission `aiplatform.deployments.create` required to deploy a model to a Vertex AI Endpoint. The `roles/aiplatform.deployer` role includes this permission, while the user's existing role does not, causing the deployment to fail. Even if the user can use other Vertex AI services, deploying a model to an endpoint is a distinct action that requires this specific role.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The user is not authorized to use Vertex AI at all

    Why it's wrong here

    The aiplatform.user role does authorize use of Vertex AI, just not deployment.

  • The model artifact is not in the same region as the endpoint

    Why it's wrong here

    While region mismatch can cause issues, the most common IAM-related deployment failure is missing permissions.

  • The user needs the roles/aiplatform.deployer role

    Why this is correct

    Deploying a model requires the aiplatform.deployer role or equivalent permissions.

    Clue confirmation

    The clue word "most likely" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The user needs the roles/aiplatform.admin role

    Why it's wrong here

    Admin role is more permissive but not specifically required for deployment.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Google Cloud often tests the distinction between broad roles like `roles/aiplatform.admin` and specific roles like `roles/aiplatform.deployer`, trapping candidates who assume that any Vertex AI role can perform all actions, when in fact deployment requires a dedicated permission set.

Detailed technical explanation

How to think about this question

Under the hood, Vertex AI uses IAM conditions and resource hierarchies to control access. The `aiplatform.deployments.create` permission is checked at the project level, and the `roles/aiplatform.deployer` role also includes `aiplatform.endpoints.predict` and `aiplatform.endpoints.get`, which are necessary for the deployment workflow. In a real-world scenario, an organization might grant a data scientist the `roles/aiplatform.user` role for model development but then require a separate `roles/aiplatform.deployer` role for production deployment to enforce separation of duties.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related Generative AI Leader practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free Generative AI Leader practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this Generative AI Leader question test?

Fundamentals of Generative AI — This question tests Fundamentals of Generative AI — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: The user needs the roles/aiplatform.deployer role — The user has an IAM role but lacks the specific permission `aiplatform.deployments.create` required to deploy a model to a Vertex AI Endpoint. The `roles/aiplatform.deployer` role includes this permission, while the user's existing role does not, causing the deployment to fail. Even if the user can use other Vertex AI services, deploying a model to an endpoint is a distinct action that requires this specific role.

What should I do if I get this Generative AI Leader question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 30, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.