AZ-400 Exam Question 91

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 builds 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 an Octopus Tentacle on an on-premises machine. Use the Package Application task in the build pipeline.
Does this meet the goal?
  • AZ-400 Exam Question 92

    Your company uses a Git repository in Azure Repos lo manage the source code of a web application. The master branch is protected from direct updates. Developers work on new features in the topic branches.
    Because of the high volume of requested features, it is difficult to follow the history of the changes to the master branch.
    You need to enforce a pull request merge strategy. The strategy must meet the following requirements:
    * Consolidate commit histories
    * Merge tie changes into a tingle commit
    Which merge strategy should you use in the branch policy?
  • AZ-400 Exam Question 93

    You have a free tier of an Azure DevOps organization named Contoso. Contoso contains 10 private projects.
    Each project has multiple jobs with no dependencies.
    You frequently run the jobs on five self-hosted agents but experience long build times and frequently queued builds.
    You need to minimize the number of queued builds and the time it takes to run the builds.
    What should you do?
  • AZ-400 Exam Question 94

    Your company plans to implement a new compliance strategy that will require all Azure web apps to be backed up every five hours.
    You need to back up an Azure web app named az400-11566895-main every five hours to an Azure Storage account in your resource group.
    To complete this task, sign in to the Microsoft Azure portal.

    AZ-400 Exam Question 95

    You are deploying a new application that uses Azure virtual machines.
    You plan to use the Desired State Configuration (DSC) extension on the virtual machines.
    You need to ensure that the virtual machines always have the same Windows features installed.
    Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.