AZ-400 Microsoft Azure DevOps Solutions

Loading demo links...

Showing 19–20 of 20 questions

Question 19 (Mixed Questions)

You have an Azure DevOps project that contains a release pipeline and a Git repository.

When a new code revision is committed to the repository, a build and release is triggered.

You need to ensure that release information for the pipeline is added automatically to the work items associated to the Git commit.

What should you do?

Select an option, then click Submit answer.

  • Modify the Integrations options for the pipeline.

  • Modify the post-deployment conditions for the last stage of the pipeline.

  • Add an agentless job to the pipeline.

  • Modify the service hooks for the project.

Question 20 (New Update)

You have a project in Azure DevOps named Project1. Project1 contains a build pipeline named Pipe1 that builds an application named Appl.

You have an agent pool named Pool1 that contains a Windows Server 2019-based self-hosted agent. Pipe1 uses Pool1.

You plan to implement another project named Project2. Project2 will have a build pipeline named Pipe2 that builds an application named App2.

App1 and App2 have conflicting dependencies.

You need to minimize the possibility that the two build pipelines will conflict with each other. The solution must minimize infrastructure costs.

What should you do?

Select an option, then click Submit answer.

  • Create two container jobs.

  • Change the self-hosted agent to use Red Hat Enterprise Linux (RHEL) 8.

  • Add another self-hosted agent

  • Add a Docker Compose task to the build pipelines.