CV0-004 · Question #389
At the beginning of every month, new marketing materials are uploaded to the cloud server for sales employees to use. At the same time, other users report that their access is sluggish, and the…
The correct answer is A. Scheduled. Scheduled scaling is the best approach because the performance issue occurs on a known, predictable schedule - the beginning of every month. With scheduled scaling, additional compute or storage resources are automatically provisioned before the monthly upload begins and then…
Question
At the beginning of every month, new marketing materials are uploaded to the cloud server for sales employees to use. At the same time, other users report that their access is sluggish, and the system is almost unusable. Which of the following scaling approaches should be applied to remedy this issue?
Options
- AScheduled
- BLoad
- CEvent
- DManaged
How the community answered
(55 responses)- A80% (44)
- B11% (6)
- C4% (2)
- D5% (3)
Explanation
Scheduled scaling is the best approach because the performance issue occurs on a known, predictable schedule - the beginning of every month. With scheduled scaling, additional compute or storage resources are automatically provisioned before the monthly upload begins and then scaled back down afterward. This prevents the slowdown proactively. Load-based scaling reacts to real-time metrics (like CPU or memory), meaning users already experience degradation before scaling kicks in. Event-driven scaling responds to specific application events, and managed scaling is a generic term for cloud-provider-automated scaling. Since the timing is entirely predictable, scheduled scaling is the optimal and most efficient choice.
Topics
Community Discussion
No community discussion yet for this question.