PCCET · Question #64
How does DevSecOps improve the Continuous Integration/Continuous Deployment (CI/CD) pipeline?
The correct answer is C. DevSecOps unites the Security team with the Development and Operations teams to integrate. DevSecOps takes the concept behind DevOps that developers and IT teams should work together closely, instead of separately, throughout software delivery and extends it to include security and integrate automated checks into the full CI/CD pipeline. The integration of the CI/CD…
Question
How does DevSecOps improve the Continuous Integration/Continuous Deployment (CI/CD) pipeline?
Options
- ADevSecOps improves pipeline security by assigning the security team as the lead team for
- BDevSecOps ensures the pipeline has horizontal intersections for application code deployment
- CDevSecOps unites the Security team with the Development and Operations teams to integrate
- DDevSecOps does security checking after the application code has been processed through the
How the community answered
(40 responses)- A5% (2)
- C93% (37)
- D3% (1)
Explanation
DevSecOps takes the concept behind DevOps that developers and IT teams should work together closely, instead of separately, throughout software delivery and extends it to include security and integrate automated checks into the full CI/CD pipeline. The integration of the CI/CD pipeline takes care of the problem of security seeming like an outside force and instead allows developers to maintain their usual speed without compromising data security.
Topics
Community Discussion
No community discussion yet for this question.