Azure DevOps Pipeline Quiz
Test your knowledge and understanding by taking a quiz on Azure DevOps Pipeline.
1
What does this statement do?
pool:
vmImage: 'windows-latest'
A)
It selects the virtual machine to be used for the pipeline execution.
The virtual machine name is windows-latest
.
B)
The statement defines the pool of virtual machines to be used for the pipeline execution.
The pool name is windows-latest
.
One of the virtual machines from this pool will be selected and used.
C)
The statement defines the name of the pipeline.
Question 1 of 100 attempted
Get hands-on with 1400+ tech skills courses.