SRE and DevOps fundamentals sample question with answer 14

Question:
What is a benefit of continuous integration and continuous delivery (CI/CD)?

  1. It allows large changes to be rolled out slower
  2. It decreases the need for automation
  3. It is less disruptive for customers
  4. 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