MCQ Practice Single Best Answer Topic: Continuous Deployment

Q Continuous deployment must be followed to practice continuous delivery.

Question ID
#23973
Subchapter
Continuous Deployment
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A False
  • B True
Correct Answer: A

Explanation

False

Continuous deployment and continuous delivery are related but distinct practices.

  • Continuous Delivery ensures that code is always in a deployable state, but the actual deployment to production may still require manual approval.
  • Continuous Deployment takes it a step further by automatically deploying every change that passes automated testing directly to production.

You can practice continuous delivery without implementing continuous deployment, as continuous delivery allows for manual release decisions.

Share This Question

Share this MCQ with your friends or study group.