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

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

You need to develop an image classification model by using a large dataset that contains labeled images in a Cloud Storage bucket. What should you do?

  • A. Use Vertex AI Pipelines with the Kubeflow Pipelines SDK to create a pipeline that reads the images from Cloud Storage and trains the model.
  • B. Use Vertex AI Pipelines with TensorFlow Extended (TFX) to create a pipeline that reads the images from Cloud Storage and trains the model.
  • C. Import the labeled images as a managed dataset in Vertex AI and use AutoML to train the model.
  • D. Convert the image dataset to a tabular format using Dataflow Load the data into BigQuery and use BigQuery ML to train the model.
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
f084277
1 week, 4 days ago
Selected Answer: C
You're just trying to TRAIN A MODEL, not set up a whole pipeline. Answer is clearly C
upvoted 2 times
...
AzureDP900
5 months ago
B is right in my opinion, while both options C and B involve importing labeled images into Vertex AI, using AutoML for image classification might not be the most suitable choice. TFX is a more specialized tool that provides a robust pipeline framework specifically designed for image classification tasks, making it a better fit for this particular use case.
upvoted 1 times
...
pinimichele01
7 months, 3 weeks ago
Selected Answer: C
https://cloud.google.com/vertex-ai/docs/tutorials/image-classification-automl/dataset
upvoted 1 times
pinimichele01
7 months ago
no need to use a pipeline, automl is ok
upvoted 1 times
...
...
guilhermebutzke
9 months, 3 weeks ago
Selected Answer: B
My answer: B TensorFlow Extended (TFX) and Kubeflow provide capabilities for building machine learning pipelines that can handle data stored in Google Cloud Storage (GCS). However, when it comes to ease of use specifically for working with data in GCS, TFX may have a slight edge over Kubeflow for 1- Integration with GCS- TensorFlow: TFX is tightly integrated with TensorFlow that has built-in support for GCS and provides convenient APIs for reading data directly from GCS buckets 2 - Abstraction of Data Handling TFX provides higher-level abstractions and components specifically designed for common machine learning tasks, including data preprocessing, model training, and model evaluation
upvoted 4 times
pinimichele01
7 months ago
Which SDK use? • If you use TensorFlow in an ML workflow that processes terabytes of structured data or text data -> TFX • For other use-cases -> KFP
upvoted 2 times
...
...
winston9
10 months, 2 weeks ago
Selected Answer: C
It's C
upvoted 3 times
...
BlehMaks
10 months, 2 weeks ago
Selected Answer: A
95th is the similar question. https://cloud.google.com/vertex-ai/docs/pipelines/build-pipeline#sdk
upvoted 1 times
winston9
10 months, 1 week ago
95 is a similar question but it does not offer Vertex AI AutoML as an option. which I think it's the right answer here consider the little amount of info provided in the question
upvoted 1 times
...
...
b1a8fae
10 months, 3 weeks ago
Selected Answer: C
Very vaguely put. I choose C over B just because it sounds like a simpler approach, but both should theoretically work.
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 ...