QuestionQ7

Practice processes

An organization is experiencing errors and delays while deploying software. An investigation has found that these are frequently caused by the need for unplanned manual configuration of the target environments.

What is the BEST recommendation to improve the organization's deployment success rate?

  • A Leverage Infrastructure as Code
  • B Use incremental deployments
  • C Integrate build, test, and deployment activities
  • D Automate the CI/CD pipeline
Explanation

Infrastructure as Code defines and manages target-environment configuration in version-controlled, repeatable files. This removes unplanned manual configuration and makes environments consistent and reliable across deployments.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!