nerdexam
Microsoft

AZ-400 · Question #494

Drag and Drop Question You have an Azure Pipelines application CI/CD pipeline named Pipeline1. You need to add OWASP ZAP testing to Pipeline1. Which four actions should you add to Pipeline1 in sequenc

The correct answer is Pull OWASP ZAP weekly.; Start a container.; Run the baseline.; Report the results.. The correct sequence follows the logical workflow for integrating OWASP ZAP into an Azure Pipeline: first pull the OWASP ZAP weekly Docker image from the registry, then start a container using that image, run the baseline scan (which is the standard passive scan appropriate for C

Submitted by ricky.ec· Mar 6, 2026Implement continuous security validation using OWASP ZAP in Azure DevOps CI/CD pipelines (AZ-400: Develop a Security and Compliance Plan)

Question

Drag and Drop Question You have an Azure Pipelines application CI/CD pipeline named Pipeline1. You need to add OWASP ZAP testing to Pipeline1. Which four actions should you add to Pipeline1 in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Answer:

Exhibit

AZ-400 question #494 exhibit

Answer Area

Drag items

Spider the site.Report the results.Run the baseline.Start a container.Pull OWASP ZAP weekly.Run an active scan.

Correct arrangement

  • Pull OWASP ZAP weekly.
  • Start a container.
  • Run the baseline.
  • Report the results.

Explanation

The correct sequence follows the logical workflow for integrating OWASP ZAP into an Azure Pipeline: first pull the OWASP ZAP weekly Docker image from the registry, then start a container using that image, run the baseline scan (which is the standard passive scan appropriate for CI/CD pipelines as it doesn't attack the site aggressively), and finally report the results for review. This four-step sequence represents the minimal, standard ZAP integration pattern recommended for CI/CD pipelines where speed and safety are priorities.

Topics

#OWASP ZAP#Azure Pipelines#DevSecOps#Security Testing Automation

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice