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 81–90 of 144
You are configuring a CI/CD pipeline that requires secret management. What integrated Azure service should you use?
-
A
Azure Key Vault
-
B
Azure Blob Storage
-
C
Azure Dev/Test Labs
-
D
Azure Automation
Explanation
Azure Key Vault securely stores secrets; other options do not focus on secret management.
Which Azure service provides monitoring for application performance?
-
A
Azure Monitor
-
B
Azure Storage
-
C
Azure Functions
-
D
Azure Key Vault
Explanation
Azure Monitor is designed for application performance monitoring, while others serve different purposes.
A company needs to automate their CI/CD pipeline using GitHub. Which Azure service should they integrate with GitHub for deployments?
-
A
Azure App Service
-
B
Azure DevOps
-
C
Azure Logic Apps
-
D
Azure Data Lake
Explanation
Azure DevOps provides robust integration for CI/CD with GitHub, unlike the other options.
You are configuring Azure Policy to enforce tagging on resources. What happens when a resource without the required tags is created?
-
A
Creation fails immediately
-
B
Resource created but non-compliant
-
C
Tags are automatically added
-
D
Creation is logged only
Explanation
The resource can be created but will be marked as non-compliant, while others are incorrect regarding immediate failure or auto-tagging.
Which service is best for continuous integration?
-
A
Azure Pipelines
-
B
Azure Artifacts
-
C
Azure Repos
-
D
Azure Monitor
Explanation
Azure Pipelines is specifically designed for continuous integration and deployment, while the others serve different purposes.
A company needs to implement a policy to automatically allocate new resources based on specific usage metrics. Which Azure service should they use?
-
A
Azure Automation
-
B
Azure Logic Apps
-
C
Azure Functions
-
D
Azure Advisor
Explanation
Azure Logic Apps can automate workflows based on metrics, while the others do not specifically manage resource allocation in this way.
What happens when a user in Azure DevOps is assigned a license that does not match their access needs?
-
A
They gain excess privileges
-
B
Access will be denied
-
C
Reduced access rights applied
-
D
It has no effect
Explanation
When a user is under-licensed, they have restricted access, while the other options suggest incorrect access behavior.
Which service enables automated provisioning in Azure DevOps?
-
A
Azure Pipelines
-
B
Azure Repos
-
C
Azure Artifacts
-
D
Azure Test Plans
Explanation
Azure Pipelines supports CI/CD for automated provisioning, while others serve different purposes.
A company needs to store logs that can be efficiently queried. Which Azure service should they use?
-
A
Azure Blob Storage
-
B
Azure SQL Database
-
C
Azure Log Analytics
-
D
Azure Table Storage
Explanation
Azure Log Analytics is optimized for querying and analyzing log data, while the others are for general data storage or database purposes.
You are configuring a DevOps pipeline with a manual approval step. What happens if approval is pending?
-
A
Pipeline continues immediately
-
B
Pipeline fails with an error
-
C
Pipeline waits for approval
-
D
Pipeline restarts from the beginning
Explanation
The pipeline will wait for manual approval before proceeding; it does not fail or restart.