CompTIA Security+ (SY0-701) — Question 435
Which of the following types of identification methods can be performed on a deployed application during runtime?
Answer options
- A. Dynamic analysis
- B. Code review
- C. Package monitoring
- D. Bug bounty
Correct answer: A
Explanation
Dynamic analysis is the correct answer as it involves testing and evaluating an application while it is executing, allowing for real-time identification of issues. Code review and package monitoring are typically done in a static context before deployment, while a bug bounty program focuses on incentivizing external testers after deployment, but it does not directly identify issues in real-time.