nerdexam
Microsoft

AZ-400 · Question #317

You have an Azure solution that contains a build pipeline in Azure Pipelines. You experience intermittent delays before the build pipeline starts. You need to reduce the time it takes to start the bui

The correct answer is D. Enable self-hosted build agents.. An agent that you set up and manage on your own to run jobs is a self-hosted agent. You can use self-hosted agents in Azure Pipelines or Azure DevOps Server, formerly named Team Foundation Server (TFS). Self-hosted agents give you more control to install dependent software needed

Submitted by haru.x· Mar 6, 2026Design and implement build and release pipelines

Question

You have an Azure solution that contains a build pipeline in Azure Pipelines. You experience intermittent delays before the build pipeline starts. You need to reduce the time it takes to start the build pipeline. What should you do?

Options

  • ASplit the build pipeline into multiple stages.
  • BPurchase an additional parallel job.
  • CCreate a new agent pool.
  • DEnable self-hosted build agents.

How the community answered

(51 responses)
  • A
    4% (2)
  • B
    12% (6)
  • C
    6% (3)
  • D
    78% (40)

Explanation

An agent that you set up and manage on your own to run jobs is a self-hosted agent. You can use self-hosted agents in Azure Pipelines or Azure DevOps Server, formerly named Team Foundation Server (TFS). Self-hosted agents give you more control to install dependent software needed for your builds and deployments. Also, machine-level caches and configuration persist from run to run, which can boost speed. https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/agents?view=azure- devops&tabs=browser

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice