Recap questions
See Appendix A for answers.
1. Which of the following terms refers to the process of updating an application from version 1.1 to 1.2? Choose all correct answers.
-
- Release
-
- Rollup
-
- Rollout
-
- Rollback
2. Which of the following is a description of continuous integration (CI)?
-
- Automating the deployment of updates to dev and test environments
-
- Automating the deployment of updates to production environments
-
- Automating building and testing of application code
-
- Automating the deployment of infrastructure
3. What is a goal of continuous integration (CI)?
-
- Identify issues before they reach the live environment
-
- Integrate software deployment with well-known Git workflows
-
- Integrate on-premises and public cloud networks
-
- Integrate...