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 41–50 of 144

Q41

A company needs to implement a shared identity solution for multiple applications in Azure. What should they use?

  • A Managed Service Identity
  • B Azure Active Directory
  • C Azure Key Vault
  • D Azure API Management
Explanation Azure Active Directory provides centralized authentication across multiple apps, whereas the others serve different purposes.
Q42

You are configuring a conditional access policy in Azure AD. What happens when a user does not meet the defined conditions?

  • A Access is granted
  • B Access is delayed
  • C Access is denied
  • D User is logged out
Explanation Access is denied if the user doesn't meet conditions; the other options do not describe the behavior of conditional access correctly.
Q43

Which service is primarily used for CI/CD in Azure?

  • A Azure DevOps
  • B Azure Functions
  • C Azure Blob Storage
  • D Azure Logic Apps
Explanation Azure DevOps is designed for CI/CD, while others serve different purposes.
Q44

A company needs to organize its Azure DevOps repositories effectively. What should they implement?

  • A Pipelines
  • B Projects
  • C Artifacts
  • D Dashboard
Explanation Projects in Azure DevOps help group related repositories, unlike the other options which serve different functions.
Q45

You are configuring permissions in Azure DevOps. What happens if a user is only assigned the 'Reader' role?

  • A They can modify code
  • B They can create pipelines
  • C They can view code only
  • D They can delete projects
Explanation The 'Reader' role only grants viewing permissions, while others allow modification or creation capabilities.
Q46

Which Azure service is best for container orchestration?

  • A Azure Kubernetes Service
  • B Azure Functions
  • C Azure App Service
  • D Azure Logic Apps
Explanation Azure Kubernetes Service is designed for managing containers, while the others serve different purposes.
Q47

A company needs to implement infrastructure as code. Which Azure service should they use?

  • A Azure Pipelines
  • B Azure DevTest Labs
  • C Azure Resource Manager
  • D Azure Monitor
Explanation Azure Resource Manager allows the management of resources through templates, unlike the others.
Q48

What happens when a pipeline fails to trigger on a code merge?

  • A The merge disallows the trigger
  • B The pipeline runs anyway
  • C The code is not merged
  • C The code is not merged
  • D Configure the trigger settings
Explanation Trigger settings need configuration to resolve failure, while the other options do not apply to resolved triggers.
Q49

Which service is best for automating infrastructure provisioning?

  • A Azure Blueprint
  • B Azure Monitor
  • C Azure Policy
  • D Azure DevTest Labs
Explanation Azure Blueprint provides a way to define and automate infrastructure and compliance artifacts, while others focus on monitoring or testing environments.
Q50

A company needs to track deployment approvals in Azure DevOps. What should they use?

  • A Service Hooks
  • B Environments
  • C Test Plans
  • D Kanban Boards
Explanation Environments in Azure DevOps allow for tracking deployment approvals and managing limited access during deployments.