AZ-400 Exam Question 61

You are designing a strategy to monitor the baseline metrics of Azure virtual machines that run Windows Server. You need to collect detailed data about the processes running in the guest operating system. Which two agents should you deploy? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
  • AZ-400 Exam Question 62

    Your company uses Azure DevOps to manage the build and release processes for applications.
    You use a Git repository for applications source control.
    You plan to create a new branch from an existing pull request. Later, you plan to merge the new branch and the target branch of the pull request.
    You need to use a pull request action to create the new branch. The solution must ensure that the branch uses only a portion of the code in the pull request.
    Which pull request action should you use?
  • AZ-400 Exam Question 63

    You have a project in Azure DevOps that contains a Continuous Integration/Continuous Deployment (CI/CD) pipeline.
    You need to enable detailed logging by defining a pipeline variable.
    Mow should you configure the variable? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-400 Exam Question 64

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You need to recommend an integration strategy for the build process of a Java application. The solution must meet the following requirements:
    The build must access an on-premises dependency management system.
    The build outputs must be stored as Server artifacts in Azure DevOps.
    The source code must be stored in a Git repository in Azure DevOps.
    Solution: Configure the build pipeline to use a Microsoft-hosted agent pool running the Windows Server 2019 with Visual Studio 2019 image. Include the Java Tool Installer task in the build pipeline.
    Does this meet the goal?
  • AZ-400 Exam Question 65

    You have a project in Azure DevOps.
    You create the following YAML template named Template1.yml.
    steps:
    - script: 9pm install
    - script: yarn install
    - script: 9pm run compile
    You create the following pipeline named File1.yml.
    parameters:
    users steps:
    - task: MyTask@1
    - script: echo Done
    You need to ensure that Template1.yaml runs before File1.yml.
    How should you update File1.yml?