QuestionQ4

Key concepts

Which key feature of continuous deployment is absent from the other CI/CD stages?

  • A It automatically tests software code
  • B It enables users to benefit immediately from changes
  • C It predominantly uses staging environments
  • D It allows individual decisions about software releases
Explanation

Continuous deployment automatically releases successfully validated changes to production, so users can benefit from those changes immediately. Automated testing and staging can occur in other CI/CD stages, while individual release decisions are associated with continuous delivery.

Community Discussion

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