Practice Free AZ-400 Exam Online Questions
HOTSPOT
You have an app named App1 that is built and deployed by using containers.
The Docker le for App1 has the following definition.
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

You use Azure Pipelines pipeline to build and deploy an app named App1.
You need to ensure that before App1 is deployed, all the code for the app passes a security validation by using a custom tool.
What should you do?
- A . Add a status check to the policies of the branch used by your company’s development department. Most Voted
- B . Add a status check to the policies of the main branch.
- C . Add a service hook to the project.
- D . Limit the job authorization scope to the current project for all the release pipelines.
You use Azure Pipelines pipeline to build and deploy an app named App1.
You need to ensure that before App1 is deployed, all the code for the app passes a security validation by using a custom tool.
What should you do?
- A . Add a status check to the policies of the branch used by your company’s development department. Most Voted
- B . Add a status check to the policies of the main branch.
- C . Add a service hook to the project.
- D . Limit the job authorization scope to the current project for all the release pipelines.
SIMULATION
You need to create an instance of Azure Application Insights named az400-123456789-main and configure the instance to receive telemetry data from an Azure web app named az400-123456789-main.
To complete this task, sign in to the Microsoft Azure portal.
SIMULATION
You need to create an instance of Azure Application Insights named az400-123456789-main and configure the instance to receive telemetry data from an Azure web app named az400-123456789-main.
To complete this task, sign in to the Microsoft Azure portal.
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 have an Azure DevOps organization named Contoso and an Azure subscription. The subscription contains an Azure virtual machine scale set named VMSS1 that is configured for autoscaling.
You have a project in Azure DevOps named Project1. Project1 is used to build a web app named App1 and deploy App1 to VMSS1.
You need to ensure that an email alert is generated whenever VMSS1 scales in or out.
Solution: From Azure Monitor, create an action group.
Does this meet the goal?
- A . Yes
- B . No
You have a pipeline named Pipeline1 in Azure Pipelines.
You need to create a service connection to enable Pipeline1 to download a public container image.
Which type of service connection should you create?
- A . a Docker host
- B . a Docker registry
- C . Azure Service Fabric
- D . Azure Kubernetes Service (AKS)
You plan to publish build artifacts by using an Azure pipeline.
You need to create an .artifactignore le that meets the following requirements:
• Includes all les in the build output folder and all subfolders
• Excludes les that have the .dll extension
What should you include in the le?
- A . ./**
!*.dll - B . **/*
!*.dll - C . */** *.dll
- D . **/* #*.dll
You are designing the development process for your company.
You need to recommend a solution for continuous inspection of the company’s code base to locate common code patterns that are known to be problematic.
What should you include in the recommendation?
- A . Microsoft Visual Studio test plans
- B . Gradle wrapper scripts
- C . SonarCloud analysis
- D . the JavaScript task runner
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 builds 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 an Octopus Tentacle on an on-premises machine. Use the Package Application task in the build pipeline.
Does this meet the goal?
- A . Yes
- B . No