MicrosoftAssociate levelAZ-104

AZ-104 exam dumps: 288 free Azure Administrator practice questions

Free AZ-104 practice questions for the Microsoft Certified: Azure Administrator Associate exam, with the correct answer and a full explanation for every option. Read the first 10 below, browse all 288 by number, or take a timed practice exam.

Question bank last updated January 2025

Free AZ-104 practice questions

Questions 1 to 10 of 288

Pick an answer before you open the explanation. Each question also has its own page with a permalink.

AZ-104 Question 1

Single answer

You are an Azure Administrator for an organization using Microsoft Entra ID. You need to create a group that automatically adds members whenever a user’s Department attribute is set to 'Finance.' Which group membership configuration in Microsoft Entra ID should you use to achieve this objective?

  1. A

    Assigned membership

  2. B

    Dynamic device membership

  3. C

    Dynamic user membership

  4. D

    Self-service group management

Show answer and explanation

Correct answer: C

Explanation

Dynamic user membership is the correct choice because it uses attribute-based rules (e.g., Department) to automatically manage group membership without manual intervention.

  • A. Incorrect.

    This option requires you to manually add or remove users, which does not fulfill the requirement of automatic membership based on an attribute.

  • B. Incorrect.

    Dynamic device membership applies rules to devices rather than to users, so it won't meet the requirement of automatically adding users based on the Department attribute.

  • C. Correct.

    Dynamic user membership lets you create a membership rule based on user attributes such as Department, enabling automated user addition or removal.

  • D. Incorrect.

    Self-service group management allows users to request membership in groups, but it does not automatically add or remove users based on attributes.

AZ-104 Question 2

Single answer

You are an Azure Administrator for a company that uses Microsoft Entra for identity management. The HR department requests that any new user hired into the 'Sales' department is automatically added to the 'SalesTeam' group without requiring manual updates. Which action should you take to ensure these users are instantly assigned to the correct group upon hire?

  1. A

    Edit the 'SalesTeam' group membership to require approval-based joining for all new hires

  2. B

    Define a dynamic membership rule that adds members with Department set to 'Sales' to the 'SalesTeam' group

  3. C

    Convert the 'SalesTeam' group into a Microsoft 365 group and enable self-service membership

  4. D

    Create a script to run nightly that queries each new user’s department and updates group membership

Show answer and explanation

Correct answer: B

Explanation

Dynamic membership in Microsoft Entra (Azure AD) automatically assigns users to groups based on their user attributes, such as Department. Defining a rule that checks whether the Department attribute is set to 'Sales' ensures all new 'Sales' employees are added to the 'SalesTeam' group without manual intervention.

  • A. Incorrect.

    Approval-based joining only allows users to request membership but doesn’t automate assignment based on user attributes, so it’s not suitable for automatic assignment.

  • B. Correct.

    A dynamic membership rule in Microsoft Entra (Azure AD) uses a user’s department or other attributes to grant or remove group membership automatically.

  • C. Incorrect.

    Changing the group type to a Microsoft 365 group and enabling self-service membership would still require users to manually join, which does not meet the requirement for automatic assignment.

  • D. Incorrect.

    While scripting could theoretically manage membership, it requires ongoing maintenance and does not leverage native Azure AD dynamic membership capabilities, making it less efficient and more prone to error.

AZ-104 Question 3

Single answer

Your company recently hired several employees who need immediate access to a corporate application protected by a Microsoft Entra security group. You want the group's membership to be updated automatically based on each new employee's department attribute in Microsoft Entra ID. Which group membership type should you configure to ensure that all new employees in the 'Sales' department are automatically added to this group?

  1. A

    Assigned group membership

  2. B

    Dynamic user membership

  3. C

    Dynamic device membership

  4. D

    Microsoft 365 group membership

Show answer and explanation

Correct answer: B

Explanation

Dynamic user membership in Microsoft Entra ID lets you define rules based on user attributes. When a new employee in the 'Sales' department is created, the attribute-based membership rule automatically adds the user to the group, removing the need for manual intervention.

  • A. Incorrect.

    Assigned group membership requires manual addition or removal of members, which does not suit the automatic requirement.

  • B. Correct.

    Dynamic user membership automatically adds or removes user accounts based on defined user attributes, fulfilling the scenario’s requirement.

  • C. Incorrect.

    Dynamic device membership filters devices, not user attributes, so it would not automatically add employees based on their department.

  • D. Incorrect.

    Microsoft 365 group membership is primarily for collaboration scenarios, and it does not inherently automate user addition based on attributes.

AZ-104 Question 4

Single answer

You are an Azure Administrator for Contoso. The organization wants to simplify user access for newly created user accounts so that new hires immediately have the correct permissions and resources. You need to create a group in Azure Active Directory that automatically includes all new user accounts as soon as they are created. Which membership type should you choose?

  1. A

    Assigned membership

  2. B

    Dynamic user membership

  3. C

    Dynamic device membership

  4. D

    Microsoft 365 group

Show answer and explanation

Correct answer: B

Explanation

Dynamic user membership automatically includes new user accounts in a group based on user attributes. This meets the requirement of having new hires immediately gain access without manual intervention.

  • A. Incorrect.

    Requires manual addition and removal of members, so it will not automatically include new users.

  • B. Correct.

    Automatically adds users to the group based on their user attributes, making it ideal for immediately including new hires.

  • C. Incorrect.

    Relies on device attributes rather than user attributes, so it's not suitable for automatically including new user accounts.

  • D. Incorrect.

    Primarily used for collaboration scenarios (mailbox, calendar). It does not automatically add new user accounts based on their attributes.

AZ-104 Question 5

Single answer

You are an Azure Administrator at a marketing firm using Azure Active Directory (Azure AD) to manage identity. The HR department requests a group that automatically includes all user accounts with the 'Marketing' department attribute so that it can be used to secure resources in Azure. Which group type in Azure AD best meets these requirements?

  1. A

    Microsoft 365 group with assigned membership

  2. B

    Security group with assigned membership

  3. C

    Security group with dynamic user membership

  4. D

    Microsoft 365 group with dynamic device membership

Show answer and explanation

Correct answer: C

Explanation

To automatically add members based on user attributes in Azure AD, you need a dynamic group configured for users rather than devices. A security group with dynamic user membership ensures that user accounts are added or removed based on defined attribute rules, fulfilling the HR department’s request.

  • A. Incorrect.

    Does not automatically add the relevant users since it's assigned membership

  • B. Incorrect.

    Does not automatically add the relevant users since it's assigned membership

  • C. Correct.

    Automatically adds or removes users based on specified user attribute rules

  • D. Incorrect.

    Intended for device objects, not for user objects

AZ-104 Question 6

Single answer

You are an Azure Administrator at an organization acquiring 50 new employees from a recently acquired company. You want to create their user accounts in Azure Active Directory and automatically add them all to a new group that has existing RBAC assignments for multiple resources in your subscription. Which is the most efficient method to accomplish these tasks in the Azure portal with minimal administrative overhead?

  1. A

    Create each user individually using the New user option in the Azure portal and then manually add each user to the new group

  2. B

    Use the Bulk create feature in Azure AD, providing a CSV file with both user information and group membership details

  3. C

    Execute a PowerShell script to create user accounts and group assignments separately for each user

  4. D

    Rely on the Azure CLI to interactively prompt for each user’s details and then manually assign the new group

Show answer and explanation

Correct answer: B

Explanation

Utilizing the Bulk create feature in the Azure AD portal streamlines the process by allowing you to upload a CSV file containing both user attributes and group membership. This eliminates the need for repetitive manual steps or additional scripting when onboarding multiple new employees at the same time.

  • A. Incorrect.

    Manually creating each user and then adding them to the group one at a time is very time-consuming, especially for 50 users, and is not the most efficient approach in the portal.

  • B. Correct.

    Using the Bulk create feature for user creation in Azure AD with a properly formatted CSV file allows you to specify user details and group membership in one process, making this approach the most efficient for large imports.

  • C. Incorrect.

    While PowerShell can automate user creation, it still requires you to write and execute scripts, and it involves separate steps for group assignments. This is less straightforward than using the built-in Bulk create option in the portal.

  • D. Incorrect.

    Manually responding to prompts for each user’s details via the Azure CLI defeats the purpose of automation and bulk user creation, especially when handling many users.

AZ-104 Question 7

Select 2

You are an Azure Administrator for Contoso. Your organization plans to assign Microsoft 365 E3 licenses to 50 new employees. However, you discover that their 'Usage location' property must be set before the licenses can be assigned. You want to update this property for all 50 users in a single operation. Which of the following methods can you use to accomplish this task? (Choose two options.)

  1. A

    Use Azure AD PowerShell to run a script that updates the usage location property for multiple users at once

  2. B

    Use the Azure portal to select each user individually and manually update the usage location property

  3. C

    Use the Microsoft 365 admin center to run a bulk update by uploading a CSV file

  4. D

    Create a dynamic Azure AD group that automatically sets the usage location for all members

Show answer and explanation

Correct answers: A, C

Explanation

To update the required 'Usage location' for multiple users at once, you can either use Azure AD PowerShell scripts or the Microsoft 365 admin center's bulk update via CSV. Dynamic groups only help manage group membership based on user attributes; they do not alter user properties themselves, and manually updating each user does not fulfill the requirement of a single, efficient operation.

  • A. Correct.

    Azure AD PowerShell supports batch scripting to modify attributes such as usage location for several users simultaneously

  • B. Incorrect.

    Selecting each user individually does not meet the requirement of a single operation for all 50 users

  • C. Correct.

    The Microsoft 365 admin center allows for bulk updates using a CSV file, enabling a single operation for multiple users

  • D. Incorrect.

    Dynamic groups cannot set user attributes; they only assign membership based on existing attributes

AZ-104 Question 8

Single answer

Your company uses Azure Active Directory to manage users and groups. You have created a new dynamic security group that uses a rule to automatically include employees whose Department property is set to 'Sales.' However, newly created users in the 'Sales' department are not added to the group, and you confirm that the department is correctly set in each user’s profile. Which step should you take to ensure that new users are successfully added to the group?

  1. A

    Convert the group from a security group to a Microsoft 365 group

  2. B

    Enable a service principal for department-based assignment

  3. C

    Create a custom extension attribute to store the Department property

  4. D

    Verify that your membership rule references the correct Department attribute name

Show answer and explanation

Correct answer: D

Explanation

When configuring an Azure AD dynamic security group, the primary issue often lies in how the membership rule is constructed. Department is a native user property in Azure AD, so no additional extension attributes or group type changes are typically required. Verifying the rule uses the correct attribute and syntax for ‘Department’ resolves the issue of users not being added to the group.

  • A. Incorrect.

    Changing the group type to a Microsoft 365 group is not directly related to the issue of users not being added to the group by a Department-based rule.

  • B. Incorrect.

    Enabling a service principal for department-based assignment is not required for dynamic membership based on user attributes in Azure AD.

  • C. Incorrect.

    A custom extension attribute is only needed if you are referencing an attribute not natively available in Azure AD; Department is a built-in attribute, so no custom attribute is required.

  • D. Correct.

    Azure AD dynamic membership rules rely on the correct attribute name. Ensuring that the membership rule specifically references the built-in 'department' attribute (and not a misspelling or unrelated field) is the key step.

AZ-104 Question 9

Single answer

You work as an Azure Administrator for Contoso, Inc. The HR department recently changed the reporting structure for 50 employees in the marketing department. You need to update each user’s manager property in Azure Active Directory to reflect the newly assigned manager and ensure these users are also members of a specific Azure AD security group. Which method provides the most efficient way to perform these changes in bulk?

  1. A

    Manually update each user profile in the Azure portal and add users to the group individually

  2. B

    Use the Azure AD PowerShell module to update the Manager attribute and assign group membership in bulk

  3. C

    Create a new dynamic security group that automatically assigns membership based on the users’ manager attribute

  4. D

    Enable Azure AD Premium P2 licenses for all users to automatically sync manager information from on-premises Active Directory

Show answer and explanation

Correct answer: B

Explanation

The Azure AD PowerShell module enables efficient bulk updates to user properties and security group memberships. It saves time and reduces the chance of errors compared to manual updates in the Azure portal.

  • A. Incorrect.

    Manually updating each user is time-consuming and error-prone, especially when dealing with large groups.

  • B. Correct.

    Using the Azure AD PowerShell module allows you to script and automate bulk changes efficiently, including updates to the Manager field and group membership.

  • C. Incorrect.

    Dynamic group membership can automate group assignments based on user attributes, but it does not update the Manager property for users.

  • D. Incorrect.

    Azure AD Premium P2 does not automatically update the manager attribute. License tiers do not replace the need to update user properties or to configure directory synchronization properly.

AZ-104 Question 10

Single answer

You are an Azure Administrator for a company that has recently hired a large number of new full-time employees. You want to ensure each new employee automatically receives a Microsoft 365 E5 license on their first day. You decide to use group-based licensing in Microsoft Entra ID to avoid manual overhead. Which approach should you implement to accomplish this goal?

  1. A

    Use a security group with dynamic membership to automatically assign licenses based on user attributes.

  2. B

    Manually assign licenses to each user by selecting them from the Azure portal.

  3. C

    Create a distribution group for all full-time employees, and enable licensing assignment through that group.

  4. D

    Require departmental managers to submit a change request form each time a license needs to be assigned.

Show answer and explanation

Correct answer: A

Explanation

Group-based licensing in Microsoft Entra ID allows you to automatically assign licenses to users by adding them to a group that has a specific license applied. A security group with dynamic membership is the most efficient solution for this scenario, as it uses user attributes to automatically add or remove employees from the group, thereby assigning or revoking licenses without manual intervention.

  • A. Correct.

    Using a security group with dynamic membership allows you to automatically add users based on attributes like job title or department, then assign licenses to the group.

  • B. Incorrect.

    Manually assigning licenses is time-consuming and prone to human error, especially when dealing with a large number of hires.

  • C. Incorrect.

    Distribution groups are for email distribution and cannot be used for license assignment in Microsoft Entra ID. You need a security or Microsoft 365 group for license assignment.

  • D. Incorrect.

    Relying on change requests is a manual process that defeats the purpose of automated license assignment in Microsoft Entra ID.

Timed practice exam

Take a AZ-104 practice test under exam conditions

60 questions in 60 minutes, drawn from this bank, with a score report and a per-question review when you finish.

Start timed exam

What the AZ-104 exam covers

Official Microsoft Certified: Azure Administrator Associate exam domains and weightings.

  • Manage Azure Identities and Governance

    20% of exam

  • Implement and Manage Storage

    15% of exam

  • Deploy and Manage Azure Compute Resources

    20% of exam

  • Implement and Manage Virtual Networking

    15% of exam

  • Monitor and Maintain Azure Resources

    10% of exam

AZ-104 practice questions 1 to 100 of 288

Every question has a page with the answer and explanation. Numbers are stable, so you can bookmark or share them. The bank is split into 3 pages of up to 100 questions.

  1. 1.You are an Azure Administrator for an organization using Microsoft Entra ID. You need to create a group that...
  2. 2.You are an Azure Administrator for a company that uses Microsoft Entra for identity management. The HR...
  3. 3.Your company recently hired several employees who need immediate access to a corporate application protected...
  4. 4.You are an Azure Administrator for Contoso. The organization wants to simplify user access for newly created...
  5. 5.You are an Azure Administrator at a marketing firm using Azure Active Directory (Azure AD) to manage...
  6. 6.You are an Azure Administrator at an organization acquiring 50 new employees from a recently acquired...
  7. 7.You are an Azure Administrator for Contoso. Your organization plans to assign Microsoft 365 E3 licenses to 50...
  8. 8.Your company uses Azure Active Directory to manage users and groups. You have created a new dynamic security...
  9. 9.You work as an Azure Administrator for Contoso, Inc. The HR department recently changed the reporting...
  10. 10.You are an Azure Administrator for a company that has recently hired a large number of new full-time...
  11. 11.You are an Azure Administrator for your organization. You have assigned group-based licenses for Microsoft...
  12. 12.You are an Azure Administrator for Contoso. Your organization uses Microsoft Entra ID to manage Microsoft 365...
  13. 13.You are an Azure Administrator for Contoso. The company is partnering with an external vendor, Fabrikam,...
  14. 14.You are the Azure Administrator for Contoso. A project requires collaboration with an external partner who...
  15. 15.You are an Azure Administrator for a company that frequently collaborates with external partners. You need to...
  16. 16.You are an Azure administrator for a company planning to introduce self-service password reset (SSPR) to a...
  17. 17.You are an Azure Administrator for a company that wants to enable Self-Service Password Reset (SSPR) only for...
  18. 18.You are an Azure Administrator responsible for configuring self-service password reset (SSPR) across your...
  19. 19.You are an Azure Administrator for a company that requires a group of developers to manage only the Virtual...
  20. 20.You are an Azure Administrator for Contoso. A team of developers should be able to create and manage only...
  21. 21.You are an Azure Administrator responsible for multiple resource groups. In one resource group, the security...
  22. 22.You need to grant a junior admin the ability to create, start, and stop virtual machines within a resource...
  23. 23.A new security consultant needs read-only access to all Azure resources in your subscriptions so they can...
  24. 24.You have been asked to grant a support engineer the ability to create and manage all Azure resources within a...
  25. 25.You are an Azure Administrator for Contoso. A developer named DevUser must be able to manage resources in the...
  26. 26.You manage an Azure subscription with multiple resource groups: Development, Test, and Production. You need...
  27. 27.Your organization has multiple resource groups within a single subscription. You have a user who needs to...
  28. 28.You are managing an Azure subscription with multiple resource groups. A user named John has been assigned the...
  29. 29.You manage an Azure subscription that contains several resource groups, including one named RG-Data. A user...
  30. 30.A user named Alex has been assigned the Reader role at the subscription level. However, Alex is also a member...
  31. 31.Your organization is using multiple Azure subscriptions to separate different cost centers. The finance...
  32. 32.Your organization has multiple Azure subscriptions, including one used for production. You need to enforce...
  33. 33.You are an Azure Administrator for a global retail organization that manages multiple Azure subscriptions....
  34. 34.Your organization requires that all newly deployed Azure resources must include a 'CostCenter' tag. You...
  35. 35.You are an Azure Administrator for Contoso. The company requires all resources in a particular subscription...
  36. 36.You are an Azure Administrator at Contoso. Your team has created a custom Azure Policy definition that...
  37. 37.You are an Azure Administrator for an e-commerce company. The development team frequently updates resources...
  38. 38.You manage an Azure resource group that hosts a critical Storage Account. The business requires that this...
  39. 39.You are an Azure Administrator for a company that has a resource group named 'DataRG' which contains a...
  40. 40.You are tasked with ensuring that all existing and newly created Azure resources within a specific resource...
  41. 41.You are an Azure Administrator for a company that has multiple subscriptions. The company wants to track...
  42. 42.You are managing multiple Azure resources across subscriptions. The finance department requires that all...
  43. 43.Your organization wants to ensure that all resources in a resource group named 'FinanceRG' include a...
  44. 44.You manage an Azure environment with multiple resource groups, including one named 'TestServicesRG' that...
  45. 45.You are an Azure Administrator for Contoso. You have been directed to ensure that all resources, both...
  46. 46.Your organization has consolidated multiple Azure subscriptions for different departments. You want to ensure...
  47. 47.Your organization manages multiple Azure subscriptions for different departments. You need to ensure that a...
  48. 48.Your organization has multiple Azure subscriptions and wants to ensure a standard set of Azure Policy...
  49. 49.You are an Azure administrator at an e-commerce company experiencing rising monthly Azure costs. You need to...
  50. 50.You administer multiple Azure subscriptions for different departments. The marketing team often exceeds its...
  51. 51.You are an Azure administrator for an e-commerce company. The company wants to set up an alert when their...
  52. 52.You are an Azure Administrator for Contoso, a global enterprise with multiple Azure subscriptions in your...
  53. 53.You are an Azure Administrator for a company that has multiple Azure subscriptions. The company wants to...
  54. 54.Your organization wants to implement a single, top-level hierarchy for all Azure subscriptions by creating a...
  55. 55.Your organization hosts a sensitive data container in an Azure Storage account. You’ve been asked to...
  56. 56.Your organization needs to share a Blob container externally for exactly 72 hours, allowing only read access...
  57. 57.Your company manages an Azure Storage account used to store large media files. You want to share the video...
  58. 58.You manage an Azure Storage account that must only be accessible from within an Azure Virtual Network (VNet)...
  59. 59.You administer an Azure Storage account that must only allow incoming connections from an Azure Virtual...
  60. 60.You manage an Azure Storage account named contosodata, which is currently accessible from all networks. A new...
  61. 61.Your organization runs a container in Azure Blob Storage which currently stores critical files. You need to...
  62. 62.You have a private container named 'media' in your Azure Storage account storing corporate training videos....
  63. 63.A company hosts a web application that needs to upload files to an Azure Blob Storage container. The goal is...
  64. 64.You are an Azure Administrator for a company that stores departmental data in different containers. A manager...
  65. 65.You need to grant a group of external consultants temporary read access to a container named...
  66. 66.You have an Azure Storage container that stores confidential documents. You need to grant temporary read...
  67. 67.You manage an Azure Storage account used by various internal applications. The primary access key for this...
  68. 68.You are the Azure Administrator for a company that uses a production Azure Storage account. The application...
  69. 69.Your organization’s security policy mandates periodic rotation of storage account access keys for an Azure...
  70. 70.Contoso Ltd. has an on-premises Active Directory domain and uses Azure File shares for file storage. They...
  71. 71.You are the Azure Administrator for Contoso. The company has an on-premises Active Directory domain synced...
  72. 72.You administer an Azure Storage account that must allow on-premises domain users to authenticate with their...
  73. 73.Your organization wants to store mission-critical data in an Azure Storage account with minimal downtime even...
  74. 74.You manage an Azure Storage account used for storing critical business data. The data must remain highly...
  75. 75.You are managing an Azure Storage account that receives large amounts of data each day. After 30 days, the...
  76. 76.You are an Azure Administrator for Contoso. The company needs to create a new storage account to store large...
  77. 77.Your organization is deploying a global e-commerce application that must remain available even if the primary...
  78. 78.Your company recently created a new Azure Storage account to store sensitive data. The security policy states...
  79. 79.An e-commerce company is hosting mission-critical data in Azure. They require the highest availability and...
  80. 80.You run a mission-critical application that must stay online even if an entire Azure region goes offline. The...
  81. 81.Your company hosts a mission-critical application in Azure that must retain high availability even if the...
  82. 82.Your organization has two Azure Storage accounts in different regions: contososrc (the source) and contosodst...
  83. 83.You are an Azure Administrator at a multinational company. You have two Azure Storage accounts: 'sourceac' in...
  84. 84.You manage two standard General Purpose v2 storage accounts named sourceacc (East US) and destacc (West US)....
  85. 85.Contoso has created a new Azure Storage account to store sensitive corporate data. Due to compliance...
  86. 86.You are an Azure Administrator at Contoso. The company requires all data stored in a new Azure Storage...
  87. 87.You are the Azure Administrator for an organization that requires all data stored in Azure to be encrypted at...
  88. 88.You are an Azure Administrator at a company that has large video files stored on-premises. You need to upload...
  89. 89.You are an Azure administrator for your company. You need to migrate a set of large data files from an...
  90. 90.You are the Azure Administrator for Contoso. You need to move tens of thousands of backup files from an...
  91. 91.An organization with a hybrid environment wants to provide users with a shared folder that can be accessed...
  92. 92.You manage an Azure Storage account that hosts both an Azure file share and multiple Blob containers for your...
  93. 93.Your organization runs a Windows-based application that needs SMB file shares for regular file storage, while...
  94. 94.Your organization has created a standard General Purpose v2 storage account named contosoStorage to host file...
  95. 95.You have created an Azure file share named 'data-share' in a standard general-purpose v2 storage account. You...
  96. 96.You plan to create an Azure file share in your general-purpose v2 storage account so that on-premises users...
  97. 97.You need to create a new container in an existing Azure Storage account to store publicly accessible video...
  98. 98.Your company needs a new container within an existing Azure Storage account to store sensitive logs. The...
  99. 99.Your company requires that a newly created container in Azure Blob Storage store application logs so that...
  100. 100.You are an Azure Administrator for a company that stores application logs in Azure Blob Storage. The logs...

AZ-104 exam dumps FAQ

Are these AZ-104 dumps real exam questions?

No. These are original practice questions written to the Microsoft Certified: Azure Administrator Associate exam objectives, not questions copied from a live exam. Memorising leaked questions violates Microsoft's candidate agreement and stops working the moment the question pool rotates. Use this bank to check your understanding of each domain and to find the topics you still need to study.

How many AZ-104 practice questions are there?

288 questions, each with the correct answer, an explanation of the answer, and a note on why every other option is wrong. The first 10 are on this page and every question has its own page linked below.

Are the AZ-104 exam dumps free?

Yes. Every question, answer and explanation on this page and the linked question pages is free to read without an account. A free HydraNode account adds timed practice exams, scoring and progress tracking across attempts.

How do I take a timed AZ-104 practice test?

Sign in and start the Microsoft Certified: Azure Administrator Associate exam on HydraNode. A session gives you 60 questions drawn from this bank in 60 minutes, then a score report with a per-question review.

What topics does the AZ-104 exam cover?

The official exam domains are: Manage Azure Identities and Governance; Implement and Manage Storage; Deploy and Manage Azure Compute Resources; Implement and Manage Virtual Networking; Monitor and Maintain Azure Resources.