Oracle Cloud Infrastructure 2021 Architect Associate — Question 37

You have a high-demand web application running on Oracle Cloud Infrastructure (OCI). Your tenancy administrator has setup a schedule based autoscaling policy on instance pool with initial size of 5 instances for the application.
Policy 1:

Target pool size: 10 instances -
Execution time: 8:30 a.m. on every Monday through Friday, in every month, in every year
Cron expression: 0 30 8 ? * MON-FRI *
Which statement accurately explains the goal of this policy?

Answer options

Correct answer: B

Explanation

The correct answer is B because the cron expression specifies execution at 8:30 a.m. on weekdays only, which aligns with a daily scaling schedule during the workweek. Options A, C, and D are incorrect as they misinterpret the frequency and timing of the scaling actions defined in the policy.