Microsoft Azure exam is a troublesome endeavor which requires difficult work and coordinated investigation. We have procured some certified authorities to make study simpler and coordinated for its understudies. So in the event that you will show up in this test you ought to download from Dumps4Download for an insightful direction. Irrespective of whether you are not having any foundation info on this confirmation you don't have to feel despondence since this helpful guide will show you how to beat your scholastic downsides and how to consider brilliant. AZ-400 dumps study material returns with cash ensure which guarantees you of your prosperity. You should download Mock Exam and answers to examine this guide.
Latest Microsoft AZ-400 Dumps - Microsoft AZ-400 Exam Questions
M i c rosoft AZ-400 Dumps
Microsoft Azure DevOps Solutions (beta)
For More Info:
https://www.dumps4download.com/az-400-dumps.html
Case Study 1 - Litware
Overview
Existing Environment
Litware, Inc. e an independent software vendor (ISV) Litware has a main office and five branch
offices.
QUESTION 1
What should you use to implement the code quality restriction on the release pipeline for the
investment planning applications suite?
A. a trigger
B. a pre deployment approval
C. a post-deployment approval
D. a deployment gate
Answer: B
Explanation:
When a release is created from a release pipeline that defines approvals, the deployment stops
at each point where approval is required until the specified approver grants approval or rejects
the release (or re-assigns the approval to another user).
Scenario: Code quality and release quality are critical. During release, deployments must not
proceed between stages if any active bugs are logged against the release.
References:
https://docs.microsoft.com/en-us/azure/devops/pipelines/release/approvals/approvals
Case Study 2 - Contoso, Ltd
Background
Contoso, Ltd. is a manufacturing company that has a main office in Chicago.
Contoso plans to improve its IT development and operations processes by implementing Azure
DevOps principles. Contoso has an Azure subscription and creates an Azure DevOps
organization.
QUESTION 2
In Azure DevOps, you create Project3.
You need to meet the requirements of the project.
What should you do first?
A. From Azure DevOps, create a service endpoint.
B. From SonarQube, obtain an authentication token.
C. From Azure DevOps, modify the build definition.
D. From SonarQube, create a project.
Answer: A
Explanation:
The first thing to do is to declare your SonarQube server as a service endpoint in your
VSTS/DevOps project settings.
References:
https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Extension+for+vsts-TFS
QUESTION 3
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 eight hour.
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?
A. Yes
B. No
Answer: B
Explanation:
Use a gate From Pre-deployment conditions instead.
References:
https://docs.microsoft.com/en-us/azure/devops/pipelines/release/approvals/gates
QUESTION 4
You plan to create an image that will contain a .NET Core application. You have a Dockerfile file
that contains the following code. (Line numbers are included for reference only.)
You need to ensure that the image is as small as possible when the image is built.
Which line should you modify in the file?
A. 1
B. 3
C. 4
D. 7
Answer: A
Explanation:
Multi-stage builds (in Docker 17.05 or higher) allow you to drastically reduce the size of your final
image, without struggling to reduce the number of intermediate layers and files. With multi-stage
builds, you use multiple FROM statements in your Dockerfile. Each FROM instruction can use a
different base, and each of them begins a new stage of the build. You can selectively copy
artifacts from one stage to another, leaving behind everything you don't want in the final image.
References:
https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
QUESTION 5
Your company has a hybrid cloud between Azure and Azure Stack.
The company uses Azure DevOps for its CI/CD pipelines. Some applications are built by using
Erlang and Hack.
You need to ensure that Erlang and Hack are supported as part of the build strategy across the
hybrid cloud. The solution must minimize management overhead.
What should you use to execute the build pipeline?
A. AzureDevOps self-hosted agents on Azure DevTest Labs virtual machines.
B. AzureDevOps self-hosted agents on virtual machine that run on Azure Stack
C. AzureDevOps self-hosted agents on Hyper-V virtual machines
D. a Microsoft-hosted agent
Answer: B
Explanation:
Azure Stack offers virtual machines (VMs) as one type of an on-demand, scalable computing
resource. You can choose a VM when you need more control over the computing environment.
References:
https://docs.microsoft.com/en-us/azure/azure-stack/user/azure-stack-compute-overview
QUESTION 6
You are automating the build process for a Java-based application by using Azure DevOps.
You need to add code coverage testing and publish the outcomes to the pipeline.
What should you use?
A. Cobertura
B. Bullseye Coverage
C. MSTest
D. Coverlet
Answer: A
Explanation:
Use Publish Code Coverage Results task in a build pipeline to publish code coverage results to
Azure Pipelines or TFS, which were produced by a build in Cobertura or JaCoCo format.
References:
https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/test/publish-code-coverage-results
Comments