Continuous Integration
The practice of continuous integration is about frequently integrating code changes into a shared repository. Each change is then automatically built and tested to catch bugs as quickly as possible. Developers integrate their work frequently - usually each person integrates at least daily. With CI,…
PMI-ACP - Continuous Integration Example Questions
Test your knowledge of Continuous Integration
Question 1
The development team needs to minimize the risk of conflicts that may arise from merging code in the Continuous Integration process. What method should the team use?
Question 2
Which of the following should not be a part of a typical Continuous Integration pipeline?
Question 3
The development team of a software company is cautious about new code breaking the Continuous Integration (CI) build. They want to avoid integrating code that could potentially have conflicts with the existing codebase. What strategy could they use?