Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 469
What are two benefits of using version control? (Choose two.)
Answer options
- A. It enables multiple team members to work on the same project simultaneously.
- B. It provides a complete long-term change history of every file of an application.
- C. It improves code availability by distributing the data across different machines.
- D. It provides automation of the build and deployment process out of the box.
- E. It executes tests and reveals compilation errors before the code is committed.
Correct answer: A, B
Explanation
The correct answers, A and B, highlight the collaborative nature of version control and its ability to maintain a detailed history of changes, which are essential for teamwork and project tracking. Options C, D, and E, while related to software development, do not specifically pertain to the primary benefits of version control.