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

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

You are building an ML pipeline to process and analyze both steaming and batch datasets. You need the pipeline to handle data validation, preprocessing, model training, and model deployment in a consistent and automated way. You want to design an efficient and scalable solution that captures model training metadata and is easily reproducible. You want to be able to reuse custom components for different parts of your pipeline. What should you do?

  • A. Use Cloud Composer for distributed processing of batch and streaming data in the pipeline.
  • B. Use Dataflow for distributed processing of batch and streaming data in the pipeline.
  • C. Use Cloud Build to build and push Docker images for each pipeline component.
  • D. Implement an orchestration framework such as Kubeflow Pipelines or Vertex AI Pipelines.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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 weeks, 1 day ago
Selected Answer: D
These are purpose-built ML orchestration frameworks. They support: Metadata tracking Reusability of components End-to-end automation Reproducibility Integration with Vertex AI services
upvoted 2 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 ...