exam questions

Exam Professional Machine Learning Engineer All Questions

View all questions & answers for the Professional Machine Learning Engineer exam

Exam Professional Machine Learning Engineer topic 1 question 305 discussion

Actual exam question from Google's Professional Machine Learning Engineer
Question #: 305
Topic #: 1
[All Professional Machine Learning Engineer Questions]

Your company recently migrated several of is ML models to Google Cloud. You have started developing models in Vertex AI. You need to implement a system that tracks model artifacts and model lineage. You want to create a simple, effective solution that can also be reused for future models. What should you do?

  • A. Use a combination of Vertex AI Pipelines and the Vertex AI SDK to integrate metadata tracking into the ML workflow.
  • B. Use Vertex AI Pipelines for model artifacts and MLflow for model lineage.
  • C. Use Vertex AI Experiments for model artifacts and use Vertex ML Metadata for model lineage.
  • D. Implement a scheduled metadata tracking solution using Cloud Composer and Cloud Run functions.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
hit_cloudie
4 days, 19 hours ago
Selected Answer: C
Vertex AI Experiments captures model artifacts and training runs. Vertex ML Metadata tracks lineage, parameters, and outputs. This is native, simple, and reusable within Vertex AI workflows.
upvoted 1 times
...
a38a239
3 weeks ago
Selected Answer: A
Vertex AI Pipelines automatically logs every component’s inputs, outputs, parameters, and artifacts into the built‑in ML Metadata store, giving you end‑to‑end lineage for data, models, and evaluation results. The Vertex AI SDK lets you programmatically log any extra metadata—git commit hashes, container image URIs, custom evaluation reports—directly into the same metadata store from within your training or preprocessing code.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...