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 141–144 of 144

Q141

You are configuring access to Azure DevOps. What happens when you add a user to a new security group?

  • A User inherits all group permissions
  • B User immediately has no permissions
  • C Group permissions are ignored
  • D User must wait for approval
Explanation The user inherits all permissions assigned to the group immediately; the other options misinterpret the group permission structure.
Q142

Which service enables infrastructure as code in Azure DevOps?

  • A Azure Resource Manager
  • B Azure DevTest Labs
  • C Azure Blueprints
  • D Azure Automation
Explanation Azure Resource Manager allows you to manage infrastructure using code, while others serve different purposes.
Q143

A company needs to enforce policies that restrict the regions where resources can be deployed in Azure. What should they use?

  • A Resource Locks
  • B Azure Policy
  • C Role-Based Access Control
  • D Resource Tags
Explanation Azure Policy is specifically designed for governance including regional restrictions, while others manage security or organization.
Q144

What happens when a build pipeline executes and a test fails during a predefined stage?

  • A The pipeline continues executing
  • B The pipeline fails immediately
  • C The affected tests are skipped
  • D The pipeline triggers a rollback
Explanation A failed test in a pipeline generally causes it to fail, stopping further execution.