EnglishDeutschFrançaisEspañolPortuguês

Question quality

Grounded in official sources. Carefully reviewed.

Our practice questions are based on published exam objectives and official provider documentation. Our review process checks answers and explanations against those sources, with additional checks that actively look for errors.

How we create and check our questions

Official exam objectives & documentation
Create question
Additional check for mistakes
Check answer & explanation
Approved?
Available in practice
Revise
YesNo
Official exam objectives & documentation
Create question
Additional check for mistakes
Check answer & explanation
Approved?
Available in practice
Revise
YesNo
  • Define the topics. Published exam objectives define the topics our questions cover. They guide the selection of knowledge and skills to practice.
  • Write from official documentation. We use official provider documentation to create original practice questions with AI assistance. This grounds the content in documented features and concepts.
  • Challenge the question. Additional review actively tries to find mistakes. It challenges the answer and wording to uncover contradictions, ambiguity or another option that could also be correct.
  • Check against the sources. Source-based review checks the correct answer, the other options and the explanation against official documentation. It looks for factual errors and reasoning that the sources do not support.

Sample questions from our question bank

Choose an answer and read Alex’s explanation.

Describe Azure architecture and services1 / 5

A company has multiple Azure subscriptions across different departments. They need to apply a single Azure Policy to all subscriptions to restrict the deployment of virtual machines to specific regions. What should they use?

AlexFull explanation from Alex

Management groups provide a governance scope above subscriptions, enabling you to apply Azure Policy, RBAC, and budgets across multiple subscriptions in a single assignment. By placing departmental subscriptions under one management group, a policy restricting VM deployment to specific regions inherits down to all child subscriptions and their resource groups automatically. Resource groups exist within a single subscription and cannot span multiple subscriptions—wrong scope. Resource tags add metadata for cost tracking and organization but cannot enforce policy restrictions. Azure Blueprints package policies, role assignments, and ARM templates together, but they still rely on management groups or subscriptions as their assignment scope. Exam tip: whenever a question says 'apply one policy across multiple subscriptions,' the answer is management groups. (Ref: learn.microsoft.com/azure/governance/management-groups/overview)

Sourcelearn.microsoft.com

Describe Azure management and governance2 / 5

Which of the following is a benefit of using Azure Resource Manager templates for deploying infrastructure?

AlexFull explanation from Alex

Azure Resource Manager (ARM) templates use declarative JSON syntax to define the desired state of your infrastructure. Key benefits include: repeatable deployments (the same template produces identical environments every time), consistency across dev/staging/prod, idempotency (redeploying the same template yields the same result without duplicating resources), and built-in orchestration (ARM resolves dependency ordering automatically). Templates do not replace subscriptions—you still need a subscription as the deployment target. A single template can deploy dozens of resources simultaneously, not just one. Cost optimization is Azure Advisor's domain, not ARM templates. Exam tip: ARM templates = declarative, repeatable, consistent, idempotent infrastructure-as-code. Also note Bicep is the recommended successor to JSON ARM templates. (Ref: learn.microsoft.com/azure/azure-resource-manager/templates/overview)

Sourcelearn.microsoft.com

Describe Azure management and governance3 / 5

True or False: Azure Cloud Shell includes both Azure CLI and Azure PowerShell pre-installed, and persists files across sessions using an Azure Files share.

AlexFull explanation from Alex

Azure Cloud Shell is a browser-based, authenticated terminal accessible from the Azure portal, shell.azure.com, or the Azure mobile app. It comes pre-installed with both Azure CLI (az commands) and Azure PowerShell (Az module), plus tools like kubectl, Terraform, git, and code editors. File persistence works through an Azure Files share (5 GB) mounted at your $HOME directory, ensuring scripts and configurations survive session restarts. Cloud Shell runs on a temporary Linux host that auto-authenticates with your Azure credentials. Sessions time out after 20 minutes of inactivity. You choose between Bash or PowerShell at launch. The statement is True because both CLIs are pre-installed and Azure Files provides cross-session persistence. (Ref: learn.microsoft.com/azure/cloud-shell/overview)

Sourcelearn.microsoft.com

Describe Azure management and governance4 / 5

Your company needs to prevent accidental deletion of critical production resources in Azure. Which feature should you implement?

AlexFull explanation from Alex

Azure resource locks prevent accidental deletion or modification of critical resources. Two lock types: CanNotDelete (Delete lock) — authorized users can read and modify the resource but cannot delete it. ReadOnly — authorized users can read the resource but cannot modify or delete it. Locks can be applied at subscription, resource group, or individual resource levels and inherit to child resources. Locks override RBAC permissions — even Owners cannot delete a CanNotDelete-locked resource without first removing the lock. Azure Policy enforces compliance rules but doesn't prevent deletion directly. RBAC controls access but can't prevent Owner-level deletions. Exam tip: Resource locks = prevent accidental deletion/modification. Two types: CanNotDelete and ReadOnly. Override RBAC.

Sourcelearn.microsoft.com

Describe Azure architecture and services5 / 5

Identify the correct order of the Azure resource hierarchy from highest to lowest scope.

AlexFull explanation from Alex

The Azure resource hierarchy from highest to lowest scope is: Management groups → Subscriptions → Resource groups → Resources. Management groups sit at the top, organizing multiple subscriptions and applying governance at scale. Subscriptions are billing and access boundaries containing resource groups. Resource groups are logical containers grouping related resources for lifecycle management. Resources are the individual Azure services (VMs, databases, storage accounts). Policies and RBAC assignments at higher levels inherit down to lower levels. A resource can only belong to one resource group, a resource group to one subscription, and a subscription to one management group. Exam tip: Hierarchy top-down: Management groups > Subscriptions > Resource groups > Resources.

Sourcelearn.microsoft.com

Questions about quality

Are these original questions or exam dumps?

Pass-IT offers original practice questions based on published exam objectives and official documentation. We do not offer exam dumps or actual exam questions.

What happens when a provider changes an exam?

We review the updated objectives and check the question bank for affected content. Questions are revised or removed where needed.

How can I report an error?

Use the report button on the question to tell us what seems wrong. We review reports and may correct or remove the question.

Try the questions yourself.

Your first practice session is free. No credit card required.

Practice for free