CAS-004 Exam QuestionsBrowse all questions from this exam

CAS-004 Exam - Question 398


A security analyst has been tasked with assessing a new API. The analyst needs to be able to test for a variety of different inputs, both malicious and benign, in order to close any vulnerabilities. Which of the following should the analyst use to achieve this goal?

Show Answer
Correct Answer: C

The analyst should use fuzz testing to achieve the goal of testing a variety of different inputs, both malicious and benign. Fuzz testing involves providing invalid, unexpected, or random data inputs to a program or API to identify vulnerabilities and ensure it can handle a wide range of inputs without failing or exposing security issues.

Discussion

2 comments
Sign in to comment
041ba31Option: C
May 28, 2024

The best answer is C. Fuzz testing. Fuzz testing involves providing a variety of unexpected or random inputs to a program or API to identify vulnerabilities and ensure it can handle a wide range of inputs without failing or exposing security issues.

23169fdOption: C
Jul 15, 2024

Fuzz testing (or fuzzing) is a software testing technique that involves providing invalid, unexpected, or random data inputs to a computer program. The purpose is to discover coding errors and security loopholes by sending a range of inputs to the application and observing how it handles them