CAS-005 · Question #188
CAS-005 Question #188: Real Exam Question with Answer & Explanation
The correct answer is D: Perform a peer review on the test branch.. A peer review is the essential next step once automated scans and QA pass but before merging or deploying code. It brings human insight to catch logic flaws, security oversights, or architectural issues that tools may miss. Conducting the review on the test branch ensures feedbac
Question
A company is preparing to move a new version of a web application to production. No major issues were reported during security scanning or quality assurance in the CI/CD pipeline. Which of the following actions should the company take next?
Options
- AMerge the test branch to the main branch.
- BPerform threat modeling on the production application.
- CConduct unit testing on the submitted code.
- DPerform a peer review on the test branch.
Explanation
A peer review is the essential next step once automated scans and QA pass but before merging or deploying code. It brings human insight to catch logic flaws, security oversights, or architectural issues that tools may miss. Conducting the review on the test branch ensures feedback can be addressed without impacting the main branch or production timeline.
Community Discussion
No community discussion yet for this question.