Microsoft Azure
Designing and Implementing Microsoft DevOps Solutions
AZ-400
Popular
The AZ-400 exam tests your skills in designing and implementing DevOps practices on Azure.
144 questions
0 views
Free
Questions 101–110 of 144
A company needs to automate their CI/CD pipeline. Which service should they integrate with?
-
A
Azure Repos
-
B
Azure DevTest Labs
-
C
Azure Data Lake Storage
-
D
Azure Bot Services
Explanation
Azure Repos provides version control essentials for CI/CD automation, unlike the other options.
You are configuring policies in Azure DevOps. What happens when a pull request does not meet the required branch policies?
-
A
The pull request is merged automatically.
-
B
The pull request fails to complete.
-
C
The pull request is ignored.
-
D
The author is notified only.
Explanation
If branch policies are not met, the pull request cannot be completed, unlike the other scenarios.
Which service in Azure provides scalable cloud storage?
-
A
Azure Blob Storage
-
B
Azure SQL Database
-
C
Azure Functions
-
D
Azure Kubernetes Service
Explanation
Azure Blob Storage is designed specifically for scalable storage needs, while the others serve different purposes.
A company needs to implement continuous integration and deployment for their applications. Which Azure service should they use?
-
A
Azure Monitor
-
B
Azure DevOps
-
C
Azure Logic Apps
-
D
Azure Data Factory
Explanation
Azure DevOps is specifically tailored for CI/CD, while the others address monitoring, automation, or data integration.
You are configuring Azure Policies to enforce compliance. What happens when a resource does not comply?
-
A
It gets automatically deleted.
-
B
Policies are ignored in that case.
-
C
A compliance violation is reported.
-
D
The resource is automatically updated.
Explanation
A compliance violation will be logged for audit, while the other options do not accurately represent Azure Policy behavior.
Which service is best for CI/CD in Azure?
-
A
Azure DevOps
-
B
Azure Batch
-
C
Azure Blob Storage
-
D
Azure Functions
Explanation
Azure DevOps provides a comprehensive CI/CD solution, unlike the others which have different use cases.
A company needs to automate the provisioning of resources in Azure. What should they use?
-
A
Azure CLI
-
B
Azure Resource Manager (ARM) templates
-
C
Azure Storage Explorer
-
D
Azure DevTest Labs
Explanation
ARM templates automate resource provisioning, while the others serve different purposes.
You are configuring a service connection in Azure DevOps. What happens if the service principal does not have the required permissions?
-
A
Connection is successful but limited access
-
B
Connection fails with authorization error
-
C
Connection can still be authorized manually
-
D
Connection defaults to user credentials
Explanation
The service principal must have permissions, or the connection will fail with an authorization error.
Which service is best for managing Kubernetes on Azure?
-
A
Azure Kubernetes Service (AKS)
-
B
Azure App Service
-
C
Azure Functions
-
D
Azure Logic Apps
Explanation
AKS is specifically designed for Kubernetes management; others focus on different functionalities.
A company needs to CI/CD for a .NET application on Azure. Which tool should they use?
-
A
Azure Pipelines
-
B
GitHub Desktop
-
C
Azure DevTest Labs
-
D
Azure Static Web Apps
Explanation
Azure Pipelines provides CI/CD capabilities directly suited for multi-platform apps like .NET.