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

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

You have developed an AutoML tabular classification model that identifies high-value customers who interact with your organization's website. You plan to deploy the model to a new Vertex AI endpoint that will integrate with your website application. You expect higher traffic to the website during nights and weekends. You need to configure the model endpoint's deployment settings to minimize latency and cost. What should you do?

  • A. Configure the model deployment settings to use an n1-standard-32 machine type.
  • B. Configure the model deployment settings to use an n1-standard-4 machine type. Set the minReplicaCount value to 1 and the maxReplicaCount value to 8.
  • C. Configure the model deployment settings to use an n1-standard-4 machine type and a GPU accelerator. Set the minReplicaCount value to 1 and the maxReplicaCount value to 4.
  • D. Configure the model deployment settings to use an n1-standard-8 machine type and a GPU accelerator.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
carolctech
4 weeks ago
Selected Answer: B
B) This option provides the most cost-effective and efficient solution because: 1) Uses a suitably powerful machine type (n1-standard-4 machine) 2) Autoscales with minReplicaCount and maxReplicaCount to adapt to the fluctuating traffic 3) A larger machine type or accelerator is unnecessary. GPU provide better performance for DL models with massive datasets and complex architectures, not for tabular classification models.
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 ...