PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #337
You work at an organization that manages a popular payment app. You built a fraudulent transaction detection model by using scikit-learn and deployed it to a Vertex AI endpoint. The endpoint is…
The correct answer is D. Increase the number of maximum replicas to 6 nodes, each with 1 machine. Increasing the number of replicas allows the endpoint to handle fluctuating traffic by distributing requests across multiple instances of the same machine type. This horizontal scaling is more cost-effective than upgrading to a much larger machine or using specialized…
Question
Options
- ARe-deploy the model with a TPU accelerator.
- BChange the machine type to e2-highcpu-32 with 32 vCPUs and 32 GB of memory.
- CSet up a monitoring job and an alert for CPU usage. If you receive an alert, scale the vCPUs as
- DIncrease the number of maximum replicas to 6 nodes, each with 1 machine.
How the community answered
(26 responses)- A4% (1)
- B8% (2)
- C12% (3)
- D77% (20)
Explanation
Increasing the number of replicas allows the endpoint to handle fluctuating traffic by distributing requests across multiple instances of the same machine type. This horizontal scaling is more cost-effective than upgrading to a much larger machine or using specialized accelerators when the workload is CPU-bound and fluctuating.
Topics
Community Discussion
No community discussion yet for this question.