Azure AZ-104 sample questions with explanations, traps, topic labels, and IT Mastery route links.
These original sample questions are designed to help you check how the exam topics appear in decision-style prompts. They are not taken from the live exam.
Use these sample questions as a guided self-assessment for Microsoft Azure Administrator (AZ-104) topics such as identity, RBAC scope, storage access, compute deployment, virtual networking, monitoring, backup, and operational troubleshooting. The prompts emphasize administrator choices under constraints.
The sample set below is part of the Microsoft AZ-104 guide path:
Work through each prompt before opening the explanation. Strong AZ-104 answers usually identify the management scope, the control plane, and the least disruptive operational fix.
Topic: RBAC scope for a project team
A project team needs to manage virtual machines, disks, and network interfaces for one application. They must not modify resources in other applications in the same subscription. What is the best RBAC assignment?
Best answer: B
Explanation: The team needs management access to a defined set of application resources, so the resource group scope is the natural boundary. Contributor may fit if they need broad management rights, while a custom role can narrow permissions further.
Why the other choices are weaker:
What this tests: Selecting RBAC scope and role type based on the resources a team must administer.
Related topics: RBAC; Scope; Resource groups; Least privilege
Topic: Private storage access
An application in a virtual network must access a storage account without sending traffic over the public internet. Administrators also want name resolution to return a private address from inside the network. What should they configure?
Best answer: A
Explanation: Private Endpoint brings the storage service into the virtual network through a private IP, and private DNS makes the service name resolve correctly from that network.
Why the other choices are weaker:
What this tests: Distinguishing private endpoint connectivity from routing, public IP, and governance controls.
Related topics: Private Endpoint; Storage; Private DNS; Networking
Topic: Operational alerting
A production VM occasionally reaches high CPU utilization for ten minutes. The operations team wants to notify an on-call group when the condition occurs and include the VM name in the alert context. Which approach best fits?
Best answer: A
Explanation: Azure Monitor metric alerts evaluate metric conditions and can notify people or systems through action groups. This directly matches the CPU threshold and notification requirement.
Why the other choices are weaker:
What this tests: Choosing the right Azure Monitor construct for metric-based operational alerts.
Related topics: Azure Monitor; Metrics; Action groups; Operations
Tech Exam Lexicon and IT Mastery are independent study tools. They are not affiliated with, endorsed by, or sponsored by the exam vendor.