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 335 discussion

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

You have recently developed a new ML model in a Jupyter notebook. You want to establish a reliable and repeatable model training process that tracks the versions and lineage of your model artifacts. You plan to retrain your model weekly. How should you operationalize your training process?

  • A. 1. Create an instance of the CustomTrainingJob class with the Vertex AI SDK to train your model.
    2. Using the Notebooks API, create a scheduled execution to run the training code weekly.
  • B. 1. Create an instance of the CustomJob class with the Vertex AI SDK to train your model.
    2. Use the Metadata API to register your model as a model artifact.
    3. Using the Notebooks API, create a scheduled execution to run the training code weekly.
  • C. 1. Create a managed pipeline in Vertex AI Pipelines to train your model by using a Vertex AI CustomTrainingJobOp component.
    2. Use the ModelUploadOp component to upload your model to Vertex AI Model Registry.
    3. Use Cloud Scheduler and Cloud Run functions to run the Vertex AI pipeline weekly.
  • D. 1. Create a managed pipeline in Vertex AI Pipelines to train your model using a Vertex AI HyperParameterTuningJobRunOp component.
    2. Use the ModelUploadOp component to upload your model to Vertex AI Model Registry.
    3. Use Cloud Scheduler and Cloud Run functions to run the Vertex AI pipeline weekly.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
Duke_CT
1 month, 4 weeks ago
Selected Answer: C
Looks straightforward — answer is B.
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 ...