Your organization wants to implement a deployment pipeline where every code change goes through a series of automated tests and, if successful, gets deployed to production automatically. What kind of deployment strategy is your organization aiming for?

  • Continuous Deployment (CD)
  • Blue-Green Deployment
  • Canary Deployment
  • Feature Toggles
Continuous Deployment (CD) is a deployment strategy where code changes are automatically deployed to production after passing automated tests. It enables rapid and reliable software delivery, ensuring that new features and bug fixes are quickly available to users.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *