Question 76

Your company builds a multi tier web application.
>You use Azure DevOps and host the production application on Azure virtual machines.
Your team prepares an Azure Resource Manager template of the virtual machine that you mil use to test new features.
You need to create a staging environment in Azure that meets the following requirements:
* Minimizes the cost of Azure hosting
* Provisions the virtual machines automatically
* Use* the custom Azure Resource Manager template to provision the virtual machines What should you do?
  • Question 77

    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 update the Azure DevOps strategy of your company.
    You need to identify the following issues as they occur during the company's development process:
    * Licensing violations
    * Prohibited libraries
    Solution: You implement automated security testing.
    Does this meet the goal?
  • Question 78

    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 79

    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?
  • Question 80

    You use Azure Pipelines to build and release application code, The pipelines include validation tests that must be completed successfully before deployment proceeds from the test stage to production.
    You discover inconsistent test outcomes for the same source code.
    You need to validate the test logic.
    What should you do?