Question 17
Consider the following statements regarding Continuous Integration and Continuous Deployment and select the correct option.
Statement 1: As part of continuous integration, frequent, isolated changes are tested and reported on as soon as they are added to a larger code base.
Statement 2: When a change is made to an application, it is automatically deployed into production using a continuous deployment strategy.
Statement 1 and statement 2 both are correct.
Statement 1 and statement 2 both are incorrect.
Statement 1 is correct and statement 2 is incorrect.
Statement 1 is incorrect and statement 2 is correct.