QuestionQ48

Understand the key concepts of service management

Which software-development approach allows software to be released to production at any time once the team makes the decision?

  • A Continuous Deployment
  • B Continuous Integration
  • C Continuous Delivery
  • D DevOps
Explanation

Continuous Delivery ensures that software is always in a releasable state, with production release performed when the team chooses. Continuous Deployment differs because deployments occur automatically once changes pass the delivery pipeline.

Community Discussion

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