You have an Azure Pipelines pipeline that has azure video
az-400-devops-engineer-expert video for you have an Azure Pipelines pipeline that has the following definition. jobs: - job: A steps: # job A steps here - job:
Answer
          Full Certification Question
You have an Azure Pipelines pipeline that has the following definition. jobs: - job: A steps: # job A steps here - job: B dependsOn: [ ] steps: # job B steps here - job: C dependsOn: [ ] steps: # job C steps here - job: D dependsOn: C steps: # job D steps here For the following statement, select Yes if the statement is true. Otherwise, select No. "Job C can run concurrently with job D."