Drag steps to the numbered slots on the right, or tap a step then tap a slot.
CCSP Practice Question: Drag and drop the steps for implementing a secure…
Drag and drop the steps for implementing a secure DevOps (DevSecOps) pipeline in a cloud environment into the correct order.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
SAST at commit, then DAST in staging, then IaC scanning, then policy enforcement, then runtime monitoring
First SAST at commit, then DAST in staging, IaC scanning, policy enforcement, and runtime monitoring.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
SAST at commit, then DAST in staging, then IaC scanning, then policy enforcement, then runtime monitoring
Why this is correct
This order follows the DevSecOps pipeline flow: static analysis during development, dynamic testing in staging, infrastructure scanning, policy checks, and finally monitoring in production.
- ✗
DAST in staging first, then SAST at commit, then IaC scanning, then policy enforcement, then runtime monitoring
Why it's wrong here
This is incorrect because DAST should be performed after SAST. SAST catches code-level issues early in the commit phase, before the application is deployed to a staging environment for dynamic testing.
- ✗
Policy enforcement, then SAST at commit, then DAST in staging, then IaC scanning, then runtime monitoring
Why it's wrong here
This is incorrect because policy enforcement should be applied after scanning and testing are complete. Policies are used to approve or reject configurations that have passed security checks.
- ✗
Runtime monitoring, then SAST at commit, then DAST in staging, then IaC scanning, then policy enforcement
Why it's wrong here
This is incorrect because runtime monitoring is the final phase after the application is deployed. It cannot logically occur before development and testing steps.
Go deeper
Related to this question
About these practice questions
One of 964 original CCSP practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CCSP practice question is part of Courseiva's free ISC2 certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CCSP exam.