ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 348 - CS0-003 discussion

Report
Export

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?

A.

Reverse engineering

Answers
A.

Reverse engineering

B.

Static

Answers
B.

Static

C.

Fuzzing

Answers
C.

Fuzzing

D.

Debugging

Answers
D.

Debugging

Suggested answer: C

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. According to CompTIA's CySA+ curriculum, fuzzing is a dynamic testing method for exposing application weaknesses. Options like static testing (B) involve analyzing code without execution, while reverse engineering (A) and debugging (D) involve different methodologies for understanding or fixing code, not intentionally stressing it.

asked 17/10/2024
Tom Nice
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first