CAS-004 Exam QuestionsBrowse all questions from this exam

CAS-004 Exam - Question 166


The CI/CD pipeline requires code to have close to zero defects and zero vulnerabilities. The current process for any code releases into production uses two-week

Agile sprints. Which of the following would BEST meet the requirement?

Show Answer
Correct Answer: B

A static code analyzer would be the best tool to meet the requirement of having code with close to zero defects and zero vulnerabilities. Static code analysis helps in identifying bugs, vulnerabilities, and code quality issues early in the development process, often before the code is executed. This proactive measure aligns well with the CI/CD pipeline goal of ensuring high code quality and security before deployment.

Discussion

3 comments
Sign in to comment
FOURDUEOption: B
Feb 8, 2023

i believe the answer to be B.. here is why Static Analysis in Agile/DevOps Self-service, automated code checking with static analysis tools can be wired directly into how engineers write code. Static analysis checking can be plugged into each developer's IDE to catch problems while they are coding.

CoolCat22Option: B
Sep 9, 2023

I concur

EAlonso
Jul 13, 2024

I agree, thanks FORDUDE