CISA · Question #275
CISA Question #275: Real Exam Question with Answer & Explanation
The correct answer is C: The use of continuous integration and deployment pipelines. Continuous integration and deployment (CI/CD) pipelines automate the processes of building, testing, and deploying code, ensuring consistency, reliability, and efficiency across high-volume software changes. These pipelines minimize human error, enforce standardized processes, an
Question
Which of the following MOST effectively enables consistency across high-volume software changes?
Options
- APublication of a refreshed policy on development and release management
- BManagement reviews of detailed exception reports for released code
- CThe use of continuous integration and deployment pipelines
- DAn ongoing awareness campaign for software deployment best practices
Explanation
Continuous integration and deployment (CI/CD) pipelines automate the processes of building, testing, and deploying code, ensuring consistency, reliability, and efficiency across high-volume software changes. These pipelines minimize human error, enforce standardized processes, and provide immediate feedback, making them the most effective method for achieving consistency in software development and release.
Topics
Community Discussion
No community discussion yet for this question.