You have an X.509 certificate named cert1 that is managed by an external partner named Partner 1. You build a web app named Web1 that will be deployed by using Azure Pipelines. Web1 will be bound to cert1. You need to ensure that cert1 is available to Azure Pipelines. The solution must ensure that cert1 can only be updated by Partner1. Where should you store cert1?
You have an Azure DevOps subscription that contains two projects named Project 1 and Project2. The projects contain the jobs shown in the following table.

You purchase two parallel jobs.
At 10:00 AM, you queue JobA and JobB. At 10:05 AM, you queue JobC.
When will JobC run?
You use Azure Pipelines to manage project builds and deployments.
You plan to use Azure Pipelines for Microsoft Teams to notify the legal team when a new build is ready for release. You need to configure the Organization Settings in Azure DevOps to support Azure Pipelines for Microsoft Teams. What should you turn on?
You create a Git repository named Repo1 in Azure Repos.
You need to configure Repo1 to meet the following requirements:
• Work items must be linked to a pull request.
• Pull requests must have a minimum of two reviewers.
* Pull requests must complete a code review by using a thirty-party tool.
The solution must minimize administrative effort.
Which type of policy should you use for each requirement? To answer, drag the appropriate policy types to the correct requirements. Each policy type may be used once, more than once, or not at all.
You may need to drag the split bar between panes or scroll to view content.

You have a project that includes a .NET app and a database backend.
You have a pipeline that includes the following YAML code.

For each of the following statements, select Yes if the statement is true, otherwise select No.
NOTE: Each correct selection is worth one point.

You have a Git repository that uses project source control.
A file is committed to the repository. No further changes were made since the file was committed.
You need to remove the file from the branch history.
Which three Git commands should you run in sequence? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order.

You need to configure an Azure web app named az400-9940427-main to contain an environmental variable named “MAX_ITEMS”. The environmental variable must have a value of 50.
To complete this task, sign in to the Microsoft Azure portal.
You need to ensure that Microsoft Visual Studio 2017 can remotelyattach to an Azure Function named fa-11566895.
To complete this task, sign in to the Microsoft Azure portal.
You use an Azure Pipelines pipeline to build and release an ASP.NET Core app named Appl. You run builds on a Microsoft-hosted Ubuntu 18.04 build agent. You need to implement incremental builds for Appl. What should you do?
You have a GitHub Enterprise organization that contains three GitHub repositories.
You need to store a secret named Secret 1. The solution must meet the following requirements:
• GitHub Actions must be able to use Secret1 in each repository.
• Administrative effort must be minimized.
As what should you store Secret1?