SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

DEVOPS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which statement best describes the relationship between DevOps and Continuous Delivery?
A
DevOps and Continuous Delivery are the same thing.
B
DevOps and Continuous Delivery are not related and are mutually exclusive.
C
DevOps and Continuous Delivery share a background in Agile methods and LEAN thinking.
D
DevOps and Continuous Delivery share common processes.
Explanation: 

Detailed explanation-1: -Answer: Continuous Delivery (CD) and DevOps possess a shared background in agile methods and Lean Thinking: small and quick changes with focused value to the end customer.

Detailed explanation-2: -Continuous Integration is an approach of testing each change to codebase automatically, whereas Continuous Delivery is an approach to obtain changes of new features, configuration, and bug fixes. On the other hand, Continuous Deployment is an approach to develop software in a short cycle.

Detailed explanation-3: -Continuous integration is focused on automatically building and testing code, as compared to continuous delivery, which automates the entire software release process up to production. For more information, see Practicing Continuous Integration and Continuous Delivery on AWS: Accelerating Software Delivery with DevOps .

There is 1 question to complete.