Summer Certification Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code = getmirror

Pass the Microsoft Azure AZ-400 Questions and answers with ExamsMirror

Practice at least 50% of the questions to maximize your chances of passing.
Exam AZ-400 Premium Access

View all detail and faqs for the AZ-400 exam


684 Students Passed

91% Average Score

94% Same Questions
Viewing page 6 out of 13 pages
Viewing questions 76-90 out of questions
Questions # 76:

Note: This question is part of * 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 sett 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 have an approval process that contains a condition. The condition requires that releases be approved by a team leader before they are deployed.

You have a poky stating that approvals must occur within eighthour.

You discover that deployments fail if the approvals take longer than two hours.

You need to ensure that the deployments only fail if the approvals take longer than eight hours.

Solution: From Post-deployment conditions, you modify the Time between re-evaluation of gates option.

Does this meet the goal?

Options:

A.

Yes

B.

No

Questions # 77:

You use an Azure Pipelines pipeline to build and test an app named App1.

Your company's development department works in the feature branches.

You need to ensure that a pull request will merge into the main branch only when testing covers more than 90 percent of the code,

What should you do?

Options:

A.

Create a Publish Test Results task.

B.

Configure a branch policy for the main branch.

C.

Create a code coverage configuration YAML file.

D.

Configure a branch policy for thefeature branches.

Questions # 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.

The lead developer at your company reports that adding new application features takes longer than expected due to a large accumulated technical debt.

You need to recommend changes to reduce the accumulated technical debt.

Solution: You recommend increasing the test coverage.

Does this meet the goal?

Options:

A.

Yes

B.

No

Questions # 79:

Your company uses the following resources:

Windows Server 2019 container imageshosted in an Azure Container Registry

Azure virtual machines that run the latest version of Ubuntu An Azure

Log Analytics workspace Azure Active Directory (Azure AD)

An Azure key vault

For which two resources can you receive vulnerability assessments in Azure Security Center? Each correct answer presents part of the solution.

Options:

A.

the Azure Log Analytics workspace

B.

the Azure key vault

C.

the Azure virtual machines that run the latest version of Ubuntu

D.

Azure Active Directory (Azure AD)

E.

the Windows Server 2019 container images hosted in the Azure Container Registry

Questions # 80:

NO: 14

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?

Options:

A.

Chef

B.

Gradle

C.

Octopus

D.

Gulp

Questions # 81:

You have a project in Azure DevOps named Project1 that contains two environments named environment1 and envkonment2.

When a new version of Project1 is released, the latest version is deployed to environment2, and the previous version is redeployed to environments

You need to distribute users across the environments. The solution must meet the following requirements:

• New releases must be available to only a subset of the users.

• You must gradually increase the number of users that can access environment2.

What should you use?

Options:

A.

web app deployment slots

B.

Azure Traffic Manager

C.

VIP swapping

D.

Azure Load Balancer

Questions # 82:

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 nothave 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 have an approval process that contains a condition. The condition requiresthat releases be approved by a team leader before they are deployed.

You have a policy stating that approvals must occur within eight hours.

You discover that deployment fail if the approvals take longer than two hours.

You need to ensure that the deployments only fail if the approvals take longer than eight hours.

Solution: From Post-deployment conditions, you modify the Timeout setting for post-deployment approvals.

Does this meet the goal?

Options:

A.

Yes

B.

No

Questions # 83:

You use Get for source control.

You need to optimize the performance of a repository. The solution must meet the following requirements:

    Permanently remove all items referenced only in the ref log.

    Remove history that is NOT in any current branch.

How should you complete the command? To answer, select the appropriate options in the answer area.

Question # 83

Options:

Questions # 84:

You need to the merge the POC branch into the main branch. The solution must meet the technical requirements.

Which command should you run?

Options:

A.

git push

B.

git merge --squash

C.

git merge --allow-unrelated-histories

D.

git rebase

Questions # 85:

You use GitHub for source control

You are evaluating whether to use proxying to add a private upstream MyGet package feed to your MyGet feed. What are two possible advantages of this approach? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Options:

A.

minimizes latency when accessing the package

B.

provides automatic authentication

C.

minimizes the impact on your storage quota

D.

minimizes the impact of upstream source availability issues

Questions # 86:

You need to perform the GitHub code migration. The solution must support the planned changes for the DevOps environment.

What should you use?

Options:

A.

git clone

B.

GitHub Importer

C.

Import repository in Azure Repos

D.

git-tfs

Questions # 87:

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?

Options:

A.

Git fetch

B.

no-fast-forward merge

C.

squash merge

D.

fast-forward merge

Questions # 88:

You need to replace the existing DevOps tools to support the planned changes.

What should you use? To answer, drag the appropriate tools to the correct targets. Each tool may be usedonce, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE:Each correct selection is worth one point.

Question # 88

Options:

Questions # 89:

You have a project in Azure DevOps.

You need to push notifications about pull requests to a Microsoft Teams channel. The solution must minimize development effort.

What should you do?

Options:

A.

Install the Azure Repos app for teams and configure a subscription to receive notifications in the channel.

B.

Use Azure Automation to connect to the Azure DevOps REST API and send messages to Teams.

C.

Install the Azure Pipelines app for Teams and configure a subscription to receive notifications in the channel.

D.

Use an Azure function to connect to the Azure DevOps REST API and send messages to Teams.

Questions # 90:

You have the following Azure policy.

Question # 90

Options:

A.

ensures that at) data for new Azure Storage accounts is encrypted at rest

B.

prevents HTTPS traffic to new Azure Storage accounts when the accounts are accessed over the internet

C.

prevents all HTTP traffic to wasting Azure Storage accounts

D.

ensures that all traffic to new Azure Storage accounts is encrypted

Viewing page 6 out of 13 pages
Viewing questions 76-90 out of questions
TOP CODES

TOP CODES

Top selling exam codes in the certification world, popular, in demand and updated to help you pass on the first try.