SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

DEVOPS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
CI/CD is a combined practice of:
A
Continuous Integration to merge and test code changes and Continuous Deployment to incorporate changes in a controlled manner.
B
Continuous Integration and Continuous Deployment
C
Continuous Integration and Continuous Deployment to incorporate changes in a controlled manner
D
Continuous Integration to mitigate risks
Explanation: 

Detailed explanation-1: -CI/CD is a solution to the problems integrating new code can cause for development and operations teams (AKA “integration hell"). Specifically, CI/CD introduces ongoing automation and continuous monitoring throughout the lifecycle of apps, from integration and testing phases to delivery and deployment.

Detailed explanation-2: -Spinnaker. Spinnaker is a continuous delivery platform for releasing and deploying code changes in multi-cloud environments.

Detailed explanation-3: -CI/CD is the combined practices of continuous integration (CI) with continuous delivery or continuous deployment (CD). The purpose of CI/CD is to allow development teams to deliver code changes more frequently and reliably.

There is 1 question to complete.