Questions
- How does continuous deployment differ from CD?
a. CD works with databases and continuous deployment supports web applications.
b. Continuous deployment is released to an environment every time, whereas CD is released to an environment at any one time.
c. Continuous deployment requires the cloud, while CD works with on-premises servers.
d. Continuous deployment is released to an environment at any one time, whereas CD is released to an environment every time.
Answer: b
- 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
Answers : a and d
- 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
Answer: c