The answer is that the model artifact was not uploaded to Cloud Storage. This is correct because Vertex AI requires the model binary—the actual trained model files—to be staged in a Cloud Storage bucket before any deployment to an endpoint can succeed; the deployment process references that artifact by its URI, and if the bucket is empty or the path is incorrect, the service cannot locate the resource, triggering the missing artifact error. On the Google Professional Data Engineer exam, this scenario tests your understanding of the Vertex AI deployment workflow, where a common trap is assuming the model is automatically saved after training or that a local path suffices—Vertex AI only reads from Cloud Storage. Remember the memory tip: “No bucket, no endpoint—upload first, deploy second.”
PDE Operationalizing machine learning models Practice Question
This PDE practice question tests your understanding of operationalizing machine learning models. 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
Error: Vertex AI.Exception: 400 Failed to deploy model to endpoint projects/.../endpoints/1234. Details: The resource 'projects/.../models/5678' is missing an artifact URI. Please upload the model artifact to Cloud Storage and create a new model version.
Refer to the exhibit. What is the most likely cause of the error?
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.
Error: Vertex AI.Exception: 400 Failed to deploy model to endpoint projects/.../endpoints/1234. Details: The resource 'projects/.../models/5678' is missing an artifact URI. Please upload the model artifact to Cloud Storage and create a new model version.
A
The model artifact was not uploaded to Cloud Storage
The error explicitly states the artifact URI is missing.
B
The endpoint does not exist
Why wrong: The error indicates the endpoint exists but the model artifact is missing.
C
The service account lacks permissions
Why wrong: Permissions would cause a different error, not 'missing artifact URI'.
D
The model ID is invalid
Why wrong: The model ID is referenced correctly; the issue is the missing artifact URI.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The model artifact was not uploaded to Cloud Storage
The error occurs because the model artifact must be uploaded to Cloud Storage before it can be deployed to an endpoint. Vertex AI requires the model to be stored in a Cloud Storage bucket, and the deployment process references that artifact. Without the artifact in Cloud Storage, the endpoint creation or model deployment fails with an error indicating the resource is missing.
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 model artifact was not uploaded to Cloud Storage
Why this is correct
The error explicitly states the artifact URI is missing.
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
The error indicates the endpoint exists but the model artifact is missing.
✗
The service account lacks permissions
Why it's wrong here
Permissions would cause a different error, not 'missing artifact URI'.
✗
The model ID is invalid
Why it's wrong here
The model ID is referenced correctly; the issue is the missing artifact URI.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Google Cloud often tests the distinction between resource existence errors (like missing artifact) and permission or configuration errors, leading candidates to incorrectly choose permission issues when the actual problem is a missing prerequisite resource.
Detailed technical explanation
How to think about this question
When deploying a model to Vertex AI, the model artifact (e.g., a SavedModel or a custom container) must be uploaded to a Cloud Storage bucket. The deployment process uses the `artifactUri` field in the model resource to locate the artifact. If the URI points to a non-existent object, the deployment fails with an error such as 'The model artifact was not found in Cloud Storage'. This is a common pitfall when using automated pipelines that generate model artifacts but fail to upload them before deployment.
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 media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.
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.
Operationalizing machine learning models — This question tests Operationalizing machine learning models — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: The model artifact was not uploaded to Cloud Storage — The error occurs because the model artifact must be uploaded to Cloud Storage before it can be deployed to an endpoint. Vertex AI requires the model to be stored in a Cloud Storage bucket, and the deployment process references that artifact. Without the artifact in Cloud Storage, the endpoint creation or model deployment fails with an error indicating the resource is missing.
What should I do if I get this PDE 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 PDE 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 PDE 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.