Hard1 markMultiple Choice
CPA · Question 21 · Area I: Information Systems
A company uses a 'Continuous Integration/Continuous Deployment' (CI/CD) pipeline. An auditor notes that code is automatically deployed to production after passing automated tests. What is the most appropriate compensating control to look for?
A company uses a 'Continuous Integration/Continuous Deployment' (CI/CD) pipeline. An auditor notes that code is automatically deployed to production after passing automated tests. What is the most appropriate compensating control to look for?
Answer options:
A.
Manual approval by the CEO for every deployment.
B.
Automated code scanning and peer review enforcement in the repository before merge.
C.
Removing the automated tests.
D.
Granting developers access to production logs.
How to approach this question
In modern DevOps, controls shift 'left' (earlier in the process).
Full Answer
B.Automated code scanning and peer review enforcement in the repository before merge.✓ Correct
Automated code scanning and peer review enforcement in the repository before merge.
In CI/CD, the control point moves to the 'Pull Request' or 'Merge' stage. Requiring peer reviews and passing automated security scans before code can be merged into the main branch acts as the approval gate.
Common mistakes
Looking for traditional manual change advisory boards in a DevOps environment.
Practice the full CPA ISC Practice Exam 5
82 questions · hints · full answers · grading
More questions from this exam
Q01A service organization provides a cloud-based payroll processing application to its user entities...MediumQ02An auditor is reviewing the shared responsibility model for a client using an Infrastructure as a...HardQ03A financial institution requires a cloud deployment model that offers the highest level of contro...MediumQ04During an IT audit, you observe that a company uses a 'Hybrid Cloud' architecture. Which scenario...MediumQ05Which component of IT architecture is primarily responsible for translating domain names (like ww...Easy
Expert