Oracle Cloud Infrastructure 2023 Architect Associate — Question 35

You have a high-demand web application running on Oracle Cloud Infrastructure (OCI). Your tenancy administrator has set up a schedule-based autoscaling policy on instance pool with an 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: C

Explanation

The correct answer is C because the cron expression specifies scaling on weekdays at 8:30 a.m., indicating a recurring schedule. Option A is incorrect as it suggests scaling every day of the week, while B describes a one-time event, and D incorrectly states a monthly schedule.