CompTIA
CV0-003 · Question #399
CV0-003 Question #399: Real Exam Question with Answer & Explanation
The correct answer is B: Orchestration. Orchestration automates the coordination and execution of multiple provisioning scripts and workflows, enabling reuse and sequenced automation across a PaaS environment.
Deployment
Question
A cloud provider wants to automate the installation of standard applications and services as part of the PaaS environment. The provider generates scripts for installation and configuration, taking into account the values provided by the users as input. The scripts need to be run automatically as part of the provisioning process and reused later for other purposes. Which of the following would help the provider do this?
Options
- AProvisioning
- BOrchestration
- CSelf-service portal
- DBaselines
Explanation
Orchestration automates the coordination and execution of multiple provisioning scripts and workflows, enabling reuse and sequenced automation across a PaaS environment.
Common mistakes.
- A. Provisioning refers to the act of allocating and setting up resources itself, not the automation framework that coordinates how the configuration scripts are triggered and sequenced.
- C. A self-service portal is a user-facing interface for requesting and configuring resources, not a mechanism for automating and reusing the underlying installation and configuration scripts.
- D. Baselines define a standard configuration state or snapshot used for compliance and drift detection, not for automating the execution of parameterized installation scripts during provisioning.
Concept tested. Cloud orchestration for automated PaaS provisioning
Reference. https://docs.microsoft.com/en-us/azure/architecture/framework/devops/automation-overview
Topics
#orchestration#automation#PaaS provisioning#infrastructure as code
Community Discussion
No community discussion yet for this question.