MCQ Single Best Answer Easy

QContinuous deployment must be followed to practice continuous delivery.

ID: #23973 Continuous Deployment 116 views
Question Info
#23973Q ID
EasyDifficulty
Continuous DeploymentTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A False
  • B True
Correct Answer: Option 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.

No Previous Next Question

Share This Question

Challenge a friend or share with your study group.