AZ-400 Exam Question 86

You plan to onboard 10 new developers.
You need to recommend a development environment that meets the following requirements:
Integrates with GitHub
Provides integrated debugging tools
Supports remote workers and hot-desking environments
Supports developers who use browsers, tablets, and Chromebooks
What should you recommend?
  • AZ-400 Exam Question 87

    Your company has a project in Azure DevOps named Project1.
    All the developers at the company have Windows 10 devices.
    You need to create a Get repository for Project1. The solution must meet the following requirements:
    * Support large binary files.
    * Store binary files outside of the repository.
    * Use a standard Get workflow to maintain the metadata of the binary files by using commits to the repository.

    AZ-400 Exam Question 88

    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?
  • AZ-400 Exam Question 89

    You are developing an application. The application source has multiple branches.
    You make several changes to a branch used for experimentation.
    You need to update the main branch to capture the changes made to the experimentation branch and override the history of the Git repository.
    Which Git option should you use?
  • AZ-400 Exam Question 90

    Your company develops a client banking application that processes a large volume of data.
    Code quality is an ongoing issue for the company. Recently, the code quality has deteriorated because of an increase in time pressure on the development team.
    You need to implement static code analysis.
    During which phase should you use static code analysis?