Questions
- How does continuous deployment differ from continuous delivery?
a. Continuous delivery works with databases and continuous deployment supports web applications.
b. Continuous deployment is released to an environment every time whereas continuous delivery is released to an environment at any one time.
c. Continuous deployment requires the cloud while continuous delivery works with on-premises servers.
d. Continuous deployment is released to an environment at any one time whereas continuous delivery is released to an environment every time.
- What are the characteristics of the CD approach? (Choose two.)
a. A focus on cycle time reduction
b. A small amount of complex releases
c. Resource-based management of the process
d. Self-managed and responsive teams
- Which component provides the first feedback on the quality of committed application code changes?
a. Automated deployment
b. Automated provisioning
c. Automated build
d. Automated test