Azure DevOps Pipeline Quiz
Test your knowledge and understanding by taking a quiz on Azure DevOps Pipeline.
We'll cover the following...
We'll cover the following...
Technical Quiz
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.
1 / 10