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 121–130 of 144
Which service provides container orchestration in Azure?
-
A
Azure Kubernetes Service
-
B
Azure Logic Apps
-
C
Azure Functions
-
D
Azure Blob Storage
Explanation
Azure Kubernetes Service (AKS) is specifically designed for container orchestration, while the others serve different purposes.
A company needs to ensure continuous integration for their application whenever code changes are made. What Azure service should they implement?
-
A
Azure DevOps Pipelines
-
B
Azure Monitor
-
C
Azure Blob Storage
-
D
Azure Database Migration Service
Explanation
Azure DevOps Pipelines enables CI/CD for automated deployment, whereas the others do not provide this functionality.
What happens when you enable 'soft delete' on Azure Blob storage?
-
A
Blobs are deleted permanently.
-
B
You'll incur storage charges.
-
C
Blobs can be restored later.
-
D
Blobs are moved to a separate storage.
Explanation
Soft delete allows blob restoration within a retention period, while the others describe incorrect behavior.
Which service allows you to implement continuous integration in Azure DevOps?
-
A
Azure Pipelines
-
B
Azure Repos
-
C
Azure Boards
-
D
Azure Test Plans
Explanation
Azure Pipelines is the service used for CI/CD workflows, while other options serve different purposes.
A company needs to manage access permissions securely across its team. Which Azure service should they use?
-
A
Azure Firewall
-
B
Azure DevOps Permissions
-
C
Azure Key Vault
-
D
Azure Groups
Explanation
Azure DevOps Permissions is designed specifically for managing team access in Azure DevOps.
What happens when a build fails in Azure Pipelines?
-
A
The build restarts automatically.
-
B
No notifications are sent.
-
C
The pipeline execution stops.
-
D
All artifacts are published successfully.
Explanation
The pipeline execution halts on a failed build, preventing further steps unless configured otherwise.
Which service is best suited for continuous integration and deployment in Azure?
-
A
Azure DevOps Pipelines
-
B
Azure Functions
-
C
Azure Logic Apps
-
D
Azure Blob Storage
Explanation
Azure DevOps Pipelines specifically supports CI/CD processes while the others serve different purposes.
A company needs to manage user permissions across multiple Azure subscriptions. What should they use?
-
A
Azure RBAC
-
B
Azure Monitor
-
C
Azure Policy
-
D
Azure Resource Manager
Explanation
Azure RBAC efficiently manages permissions across multiple subscriptions, while the others focus on monitoring, governance, or management.
What happens when you disable a service connection in Azure DevOps?
-
A
All builds fail immediately
-
B
No new deployments allow
-
C
Existing deployments continue unaffected
-
D
Notifications are sent to users
Explanation
Disabling a service connection prevents new deployments but existing ones continue unless specified otherwise.
Which service is primarily used for continuous integration in Azure DevOps?
-
A
Azure Pipelines
-
B
Azure Repos
-
C
Azure Boards
-
D
Azure Test Plans
Explanation
Azure Pipelines automates the build and release process, while others serve different purposes.