AZ-400 Exam Question 131

Hotspot Question
You company uses a Git source-code repository.
You plan to implement Gitflow as a workflow strategy.
You need to identify which branch types are used for production code and preproduction code in the strategy.
Which branch type should you identify for each code type? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

AZ-400 Exam Question 132

Hotspot Question
You have an Azure subscription that contains an Azure key vault named Vault1, an Azure pipeline named Pipeline1, and an Azure SQL database named DB1.
Pipeline1 is used to deploy an app that will authenticate to DB1 by using a password.
You need to store the password in Vault1. The solution must ensure that the password can be accessed by Pipeline1.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

AZ-400 Exam Question 133

You plan to use a NuGet package in a project in Azure DevOps. The NuGet package is in a feed that requires authentication.
You need to ensure that the project can restore the NuGet package automatically.
What should the project use to automate the authentication?
  • AZ-400 Exam Question 134

    Drag and Drop Question
    You have a GitHub repository named repo1 and an Azure key vault named kv1.
    In repo1, you plan to create a workflow named Workflow1 that will deploy a database server by using credentials stored in kv1.
    You need to ensure that Workflow1 can retrieve the credentials from kv1.
    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 them in the correct order.
    NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

    AZ-400 Exam Question 135

    Note: This section contains one or more sets of questions with the same scenario and problem. Each question presents a unique solution to the problem. You must determine whether the solution meets the stated goals. More than one solution in the set might solve the problem. It is also possible that none of the solutions in the set solve the problem.
    After you answer a question in this section, you will NOT be able to return. As a result, these questions do not appear on the Review Screen.
    You have an on-premises web server named Server.
    You need to ensure that you can build .NET apps and deploy the apps to Server1 by using Azure Pipelines.
    Solution: You deploy Managed DevOps Pools and select the Ubuntu Server 22.04 LTS - x64 Gen 2 image.
    Does this meet the goal?