Free AZ-400 Exam Braindumps (page: 73)

Page 73 of 128

You manage a project by using Azure Board, and you manage the project code by using Azure Repos.

You have a bug work item that has an ID of 123.

You need to set the work item state to Resolved.

What should you add to the commit message?

  1. #123 completes
  2. Resolves #AB-123
  3. Verifies #123
  4. Fixes #123

Answer(s): D



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 need to recommend an integration strategy for the build process of a Java application. The solution must meet the following requirements:
-The build must access an on-premises dependency management system.
-The build outputs must be stored as Server artifacts in Azure DevOps.
-The source code must be stored in a Git repository in Azure DevOps.

Solution: Configure the build pipeline to use a Microsoft-hosted agent pool running the Windows Server 2019 with Visual Studio 2019 image. Include the Java Tool Installer task in the build pipeline.
Does this meet the goal?

  1. Yes
  2. No

Answer(s): B

Explanation:

To build and deploy Windows, Azure, and other Visual Studio solutions you'll need at least one Windows agent. Windows agents can also build Java and Android apps.
The Azure Pipelines agent pool offers several virtual machine images to choose from, each including a broad range of tools and software. One such image is Windows Server 2019 with Visual Studio 2019.


Reference:

https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/v2-windows?view=azure-devops https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml



You have a project in Azure DevOps.
You create the following YAML template named Template1.yml. steps:
- script: npm install
- script: yarn install
- script: npm run compile

You create the following pipeline named File1.yml. parameters:

usersteps:
- task: MyTask@1
- script: echo Done

You need to ensure that Template1.yaml runs before File1.yml.
How should you update File1.yml?

  1. parameters: usersteps: extends: template: template1.yml
    - task: MyTask@1 - script: echo Done
  2. template: template1.yml parameters: usersteps:
    - task: MyTask@1 - script: echo Done
  3. extends: template: templatel.yml parameters: usersteps:
    - task: MyTask@1 - script: echo Done
  4. parameters: usersteps: - template: templatel.yml
    - task: MyTask@1 - script: echo Done

Answer(s): C

Explanation:

Azure Pipelines offers two kinds of templates: includes and extends. Included templates behave like #include in C++: it's as if you paste the template's code right into the outer file, which references it. To continue the C++ metaphor, extends templates are more like inheritance: the template provides the outer structure of the
pipeline and a set of places where the template consumer can make targeted alterations. Example:
extends:
template: template.yml@templates parameters:
usersteps:
- script: echo This is my first step
- script: echo This is my second step


Reference:

https://docs.microsoft.com/en-us/azure/devops/pipelines/security/templates



You have an Azure solution that contains a build pipeline in Azure Pipelines. You experience intermittent delays before the build pipeline starts.
You need to reduce the time it takes to start the build pipeline. What should you do?

  1. Enable self-hosted build agents.
  2. Create a new agent pool.
  3. Split the build pipeline into multiple stages.
  4. Purchase an additional parallel job.

Answer(s): A

Explanation:

We need to ensure that resources are available without a startup delay. We don't have enough concurrency. To check how much concurrency you have:
To check your limits, navigate to Project settings, Parallel jobs.


Reference:

https://docs.microsoft.com/en-us/azure/devops/pipelines/troubleshooting/troubleshooting



Page 73 of 128



Post your Comments and Discuss Microsoft AZ-400 exam with other Community members:

yajnas commented on December 12, 2024
lot of the questions are from AZ-400 practice test
JAPAN
upvote

yajnas commented on December 12, 2024
very relevant information
JAPAN
upvote

yajnas commented on December 12, 2024
good material
JAPAN
upvote

Pandiyan Venkatraman commented on November 13, 2024
good question
Anonymous
upvote

jack commented on September 11, 2024
?? Just found this to be a great resource for AZ-400 prep! Perfect for gauging your readiness before the exam! ????
Anonymous
upvote

FezekaH commented on June 20, 2024
Very effective.
Anonymous
upvote

Marchelo commented on April 17, 2024
My honest opinion, it is good for passing the exam because all questions are same as the exam. But not so much for learning.
FRANCE
upvote

redy commented on February 09, 2024
nice questions
UNITED STATES
upvote

James commented on November 08, 2023
Thank you for providing these free exam questions. I used your questions for AZ-900 and managed to pass my exam. I am now preparing for my AZ-400. The content and questions looks very helpful.
UNITED STATES
upvote

Pieere commented on May 19, 2023
This exam dumps proved to be very same to the real exam. The questions are from real exam.
FRANCE
upvote

salpar commented on March 15, 2023
Good Questions
UNITED STATES
upvote

Papoo commented on October 19, 2022
There were questions on this breaindump that I had not studied for which helped me brush up on the exam. These dump is India.
INDIA
upvote

Jessica commented on July 22, 2022
I like this site because they promise a 100% money back if you fail. I passed my first exam. So I am going to set for my second exam. I feel confident.
UNITED STATES
upvote

Ron commented on June 24, 2022
I cannot thank you guys enough. I finally passed this exam with the help of your questions bank.
UNITED KINGDOM
upvote

Rakish commented on April 26, 2022
Managed to pass the exam after practicing these questions. The Xenigne App software in this package is very handy.
NEW ZEALAND
upvote

Heavy-Coder commented on November 23, 2021
The PDF questions is well formatted. The Test Engine is a very cool tool to practicy. it take the boring out of studying. Over all I am happy with my purchase.
UNITED STATES
upvote

Praveen commented on June 02, 2020
The content of the exam is pretty much same as the exam. Their Xengine App is very user-friendly and quite helpful to simulate the real exam. However, it still needs work which I have provided my feedback to their support email.
UNITED STATES
upvote