AZ-400 Exam Question 116

Note: This section contains one or more sets of questions with the same scenario and problem. Each question presents a unique solution to the problem. You must determine whether the solution meets the stated goals.
More than one solution in the set might solve the problem. It is also possible that none of the solutions in the set solve the problem.
After you answer a question in this section, you will NOT be able to return. As a result, these questions do not appear on the Review Screen.
You have an on-premises web server named Server1.
You need to ensure that you can build .NET apps and deploy the apps to Server1 by using Azure Pipelines.
Solution: You deploy a virtual machine scale set and select a custom Ubuntu image that includes the .NET command-line interface (CU) tools.
Does this meet the goal?
  • AZ-400 Exam Question 117

    Your team uses an agile development approach.
    You need to recommend a branching strategy for the team's Git repository. The strategy must meet the following requirements.
    Provide the ability to work on multiple independent tasks in parallel.
    Ensure that checked-in code remains in a releasable state always.
    Ensure that new features can be abandoned at any time.
    Encourage experimentation.
    What should you recommend?
  • AZ-400 Exam Question 118

    You need to meet the technical requirements for monitoring App1.
    What should you use?
  • AZ-400 Exam Question 119

    You use Azure DevOps to manage the build and deployment of an app named App1.
    You have a release pipeline that deploys a virtual machine named VM1.
    You plan to monitor the release pipelineby using Azure Monitor
    You need to create an alert to monitor the performance of VM1. The alert must be triggered when the average CPU usage exceeds 70 percent for five minutes. The alert must calculate the average once every minute.
    How should you configure the alert rule? To answer, select the appropriate options in the answer area.

    AZ-400 Exam Question 120

    Your company is building a new solution in Java.
    The company currently uses a SonarQube server to analyze the code of .NET solutions.
    You need to analyze and monitor the code quality of the Java solution.
    Which task types should you add to the build pipeline?