JNCIA-DevOps: Juniper Networks Certified Associate – Automation and DevOps — Question 22
What are two components of continuous integration and continuous delivery? (Choose two.)
Answer options
- A. to use a version control system
- B. to have a large consolidated code delivery
- C. to allocate time at the end of the project for testing
- D. to have the ability to fork or merge code branches
Correct answer: A, B
Explanation
The correct answers, A and B, emphasize the importance of using a version control system to manage code changes and having a streamlined process for code delivery. Options C and D do not directly align with the key practices of continuous integration and delivery, as they focus on testing schedules and branching strategies rather than integration and delivery processes.