Not sure but pretty sure it's Policy/Outcome Metrics for real-world impact, and Counterfactuals for minimal change examples. Can someone confirm?
Q: 13
An organization creates and deploys a multi-class image classification deep learning model that uses
a set of labeled photographs.
The software engineering team reports there is a heavy inferencing load for the prediction web
services during the summer. The production web service for the model fails to meet demand despite
having a fully-utilized compute cluster where the web service is deployed.
You need to improve performance of the image classification web service with minimal downtime
and minimal administrative effort.
What should you advise the IT Operations team to do?
Options
Discussion
D . Scaling out by adding more nodes is usually quickest with less admin overhead, and no need to redeploy or update DNS. Makes sense for handling spikes like this.
D imo. Just increase the node count, less hassle than messing with VM sizes or DNS. Horizontal scaling means minimal disruption.
C or D here. If you upsize the VMs (C), each node can handle more, but usually that's messier and may need restarts. D (scale out) is quicker unless the cluster's already at its max node count, which isn't clear from the question. Anyone else run into quotas limiting scaling?
A is wrong, D matches what I've seen on similar DP-100 mocks. Just bump the node count for fast scaling.
Be respectful. No spam.
Question 13 of 35