Continuous Integration
Continuous Integration (CI) is a development practice where developers integrate code into a shared repository frequently, ideally several times a day. The concept is meant to prevent integration hell. It implies close collaboration between developers and constant code checking, which facilitates eā¦
PMI-ACP - Continuous Integration Example Questions
Test your knowledge of Continuous Integration
Question 1
Your development team just completed a sprint and found out that there is a critical issue in the codebase that disrupts Continuous Integration. This issue could have been spotted earlier if a particular practice were in place. Which practice could have helped avoid this?
Question 2
Your team's build process is slow and affects the overall efficiency of the development process. What strategy would best improve the speed of the build process?
Question 3
Your team's Continuous Integration pipeline used to run smoothly, but recently, the test suite has been failing more frequently. Which of the following strategies will help address the issue?