Question 86

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 plan to create a release pipeline that will deploy Azure resources by using Azure Resource Manager templates. The release pipeline will create the following resources:
* Two resource groups
* Four Azure virtual machines in one resource group
* Two Azure SQL databases in other resource group
You need to recommend a solution to deploy the resources.
Solution: Create a main template that has two linked templates, each of which will deploy the resource in its respective group.
Does this meet the goal?
  • Question 87

    You have an Azure subscription that contains a resources group named RG1. RG1 contains the following resources:
    * Four Azure virtual machines that run Windows Server and have Internet Information Services (IIS) installed
    * SQL Server on an Azure virtual machine
    * An Azure Load Balancer
    You need to deploy an application to the virtual machines in RG1 by using Azure Pipelines.
    Which four 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.

    Question 88

    You use Azure Pipelines lo manage the build and deployment of apps.
    You are planning the release strategies for a new app. You need to choose strategies for the following scenarios:
    * Releases will be made available to users who are grouped by their tolerance for software faults.
    * Code will be deployed to enable functionality that will be available in later releases of the app.
    * When a new release occurs, the existing deployment will remain active to minimize recovery time if a return to the previous version is required.

    Question 89

    You plan to use Desired State Configuration (DSC) to maintain the configuration state of virtual machines that run Windows Server.
    You need to perform the following:
    Install Internet Information Services (IIS) on the virtual machines.
    Update the default home page of the IIS web server.
    How should you configure the DSC configuration file? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 90

    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?