CV0-003 · Question #399
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 int
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.
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
How the community answered
(55 responses)- A16% (9)
- B73% (40)
- C7% (4)
- D4% (2)
Why each option
Orchestration automates the coordination and execution of multiple provisioning scripts and workflows, enabling reuse and sequenced automation across a PaaS environment.
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.
Orchestration is the automated arrangement, coordination, and management of complex IT workflows - including running installation and configuration scripts in the correct sequence during provisioning. It accepts parameterized inputs from users, executes scripts automatically, and the same orchestration templates can be reused for future provisioning tasks. This is precisely how PaaS providers automate consistent environment setup across multiple tenants.
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.
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
Source: https://docs.microsoft.com/en-us/azure/architecture/framework/devops/automation-overview
Topics
Community Discussion
No community discussion yet for this question.