AZ-400 Dumps

AZ-400 Free Practice Test

Microsoft AZ-400: Microsoft Azure DevOps Solutions (beta)

QUESTION 1

- (Topic 4)
Your company uses Azure Artifacts for package management.
You need to configure an upstream source in Azure Artifacts for Python packages. Which repository type should you use as an upstream source?

Correct Answer: A
Get started with Python packages in Azure Artifacts Create a feed
✑ Select Artifacts (in the left navigation of your Azure DevOps project).
✑ On the Artifacts page, select Create Feed.
✑ In the Create new feed dialog box:
✑ In the Name field, give the feed a name.
PyPI is the default repository name for twine, which is a tool for publishing Python
packages. Reference:
https://docs.microsoft.com/en-us/azure/devops/artifacts/quickstarts/python-packages

QUESTION 2

- (Topic 4)
You haw an Azure subscription that contains multiple Azure services. You need to send an SMS alert when scheduled maintenance is planned for the Azure services. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Correct Answer: AD

QUESTION 3

- (Topic 4)
You configure an Azure Application Insights availability test.
You need to notify the customer services department at your company by email when availability is degraded.
You create an Azure logic app that will handle the email and follow up actions. Which type of trigger should you use to invoke the logic app?

Correct Answer: C
You can use webhooks to route an Azure alert notification to other systems for post- processing or custom actions. You can use a webhook on an alert to route it to services that send SMS messages, to log bugs, to notify a team via chat or messaging services, or for various other actions.
Reference:
https://docs.microsoft.com/en-us/azure/azure-monitor/platform/alerts-webhooks

QUESTION 4

- (Topic 4)
You configure Azure Application Insights and the shared service plan tier for a web app. You enable Smart Detection.
You confirm that standard metrics are visible in the logs, but when you test a failure, you do not receive a Smart Detection notification
What prevents the Smart Detection notification from being sent?

Correct Answer: B

QUESTION 5

- (Topic 4)
Your team uses an agile development approach.
You need to recommend a branching strategy for the team’s Git repository. The strategy must meet the
following requirements.
Provide the ability to work on multiple independent tasks in parallel. Ensure that checked-in code remains in a releasable state always. Ensure that new features can be abandoned at any time. Encourage experimentation.
What should you recommend?

Correct Answer: D