QuestionQ15

701.4 Continuous Integration and Continuous Delivery

Which of the following stages typically exist in a continuous delivery pipeline?

Choose three
  • A Deploy
  • B Decommission
  • C Test
  • D Code
  • E Build
Explanation

Continuous delivery automates software building, testing, and deployment. These stages validate a releasable artifact and deliver it to a target environment; source code is an input to the pipeline, while decommissioning is a separate lifecycle activity.

Learn more

Community Discussion

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