CV0-003 Exam QuestionsBrowse all questions from this exam

CV0-003 Exam - Question 52


A company wants to check its infrastructure and application for security issues regularly. Which of the following should the company implement?

Show Answer
Correct Answer: C

To check its infrastructure and application for security issues regularly, a company should implement vulnerability testing. This involves using automated tools to scan systems and applications for known vulnerabilities continuously. This proactive approach helps identify potential security weaknesses early, allowing the company to address them before they can be exploited. Performance testing evaluates application performance, penetration testing simulates attacks to find vulnerabilities, and regression testing ensures new code doesn't negatively impact existing functionality, but none of these focus on continuously identifying security issues.

Discussion

3 comments
Sign in to comment
bsalamaOption: C
Oct 13, 2023

C. Vulnerability testing Vulnerability testing, or vulnerability assessment, is a security practice that helps identify weaknesses or vulnerabilities in an organization's infrastructure and applications. It involves scanning systems and applications for known vulnerabilities and potential security issues. This proactive approach allows the company to identify and address security weaknesses before they can be exploited by malicious actors. The other options are not focused on security assessments: A. Performance testing is about evaluating the performance characteristics of applications but doesn't primarily address security. B. Penetration testing involves simulating cyberattacks to identify vulnerabilities but is typically done periodically or on an ad-hoc basis and may not cover regular security assessments. D. Regression testing is a testing technique to ensure that new code changes do not negatively impact existing functionality but is not focused on security checks.

maeloOption: B
Aug 28, 2023

An infrastructure and app scan is more a pentest than a vultest.

Gwcan
Oct 23, 2023

I think the keyword is "regularly". You probably don't simulate attacks regularly, but you do scan for vulnerabilities regularly. I'd go with C.

kuzummjakk
Mar 10, 2024

Good point. Vultests are generally associated with hosts; not always, but generally. However the keyword here is "security issues". Very vulnerability scan wording.

54a6b25Option: C
Jul 14, 2024

C. Vulnerability testing: Also known as vulnerability scanning, this process involves using automated tools to regularly scan systems and applications for known vulnerabilities. This helps in identifying security issues continuously and ensuring they are addressed promptly.