Question # 1 You plan to use Terraform to deploy an Azure resource group.
You need to install the required frameworks to support the planned deployment.
Which two frameworks should you install? Each correct answer presents part of the
solution.
NOTE: Each correct selection is worth one point. A. VaultB. TerratestC. Node.jsD. YeomanE. Tiller
Click for Answer
B. TerratestD. Yeoman
Answer Description You can use the combination of Terraform and Yeoman. Terraform is a tool for creating
infrastructure on Azure. Yeoman makes it easy to create Terraform modules.
Terratest provides a collection of helper functions and patterns for common infrastructure
testing tasks, like making HTTP requests and using SSH to access a specific virtual
machine. The following list describes some of the major advantages of using Terratest:
Convenient helpers to check infrastructure - This feature is useful when you want
to verify your real infrastructure in the real environment.
Organized folder structure - Your test cases are organized clearly and follow the
standard Terraform module folder structure.
Test cases are written in Go - Many developers who use Terraform are Go
developers. If you're a Go developer, you don't have to learn another programming
language to use Terratest.
Extensible infrastructure - You can extend additional functions on top of Terratest,
including Azure-specific features.
Question # 2 You plan to use Azure Kubernetes Service (AKS) to host containers deployed from images
hosted in a Docker Trusted Registry.
You need to recommend a solution for provisioning and connecting to AKS. The solution
must ensure that AKS is RBAC-enaWed and uses a custom service principal.
Which three commands should you recommend be run in sequence? To answer, move the
appropriate commands from the list of commands to the answer area and arrange them in
the coned order.
Answer Description
Step 1 : az acr create
An Azure Container Registry (ACR) can also be created using the new Azure CLI.
az acr create
--name
--resource-group
--sku Basic
Step 2: az ad sp create-for-rbac
Once the ACR has been provisioned, you can either enable administrative access (which is
okay for testing) or you create a Service Principal (sp) which will provide a client_id and a
client_secret.
az ad sp create-for-rbac
--scopes
/subscriptions//resourcegroups//providers/Microsoft.C
ontainerRegistry/registries/
--role Contributor
--name
Step 3: kubectl create
Create a new Kubernetes Secret.
kubectl create secret docker-registry
--docker-server .azurecr.io
--docker-email
--docker-username=
--docker-password
Question # 3 Task 6
Initialize the default main branch, if it does not exist already.
For Project 1, you need to implement branch merging restrictions to enable squash merge for all changes merged into the main branch.
Answer Description Answer: See the solution below in explanation.
Explanation:
Step 1: Initialize the Default Main Branch
Navigate to Azure DevOps:
Select Your Project:
Initialize the Main Branch:
Step 2: Enable Squash Merge for the Main Branch
Navigate to Branch Policies: Enable Squash Merge: Save Changes:
Step 3: Verify the Squash Merge Policy
Create a Pull Request: Complete the Pull Request
Question # 4 Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unit 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 if the review screen.
You use an Azure Pipelines pipeline to build and release web apps.
You need to configure the pipeline to meet the following requirements:
• Only run when there is a change in the /webapp folder.
• Only run when a pr is created.
Solution: You configure the pipeline definition by using the following elements.
Does this meet the goal? A. YesB. No
Click for Answer
B. No
Question # 5 You need to implement the code flow strategy for Project2 in Azure DevOps.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange in the correct order.
Answer Description
Step 1: Create a repository
A Git repository, or repo, is a folder that you've told Git to help you track file changes in. You can have any number of repos on your computer, each stored in their own folder.
Step 2: Create a branch
Branch policies help teams protect their important branches of development. Policies enforce your team's code quality and change management standards.
Step 3: Add a build validation policy
When a build validation policy is enabled, a new build is queued when a new pull request is created or when changes are pushed to an existing pull request targeting this branch. The build policy then evaluates the results of the build to determine whether the pull request can be completed.
Scenario:
Implement a code flow strategy for Project2 that will: Enable Team2 to submit pull requests for Project2.
Enable Team2 to work independently on changes to a copy of Project2.
Ensure that any intermediary changes performed by Team2 on a copy of Project2 will be subject to the same restrictions as the ones defined in the build policy of Project2.
Question # 6 You have a containerized solution that runs in Azure Container Instances. The solution
contains a frontend container named App1 and a backend container named DB1. DB1
loads a large amount of data during startup.
You need to verify that DB1 can handle incoming requests before users can submit
requests to Appl.
What should you configure? A. a Iiveness probeB. an Azure Load Balancer health probeC. a readiness probeD. a performance log
Click for Answer
C. a readiness probe
Answer Description Explanation :
For containerized applications that serve traffic, you might want to verify that your container
is ready to handle incoming requests. Azure Container Instances supports readiness
probes to include configurations so that your container can't be accessed under certain
conditions.
Question # 7 Your company uses Azure DevOps for the build pipelines and deployment pipelines of
Java-based projects.
You need to recommend a strategy for managing technical debt.
Which action should you include in the recommendation? A. Configure post-deployment approvals in the deployment pipeline.B. Integrate Azure DevOps and Sonar Rube.C. Integrate Azure DevOps and Azure Dev Test Labs.
Click for Answer
B. Integrate Azure DevOps and Sonar Rube.
Answer Description Explanation:
You can manage technical debt with Sonar Rube and Azure DevOps.
Note: Technical debt is the set of problems in a development effort that make forward
progress on customer value inefficient. Technical debt saps productivity by making code
hard to understand, fragile, time-consuming to change, difficult to validate, and creates
unplanned work that blocks progress. Unless they are managed, technical debt can
accumulate and hurt the overall quality of the software and the productivity of the
development team in the long term.
SonarQube an open-source platform for continuous inspection of code quality to perform
automatic reviews with static analysis of code to:
Detect Bugs
Code Smells
Security Vulnerabilities
Centralize Quality
What’s covered in this lab?
Question # 8 You plan to deploy a website that will be hosted in two Azure regions.
You need to create an Azure Traffic Manager profile named az40011566895n1-tm in a resource group named RG1lod11566895. The solution must ensure that users will always connect to a copy of the website that is in the same country.
To complete this task, sign in to the Microsoft Azure portal.
Answer Description Answer: See solution below.
Explanation:
1. Go to the Azure portal, navigate to Traffic Manager profiles and click on the Add button
to create a routing profile.
2. In the Create Traffic Manager profile, enter, or select these settings:Name:
az40011566895n1-tmRouting method: GeographicResource group: RG1lod11566895 Note: Traffic Manager profiles can be configured to use the Geographic routing method so that users are directed to specific endpoints (Azure, External or Nested) based on which geographic location their DNS query originates from. This empowers Traffic Manager customers to enable scenarios where knowing a user’s geographic region and routing them based on that is important.
Up-to-Date
We always provide up-to-date AZ-400 exam dumps to our clients. Keep checking website for updates and download.
Excellence
Quality and excellence of our Microsoft Azure DevOps Solutions (beta) practice questions are above customers expectations. Contact live chat to know more.
Success
Your SUCCESS is assured with the AZ-400 exam questions of passin1day.com. Just Buy, Prepare and PASS!
Quality
All our braindumps are verified with their correct answers. Download Microsoft Azure Practice tests in a printable PDF format.
Basic
$80
Any 3 Exams of Your Choice
3 Exams PDF + Online Test Engine
Buy Now
Premium
$100
Any 4 Exams of Your Choice
4 Exams PDF + Online Test Engine
Buy Now
Gold
$125
Any 5 Exams of Your Choice
5 Exams PDF + Online Test Engine
Buy Now
Passin1Day has a big success story in last 12 years with a long list of satisfied customers.
We are UK based company, selling AZ-400 practice test questions answers. We have a team of 34 people in Research, Writing, QA, Sales, Support and Marketing departments and helping people get success in their life.
We dont have a single unsatisfied Microsoft customer in this time. Our customers are our asset and precious to us more than their money.
AZ-400 Dumps
We have recently updated Microsoft AZ-400 dumps study guide. You can use our Microsoft Azure braindumps and pass your exam in just 24 hours. Our Microsoft Azure DevOps Solutions (beta) real exam contains latest questions. We are providing Microsoft AZ-400 dumps with updates for 3 months. You can purchase in advance and start studying. Whenever Microsoft update Microsoft Azure DevOps Solutions (beta) exam, we also update our file with new questions. Passin1day is here to provide real AZ-400 exam questions to people who find it difficult to pass exam
Microsoft Azure can advance your marketability and prove to be a key to differentiating you from those who have no certification and Passin1day is there to help you pass exam with AZ-400 dumps. Microsoft Certifications demonstrate your competence and make your discerning employers recognize that Microsoft Azure DevOps Solutions (beta) certified employees are more valuable to their organizations and customers. We have helped thousands of customers so far in achieving their goals. Our excellent comprehensive Microsoft exam dumps will enable you to pass your certification Microsoft Azure exam in just a single try. Passin1day is offering AZ-400 braindumps which are accurate and of high-quality verified by the IT professionals. Candidates can instantly download Microsoft Azure dumps and access them at any device after purchase. Online Microsoft Azure DevOps Solutions (beta) practice tests are planned and designed to prepare you completely for the real Microsoft exam condition. Free AZ-400 dumps demos can be available on customer’s demand to check before placing an order.
What Our Customers Say
Jeff Brown
Thanks you so much passin1day.com team for all the help that you have provided me in my Microsoft exam. I will use your dumps for next certification as well.
Mareena Frederick
You guys are awesome. Even 1 day is too much. I prepared my exam in just 3 hours with your AZ-400 exam dumps and passed it in first attempt :)
Ralph Donald
I am the fully satisfied customer of passin1day.com. I have passed my exam using your Microsoft Azure DevOps Solutions (beta) braindumps in first attempt. You guys are the secret behind my success ;)
Lilly Solomon
I was so depressed when I get failed in my Cisco exam but thanks GOD you guys exist and helped me in passing my exams. I am nothing without you.