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

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

You are a SQL analyst. You need to utilize a TensorFlow customer segmentation model stored In Cloud Storage. You want to use the simplest and most efficient approach. What should you do?

  • A. Import the model into Vertex AI Model Registry. Deploy the model to a Vertex AI endpoint, and use SQL for inference in BigQuery.
  • B. Deploy the model by using TensorFlow Serving, and call for inference from BigQuery.
  • C. Convert the model into a BigQuery ML model, and use SQL for inference.
  • D. Import the model into BigQuery, and use SQL for inference.
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
ricardovazz
6 days, 16 hours ago
Selected Answer: D
BigQuery ML supports importing TensorFlow models in SavedModel format directly from Cloud Storage. D
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 ...