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
Question
Exhibits
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
Community Discussion
No community discussion yet for this question.

