Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) — Question 13

Which two statements describe advantages of static code analysis over unit tests? (Choose two.)

Answer options

Correct answer: A, B

Explanation

The correct answers, A and B, highlight that static code analysis is effective in identifying potential issues with unchecked inputs and ensuring coding standards are maintained. Options C, D, and E pertain more to the functionality of unit tests or dynamic analysis, rather than the specific advantages of static code analysis.