SRE and DevOps fundamentals sample question with answer 26

Question:
What is continuous delivery?

  1. Deploying to production frequently, or at the rate the business chooses
  2. Building, integrating, and testing code within the development environment
  3. Deploying a change in service to a group of users who don’t know they are receiving the change
  4. Minimizing time between build and deployment
Answer:
A - is correct answer. Continuous delivery is deploying to production frequently, or at the rate the business chooses