Questions
Correct answers can be found at __TBD__
- What does CI mean?
- Continuous Interaction
- Continuous Improvement
- Continuous Integration
- Continuous Inspection
- Which of the following stages are the focus of CI automation (pick multiple)?
- Release
- Build, Test
- Deploy
- Package
- Which of the following definitions are correct for CD (pick multiple)?
- Continuous Debugging
- Continuous Delivery
- Continuous Destruction
- Continuous Deployment
- Which of the following is considered a CI/CD practice?
- Frequent, large releases done by the whole team together
- Frequent, small, and fully automated releases
- Frequent, small, well tested, and automated releases
- Infrequent, large, and automated releases
- Which of the following tools are suitable for GitOps (pick multiple)?
- Jenkins X
- FluxCD
- TravisCI
- ArgoCD
- Which of the following elements are a part of GitOps (pick multiple)?
- Kubernetes
- CI/CD
- IaC
- Merge (or pull) Requests
- Which VCS is used with GitOps?
- Bitbucket
- Subversion
- Git
- Mercurial
- What is infrastructure...