QuestionQ59

DevOps Fundamentals

Which option best characterizes the DevOps methodology of Continuous Delivery?

  • A The focus is on coding, building, integrating, and testing software.
  • B The focus is on automating releases of projects as soon as possible.
  • C The focus is on configuration management and continuous monitoring.
  • D The focus is on product releases but also includes coding, building, integrating and testing software.
Explanation

Continuous Delivery builds on coding, building, integration, and testing by automating the path to a release-ready product. Its focus is on making releases reliable and readily deployable while including the continuous-integration activities that precede release.

Community Discussion

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