This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What does Azure Pipelines provide to support continuous integration and delivery of applications?
Build and release services.
Provides Git repositories or Team Foundation Version Control (TFVC) for source control of your code.
Provides a suite of Agile tools to support planning and tracking work, code defects, and issues using Kanban and Scrum methods.
What is a pipeline in Azure Pipelines?
A collection of files or packages published by a run.
Defines the continuous integration and deployment process for your app, made up of one or more stages.
A set of deployment target machines that have agents installed.
What is the purpose of an agent in Azure Pipelines?
To manage and host pipelines for Microsoft.
To provide extra security measures for Azure Pipelines.
To run one or more jobs during pipeline execution.
What is the most common use of variables in Azure Pipelines?
To define a value that you can then use in your pipeline.
To define a value that can only be used at the pipeline root level.
To define a value that can't be changed from run to run or job to job of your pipeline.
A software development team wants to automate their build and testing process. Which Azure DevOps service can they use to achieve this goal?
Azure Boards.
Azure Test Plans.
Azure Pipelines.
What is the purpose of a trigger in Azure Pipelines?
A trigger is something that's set up to tell the pipeline when to run.
A trigger is a prepackaged script that performs an action.
A trigger is a way of organizing jobs in a pipeline.
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?