SRE and DevOps fundamentals sample question with answer 26
Question:
What is continuous delivery?
- Deploying to production frequently, or at the rate the business chooses
- Building, integrating, and testing code within the development environment
- Deploying a change in service to a group of users who don’t know they are receiving the change
- 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