AZ-400 Exam Question 121

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.
Your company uses Azure DevOps to manage the build and release processes for applications.
You use a Git repository for applications source control.
You need to implement a pull request strategy that reduces the history volume in the master branch.
Solution: You implement a pull request strategy that uses an explicit merge.
Does this meet the goal?
  • AZ-400 Exam Question 122

    You are implementing a package management solution for a Node.js application by using Azure Artifacts.
    You need to configure the development environment to connect to the package repository. The solution must minimize the likelihood that credentials will be leaked.
    Which file should you use to configure each connection? To answer, drag the appropriate files to the correct connections. Each file 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 NOTE: Each correct selection is worth one point.

    AZ-400 Exam Question 123

    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 124

    You use Azure Artifacts to host NuGet packages that you create.
    You need to make one of the packages available to anonymous users outside your organization. The solution must minimize the number of publication points.
    What should you do?
  • AZ-400 Exam Question 125

    You have 50 Node.js-based projects that you scan by using WhiteSource. Each project includes Package.json, Package-lock.json, and Npm-shrinkwrap.json files.
    You need to minimize the number of libraries reports by WhiteSource to only the libraries that you explicitly reference.
    What should you do?