CV0-004 · Question #166
A cloud engineer needs to determine a scaling approach for a payroll-processing solution that runs on a biweekly basis. Given the complexity of the process, the deployment to each new VM takes about…
The correct answer is B. Scheduled. For a biweekly payroll-processing solution that takes a significant amount of time to deploy to each new VM, the best scaling strategy is Scheduled scaling. This strategy involves preparing new instances in advance of when they are needed based on a known schedule, which in…
Question
A cloud engineer needs to determine a scaling approach for a payroll-processing solution that runs on a biweekly basis. Given the complexity of the process, the deployment to each new VM takes about 25 minutes to get ready. Which of the following would be the best strategy?
Options
- AHorizontal
- BScheduled
- CTrending
- DEvent
How the community answered
(23 responses)- A4% (1)
- B74% (17)
- C4% (1)
- D17% (4)
Explanation
For a biweekly payroll-processing solution that takes a significant amount of time to deploy to each new VM, the best scaling strategy is Scheduled scaling. This strategy involves preparing new instances in advance of when they are needed based on a known schedule, which in this case is the biweekly payroll process. By scheduling the scaling actions in advance, the cloud engineer ensures that the resources are ready when needed without incurring extra costs for running them all the time.
Topics
Community Discussion
No community discussion yet for this question.