Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 395
Why would a developer compare a current version of code to a previous version?
Answer options
- A. to provide the single source of truth
- B. to troubleshoot code failures
- C. to track who made a change
- D. to aid in collaboration
Correct answer: B
Explanation
The correct answer is B because comparing versions helps identify issues that may have caused code failures. Options A, C, and D are important aspects of version control but do not specifically address the need to resolve code issues, which is the primary focus of this question.