SRE and DevOps fundamentals sample question with answer 14
Question:
What is a benefit of continuous integration and continuous delivery (CI/CD)?
- It allows large changes to be rolled out slower
- It decreases the need for automation
- It is less disruptive for customers
- It allows for testing of only the production change
Answer:
C - is correct answer. CI/CD is a way to implement gradual change so it is less disruptive to customers