The answer is that the model deployment fails because the model import into Vertex AI Model Registry is still in progress. This error occurs because deploying a model to an endpoint requires the model resource to be in an 'ACTIVE' state; if the import has not completed, the registry cannot serve the model, and the deployment request is rejected. On the Google Cloud Generative AI Leader exam, this question tests your understanding of the Vertex AI model lifecycle and the dependency between model registration and deployment—a common trap is assuming the model is ready immediately after upload. Remember the memory tip: "Import before you deploy, or the endpoint will annoy."
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
Refer to the exhibit.
```
error: Vertex AI Model Registry: Model 'projects/my-project/locations/us-central1/models/123' has status 'DEPLOYING'. Cannot deploy a model that is not in 'READY' state.
```
A data scientist sees the above error when trying to deploy a model to an endpoint. What is the most likely cause?
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.
Refer to the exhibit.
```
error: Vertex AI Model Registry: Model 'projects/my-project/locations/us-central1/models/123' has status 'DEPLOYING'. Cannot deploy a model that is not in 'READY' state.
```
A
The IAM permissions are insufficient
Why wrong: Permission errors are different.
B
The model import into Vertex AI Model Registry is still in progress
Model is still DEPLOYING, not ready.
C
The endpoint does not exist
Why wrong: Error mentions model status, not endpoint.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The model import into Vertex AI Model Registry is still in progress
The error indicates that the model is not yet fully imported into the Vertex AI Model Registry. Deploying a model to an endpoint requires the model resource to be in an 'ACTIVE' state; if the import is still in progress, the deployment request will fail. This is a common timing issue when a model is uploaded but not yet registered.
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 IAM permissions are insufficient
Why it's wrong here
Permission errors are different.
✓
The model import into Vertex AI Model Registry is still in progress
Why this is correct
Model is still DEPLOYING, not ready.
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 endpoint does not exist
Why it's wrong here
Error mentions model status, not endpoint.
✗
The model is already deployed to another endpoint
Why it's wrong here
Error says not in READY state.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Google Cloud often tests the misconception that any deployment failure is due to permissions or missing resources, when in fact the model's lifecycle state (e.g., still importing) is the root cause.
Detailed technical explanation
How to think about this question
When a model is uploaded to Vertex AI, it undergoes a registration process that includes validation, artifact scanning, and metadata indexing. During this time, the model's state is 'IMPORTING' and cannot be used for deployment. The Vertex AI API returns a 400 or 409 error with a message like 'Model import is still in progress' until the model transitions to 'ACTIVE'. This is analogous to a container image being pushed but not yet fully scanned in a registry.
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.
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 model import into Vertex AI Model Registry is still in progress — The error indicates that the model is not yet fully imported into the Vertex AI Model Registry. Deploying a model to an endpoint requires the model resource to be in an 'ACTIVE' state; if the import is still in progress, the deployment request will fail. This is a common timing issue when a model is uploaded but not yet registered.
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 →
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.
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.
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.
Sign in to join the discussion.