CompTIA Cloud+ (CV0-003) — Question 128
A cloud administrator has created a new asynchronous workflow lo deploy VMs to the cloud in bulk. When the workflow is tested for a single VM, it completes successfully. However, if the workflow is used to create 50 VMs at once, the job fails. Which of the following is the MOST likely cause of the issue? (Choose two.)
Answer options
- A. Incorrect permissions
- B. Insufficient storage
- C. Billing issues with the cloud provider
- D. No connectivity to the public cloud
- E. Expired API token
- F. Disabled autoscaling
Correct answer: B, F
Explanation
The correct answers are B and F. Insufficient storage can lead to failure when deploying multiple VMs, as the available resources may not meet the demand. Additionally, if autoscaling is disabled, the system cannot dynamically adjust resources to accommodate the increased load, which could also result in a job failure.