Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) — Question 88
What is the function of dependency management?
Answer options
- A. separating code into modules that execute independently
- B. utilizing a single programming language/framework for each code project
- C. automating the identification and resolution of code dependencies
- D. managing and enforcing unique software version names or numbers
Correct answer: C
Explanation
The correct answer is C because dependency management automates the process of identifying and resolving the relationships between different code modules. Options A and B describe practices related to code structure and language use, while D focuses on version control rather than managing dependencies.