Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
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 241 discussion

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

You have created a Vertex AI pipeline that automates custom model training. You want to add a pipeline component that enables your team to most easily collaborate when running different executions and comparing metrics both visually and programmatically. What should you do?

  • A. Add a component to the Vertex AI pipeline that logs metrics to a BigQuery table. Query the table to compare different executions of the pipeline. Connect BigQuery to Looker Studio to visualize metrics.
  • B. Add a component to the Vertex AI pipeline that logs metrics to a BigQuery table. Load the table into a pandas DataFrame to compare different executions of the pipeline. Use Matplotlib to visualize metrics.
  • C. Add a component to the Vertex AI pipeline that logs metrics to Vertex ML Metadata. Use Vertex AI Experiments to compare different executions of the pipeline. Use Vertex AI TensorBoard to visualize metrics.
  • D. Add a component to the Vertex AI pipeline that logs metrics to Vertex ML Metadata. Load the Vertex ML Metadata into a pandas DataFrame to compare different executions of the pipeline. Use Matplotlib to visualize metrics.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
baimus
2 months, 1 week ago
I can see why C is tempting, but Vertex Experiment's isn't actually required here, just a nice to have, whereas Workbench is actually required as they say "visually AND programatically". It's literally the only answer that allows programmatic comparison of the data in the metadata store.
upvoted 1 times
...
gscharly
7 months, 1 week ago
Selected Answer: C
went with C. Experiments can be used to compare executions and metrics
upvoted 4 times
...
fitri001
7 months, 1 week ago
Selected Answer: A
Why A? BigQuery: Stores pipeline metrics from different executions in a central location, allowing easy access for team members. BigQuery Queries: Enables programmatic comparison of metrics across runs using SQL queries. Looker Studio: Provides a collaborative visualization platform for team members to explore and compare metrics visually. why not C? Vertex AI Experiments and TensorBoard: While Vertex AI Experiments can leverage ML Metadata for lineage tracking, it's not ideal for general metric comparison. TensorBoard is primarily for visualizing training data during the pipeline execution, not comparing results across runs.
upvoted 4 times
asmgi
4 months, 1 week ago
Isn't BQ too much for a dozen of metrics?
upvoted 1 times
...
pinimichele01
7 months, 1 week ago
why log on BQ and not to MetadataAI?
upvoted 1 times
...
...
b1a8fae
10 months, 1 week ago
Selected Answer: C
Clearly C.
upvoted 3 times
...
winston9
10 months, 3 weeks ago
Selected Answer: C
C is the correct one here
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 ...