Practice Free AZ-400 Exam Online Questions
You have a 1-TB Azure Repos repository named repo1.
You need to clone repo1.
The solution must meet the following requirements:
• You must be able to search the commit history of the /src directory
• The amount of time it takes to clone the repository must be minimized
Which command should you run?
- A . git clone C-depth-1 [email protected]: v3/org/Project1/repo1
- B . git clone C- filter=blob: none [email protected]: v3/org/Project1/repo1
- C . git clone [email protected]: v3/org/Project1/repo1
- D . git clone C- filter=true: 0 [email protected]: v3/org/Project1/repo1
You use GitHub for source control and Microsoft Teams for collaboration.
You need to send a notification to a Teams channel for each commit. The solution must minimize development effort.
What should you do?
- A . Use Azure Automation to connect to the GitHub Actions API and send a message to the Teams channel.
- B . Use the Microsoft Teams for GitHub app and configure a subscription to receive notifications in the Teams channel. Most Voted
- C . Use GitHub Actions with a dispatch to send a message to the Teams channel by using the Teams API.
- D . Use Azure Functions to connect to the GitHub REST API and send a message to the Teams channel.
You are designing the security validation strategy for a project in Azure DevOps.
You need to identify package dependencies that have known security issues and can be resolved by an update.
What should you use?
- A . Octopus Deploy
- B . Jenkins
- C . Gradle
- D . SonarQube
DRAG DROP
You are creating a NuGet package.
You plan to distribute the package to your development team privately.
You need to share the package and test that the package can be consumed.
Which four 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.

Explanation:
Step 1: Configure a self-hosted agent.
The build will run on a Microsoft hosted agent.
Step 2: Create a new Azure Artifacts feed
Microsoft offers an official extension for publishing and managing your private NuGet feeds.
Step 3: Publish the package.
Publish, pack and push the built project to your NuGet feed.
Step 4: Connect to an Azure Artifacts feed.
With the package now available, you can point Visual Studio to the feed, and download the newly published package
Reference: https: //medium.com/@dan.cokely/creating-nuget-packages-in-azure-devops-with-azure-pipelines-and-yaml-d6fa30f0f15e
You have a project in Azure DevOps named Project1.
You need to ensure that all new pipelines in Project1 execute three specific tasks during pipeline execution.
What should you create?
- A . a task group
- B . a JSON template
- C . a YAML template
- D . a PowerShell task
You have a project in Azure DevOps named Project1.
You need to ensure that all new pipelines in Project1 execute three specific tasks during pipeline execution.
What should you create?
- A . a task group
- B . a JSON template
- C . a YAML template
- D . a PowerShell task
HOTSPOT
You have a project in Azure DevOps.
You plan to create a build pipeline that will deploy resources by using Azure Resource Manager templates. The templates will reference secrets stored in Azure Key Vault.
You need to ensure that you can dynamically generate the resource ID of the key vault during template deployment.
What should you include in the template? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

HOTSPOT
You have a project in Azure DevOps.
You plan to create a build pipeline that will deploy resources by using Azure Resource Manager templates. The templates will reference secrets stored in Azure Key Vault.
You need to ensure that you can dynamically generate the resource ID of the key vault during template deployment.
What should you include in the template? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

You have a project in Azure DevOps named Project1 that references an Azure Artifacts feed named Feed1.
You have a package named Package1 that has the versions shown in the following table.
You need to perform a build of Project1.
Which version of Package1 will be used?
- A . 1.0.3
- B . 1.4.0
- C . 2.0.0
- D . 2.3.1
Your company makes use of Azure SQL Database Intelligent Insights and Azure Application Insights for monitoring purposes.
You have been tasked with analyzing the monitoring using ad-hoc queries. You need to utilize the correct query language.
Solution: You use Azure Log Analytics.
Does the solution meet the goal?
- A . Yes
- B . No