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
Start Mock Test Timed · Full-length · Scored

Questions 61–70 of 144

Q61

What Azure service enables continuous integration and delivery?

  • A Azure DevOps
  • B Azure Blob Storage
  • C Azure Virtual Machines
  • D Azure SQL Database
Explanation Azure DevOps offers CI/CD pipelines for automation, while the others serve different purposes.
Q62

A company needs to monitor Azure resources and manage costs. Which Azure service should they use?

  • A Azure Monitor
  • B Azure Functions
  • C Azure Key Vault
  • D Azure App Service
Explanation Azure Monitor tracks resource health and provides cost insights, unlike the other services.
Q63

You are configuring a pipeline trigger in Azure DevOps. What happens when using 'path filters'?

  • A Triggers on all commits
  • B Ignores specific paths
  • C Triggers on specific paths
  • D Only runs manual builds
Explanation Path filters trigger the pipeline only for changes in specified paths, unlike the other options.
Q64

Which service allows for automated infrastructure deployment in Azure?

  • A Azure Resource Manager
  • B Azure Functions
  • C Azure Logic Apps
  • D Azure DevTest Labs
Explanation Azure Resource Manager provides deployment automation, while the others focus on different functions.
Q65

A company needs to track code changes over time. Which Git feature should they use?

  • A Branches
  • B Releases
  • C Commits
  • D Issues
Explanation Commits represent code changes, while branches, releases, and issues serve different purposes.
Q66

You are configuring Azure Pipelines but need to reduce build times without affecting functionality. What change would help?

  • A Add more build agents
  • B Use a better testing framework
  • C Enable caching
  • D Switch to manual builds
Explanation Enabling caching speeds up builds by reusing artifacts, while the others may not effectively reduce build times.
Q67

Which service provides automatic scaling for Azure App Services?

  • A Azure Load Balancer
  • B Azure Functions
  • C Azure App Service Plan
  • D Azure Monitor
Explanation Azure App Service Plan handles scaling automatically, unlike the other services.
Q68

A company needs to manage secrets in Azure. Which service should they use?

  • A Azure Blob Storage
  • B Azure Key Vault
  • C Azure DevOps
  • D Azure Active Directory
Explanation Azure Key Vault securely stores and manages secrets, unlike the other options.
Q69

You are configuring Azure Pipelines. What happens if a task runs and fails?

  • A Subsequent tasks continue to run
  • B Pipeline stops unless configured otherwise
  • C Only succeeded tasks are reported
  • D The whole pipeline is deleted
Explanation By default, if a task fails, the pipeline stops unless otherwise configured.
Q70

Which Azure service is primarily used for monitoring application performance?

  • A Azure Monitor
  • B Azure DevOps
  • C Azure Storage
  • D Azure Cosmos DB
Explanation Azure Monitor provides comprehensive monitoring and analytics, while others serve different purposes.