nerdexam
Microsoft

AZ-400 · Question #286

Hotspot Question You have the Azure DevOps pipeline shown in the following exhibit. Use the drop-down menus to select the answer choice that completes each statement based on the information presented

The correct answer is The pipeline has 4 job(s). = Yes; The pipeline has 4 task(s). = Yes. Based on the Azure DevOps pipeline exhibit, the pipeline contains 4 jobs (each defined stage/agent job block counts as a separate job unit) and 4 tasks (the individual steps/actions configured within those jobs). In Azure DevOps YAML pipelines, jobs are the execution units that r

Submitted by joshua94· Mar 6, 2026Design and Implement Pipelines - Understanding the structural components of Azure DevOps pipelines including stages, jobs, steps, and tasks as part of the AZ-400 (Azure DevOps Engineer Expert) certification objectives.

Question

Hotspot Question You have the Azure DevOps pipeline shown in the following exhibit. Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic. NOTE: Each correct selection is worth one point. Answer:

Exhibits

AZ-400 question #286 exhibit 1
AZ-400 question #286 exhibit 2

Answer Area

  • The pipeline has 4 job(s).Yes
  • The pipeline has 4 task(s).Yes

Explanation

Based on the Azure DevOps pipeline exhibit, the pipeline contains 4 jobs (each defined stage/agent job block counts as a separate job unit) and 4 tasks (the individual steps/actions configured within those jobs). In Azure DevOps YAML pipelines, jobs are the execution units that run on agents, while tasks are the discrete steps within each job - both counts align to 4 in this specific pipeline configuration shown in the graphic.

Topics

#Azure DevOps Pipelines#YAML Pipeline Structure#Jobs and Tasks#CI/CD Configuration

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice