CS0-003 · Question #460
An organization identifies a method to detect unexpected behavior, crashes, or resource leaks in a system by feeding invalid, unexpected, or random data to stress the application. Which of the…
The correct answer is C. Fuzzing. Fuzzing is a testing technique where invalid or random data is inputted into a system to find vulnerabilities, crashes, or unexpected behaviors. It's commonly used in software security to identify flaws that could lead to security breaches.
Question
An organization identifies a method to detect unexpected behavior, crashes, or resource leaks in a system by feeding invalid, unexpected, or random data to stress the application. Which of the following best describes this testing methodology?
Options
- AReverse engineering
- BStatic
- CFuzzing
- DDebugging
How the community answered
(21 responses)- B5% (1)
- C95% (20)
Explanation
Fuzzing is a testing technique where invalid or random data is inputted into a system to find vulnerabilities, crashes, or unexpected behaviors. It's commonly used in software security to identify flaws that could lead to security breaches.
Topics
Community Discussion
No community discussion yet for this question.