Refer to the exhibit. A system administrator reviews the deployment. Which action should be taken to meet the SLA?
Correct; more compute power can speed up inference.
Why this answer
The exhibit shows a deployment where inference latency exceeds the SLA requirement. Scaling up compute resources (e.g., adding more CPU cores, GPU memory, or increasing instance size) directly reduces per-request processing time by providing more parallel processing capacity, which is the most straightforward way to meet latency SLAs when the model is already optimized.
Exam trap
CompTIA often tests the misconception that retraining or caching are universal performance fixes, when in fact they address accuracy and request repetition respectively, not raw compute throughput.
How to eliminate wrong answers
Option A is wrong because retraining the model improves accuracy or adapts to new data, but does not inherently reduce inference latency unless the model architecture is changed to a smaller or more efficient one, which is not indicated. Option B is wrong because caching can reduce latency for repeated identical requests, but the exhibit does not suggest that requests are repetitive; caching does not help with unique or dynamic inputs. Option C is wrong because reducing model input size (e.g., downsampling images or truncating text) may lower latency but at the cost of accuracy or completeness, and the SLA likely requires maintaining output quality; scaling compute resources preserves model fidelity.