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 71–80 of 144
A company needs to manage infrastructure as code. Which tool should they implement?
-
A
Terraform
-
B
Azure Logic Apps
-
C
Azure Functions
-
D
Azure DevOps Boards
Explanation
Terraform effectively manages infrastructure as code, whereas others focus on workflow or serverless functions.
What happens when you enable Continuous Deployment in Azure DevOps?
-
A
Code is automatically deployed without delays.
-
B
Build artifacts are stored permanently.
-
C
Pipeline executions are triggered manually.
-
D
Code reviews become mandatory before deployments.
Explanation
Continuous Deployment ensures that every successful build is deployed automatically, while other options do not reflect this process.
Which service enables continuous integration in Azure?
-
A
Azure DevOps Pipelines
-
B
Azure Functions
-
C
Azure Blob Storage
-
D
Azure Virtual Machines
Explanation
Azure DevOps Pipelines support CI/CD workflows; other options do not.
A company needs to automate deployment to multiple environments. What should they use?
-
A
Azure Resource Manager
-
B
Azure Repos
-
C
Azure Artifacts
-
D
Azure Monitor
Explanation
Azure Resource Manager templates can automate deployments; others do not serve this purpose.
What happens when a pull request is created in Azure Repos?
-
A
Code is automatically merged
-
B
A notification is sent to reviewers
-
C
Build pipelines must stop
-
D
Commits are deleted from branches
Explanation
Creating a pull request sends notifications; others do not accurately describe the event.
Which Azure service is best for building event-driven applications?
-
A
Azure Functions
-
B
Azure DevOps
-
C
Azure SQL Database
-
D
Azure Blob Storage
Explanation
Azure Functions provides a serverless compute service for event-triggered tasks; other options do not serve the same purpose.
A company needs to implement continuous integration for their code. Which Azure service should they primarily use?
-
A
Azure Container Instances
-
B
Azure Pipelines
-
C
Azure Monitor
-
D
Azure Functions
Explanation
Azure Pipelines is designed specifically for CI/CD processes, while the other options serve different use cases.
You are configuring an Azure DevOps board for a new project. What happens if you delete a work item?
-
A
It is recovered automatically.
-
B
It gets archived.
-
C
It is permanently deleted.
-
D
It can be restored later.
Explanation
Deleted work items in Azure DevOps are permanently removed and cannot be recovered, unlike archiving.
Which Azure service enables real-time analytics on data streams?
-
A
Azure Stream Analytics
-
B
Azure Data Lake
-
C
Azure Event Grid
-
D
Azure Cosmos DB
Explanation
Azure Stream Analytics processes real-time data, while other options focus on data storage or event distribution.
A company needs to transition their existing VMs to a cloud environment. Which Azure feature should they primarily use?
-
A
Azure Backup
-
B
Azure Site Recovery
-
C
Azure Migrate
-
D
Azure Resource Manager
Explanation
Azure Migrate facilitates the migration of resources, whereas other options assist with backup or disaster recovery.