00:20:00

Microsoft Azure Administrator Associate Practice Test (AZ-104)

Use the form below to configure your Microsoft Azure Administrator Associate Practice Test (AZ-104). The practice test can be configured to only include certain exam objectives and domains. You can choose between 5-100 questions and set a time limit.

Logo for Microsoft Azure Administrator Associate AZ-104
Questions
Number of questions in the practice test
Free users are limited to 20 questions, upgrade to unlimited
Seconds Per Question
Determines how long you have to finish the practice test
Exam Objectives
Which exam objectives should be included in the practice test

Microsoft Azure Administrator Associate AZ-104 Information

As a candidate for this certification, you should have subject matter expertise in implementing, managing, and monitoring an organization’s Azure environment, including:

  • Virtual networks
  • Storage
  • Compute
  • Identity
  • Security
  • Governance

As an Azure administrator, you often serve as part of a larger team dedicated to implementing an organization's cloud infrastructure. You also coordinate with other roles to deliver Azure networking, security, database, application development, and DevOps solutions.

You should be familiar with:

  • Operating systems
  • Networking
  • Servers
  • Virtualization

In addition, you should have experience with:

  • PowerShell
  • Azure CLI
  • The Azure portal
  • Azure Resource Manager templates
  • Microsoft Entra ID

Skills measured

  • 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

Free Microsoft Azure Administrator Associate AZ-104 Practice Test

Press start when you are ready, or press Change to modify any settings for the practice test.

  • Questions: 20
  • Time: Unlimited
  • Included Topics:
    Manage Azure identities and governance
    Implement and manage storage
    Deploy and manage Azure compute resources
    Configure and manage virtual networking
    Monitor and maintain Azure resources

Free Preview

This test is a free preview, no account required.
Subscribe to unlock all content, keep track of your scores, and access AI features!

Question 1 of 20

As an Azure Administrator, you need to restrict access to a storage account so that it is accessible only from specific on-premises locations over the Internet, while blocking all other network traffic. What is the best method to achieve this?

  • Integrate the storage account with a virtual network created in Azure.

  • Activate Azure Active Directory authentication for the storage account.

  • Enable private endpoints on the storage account.

  • Set the storage account's firewall settings to permit access from the required external sources.

Question 2 of 20

You are an Azure administrator for Contoso Ltd. The company has two virtual networks, VNetA and VNetB, located in the same Azure region but in different subscriptions. You need to establish connectivity between the resources in VNetA and VNetB with minimal latency and bandwidth limitations. What should you do?

  • Implement an Azure Load Balancer to route traffic between VNetA and VNetB

  • Configure a site-to-site VPN connection between VNetA and VNetB

  • Create a virtual network peering between VNetA and VNetB using their resource IDs

  • Establish an ExpressRoute circuit between VNetA and VNetB

Question 3 of 20

An Azure administrator needs to add 500 new users to Azure Entra ID quickly and efficiently. The user data has been provided by the HR department. Which method should the administrator use to accomplish this task?

  • Set up Azure AD Connect to sync the accounts from an on-premises Active Directory.

  • Use the bulk create users feature in Azure Active Directory.

  • Create the user accounts manually through the Azure portal.

  • Use PowerShell to script the creation of user accounts.

Question 4 of 20

You are the Azure administrator for your company's virtual network infrastructure. A virtual machine named VM1 is experiencing connectivity issues to a specific endpoint. You need to determine whether network security group (NSG) rules are allowing or denying the traffic to that endpoint. Which Azure Network Watcher feature should you use?

  • Packet capture

  • Next hop

  • IP flow verify

  • Connection troubleshoot

Question 5 of 20

When deploying a virtual machine in Azure, which setting allows you to specify the number of CPUs and amount of memory allocated to the virtual machine?

  • Size

  • Availability Set

  • Resource Group

  • Image

Question 6 of 20

You have two virtual networks, VNetA and VNetB, that you want to connect using virtual network peering in Azure. What requirement must be met to successfully configure the peering between VNetA and VNetB?

  • Network security group flow logs are enabled on both VNets

  • Both VNets are in the same subscription

  • The IP address spaces of VNetA and VNetB do not overlap

  • Both VNets are in the same resource group

Question 7 of 20

You have an Azure Resource Manager (ARM) template that deploys a storage account and a virtual network. You need to update the template to include a virtual machine that is connected to the virtual network defined in the same template. What is the most appropriate way to modify the template to accomplish this?

  • Modify the 'outputs' section to include details of the virtual machine.

  • Add new parameters for the virtual machine configuration to the 'parameters' section of the template.

  • Add new resources for the virtual machine and its network interface to the 'resources' section of the template.

  • Add new variables for the virtual machine properties to the 'variables' section of the template.

Question 8 of 20

As part of a compliance audit, you must implement a solution that automatically rotates the two access keys for an Azure Storage account every 30 days while letting applications retrieve the keys securely without giving developers direct visibility of those secrets. Which Azure feature should you use to meet these requirements?

  • Automate access-key regeneration with custom scripts and scheduled tasks.

  • Use Azure Key Vault to store and automatically rotate the storage account access keys.

  • Manually regenerate the access keys periodically in the Azure portal.

  • Implement Azure AD authentication to eliminate the need for storage account access keys.

Question 9 of 20

Your organization has recently acquired licenses for a new enterprise application integrated with Azure Entra ID. As an administrator, you need to assign these licenses to a group of users, ensuring that license assignments automatically update when users join or leave the group. What should you do to accomplish this?

  • Create a dynamic device group and assign licenses to it.

  • Assign licenses directly to each user manually.

  • Configure an Azure Policy to enforce license assignments.

  • Assign licenses to users by adding them to a group with the licenses assigned.

Question 10 of 20

Which Azure Storage feature allows you to delegate limited permissions to storage resources for a specified time without sharing your account keys?

  • Managed Identities

  • Access Control Lists

  • Stored Access Policies

  • Shared Access Signature

Question 11 of 20

You are deploying an Azure infrastructure template that provisions a server. You need to ensure that additional software is automatically installed on the server after deployment. What is the best way to achieve this within the template?

  • Use Azure CLI to run the installation script after the server is deployed.

  • Include a custom script extension in the template.

  • Enable Azure Automation to install the software on the server.

  • Manually connect to the server and install the software.

Question 12 of 20

You are an Azure administrator tasked with deploying a storage solution for a new application. The application requires high-performance file shares accessible via the NFS protocol. The data stored is sensitive financial information. Which storage account configuration should you choose to meet these requirements?

  • Create a general-purpose v2 storage account with standard performance tier

  • Create a general-purpose v2 storage account with premium performance tier

  • Create a FileStorage storage account with premium performance tier

  • Create a Blob storage account with premium performance tier

Question 13 of 20

You assign the Contributor role to a user for a specific resource group named 'RG-WebApp'. The user has no other roles assigned at any other scope. What level of access does this user have?

  • The user has Contributor permissions on the entire subscription.

  • The user has Contributor permissions on all resource groups within the subscription.

  • The user has Contributor permissions on the 'RG-WebApp' resource group only.

  • The user has Reader permissions on the subscription and Contributor permissions on 'RG-WebApp'.

Question 14 of 20

Your company needs to deploy an AKS cluster where each pod must have its own IP address within the Azure virtual network to communicate directly with on-premises resources. Which networking model should you configure for the cluster to meet this requirement?

  • Azure CNI networking

  • Kubenet networking

  • Virtual Network peering

  • Azure Network Policy

Question 15 of 20

You need to transfer several terabytes of data from an on-premises server to an Azure Storage account. Your internet connection is reliable and sufficiently fast. You require a tool that can efficiently transfer data and can be automated via scripts. Which tool should you use?

  • Azure Portal

  • Azure Import/Export service

  • AzCopy

  • Azure Storage Explorer

Question 16 of 20

You are an Azure Entra ID administrator for your company. You need to create a group that automatically includes all users whose department is set to "Sales" in their user profiles. The group membership should update automatically when users change departments or new users are added to the Sales department. What should you do?

  • Create a Microsoft 365 group with assigned membership and add users from the Sales department

  • Create a security group with dynamic user membership using a department attribute query

  • Create an administrative unit for the Sales department

  • Create a security group with assigned membership and add users from the Sales department

Question 17 of 20

You are an Azure Administrator managing a production environment that includes several Azure Virtual Machines in the North Europe region. Your company requires a disaster recovery solution that allows failover to the West Europe region in case of a regional outage. You have been tasked with configuring replication of the VMs to the secondary region.

Which of the following steps should you perform first to set up the replication for the VMs?

  • Configure a backup policy for the virtual machines.

  • Enable replication for the virtual machines in the Azure portal.

  • Create an RSV in the West Europe region.

  • Install the replication agent on the virtual machines.

Question 18 of 20

You are an Azure Administrator at Contoso Ltd. The company needs to add a new user who does not have an existing Microsoft account or email address. The user should be able to sign in and access resources assigned to them in the company's Azure environment. Which of the following actions should you take to create this user account?

  • Invite the user as a guest to the directory.

  • Create a new cloud user with a username and password.

  • Use a synchronization tool to sync their account from on-premises.

  • Create an application registration for the user.

Question 19 of 20

You are an Azure administrator for a company that stores sensitive data in Azure Blob Storage. You want to ensure that users can access the blobs using their existing corporate credentials without managing storage account keys or shared access signatures. What should you configure to achieve this?

  • Use shared access signatures to grant access to users.

  • Enable anonymous access on the storage account.

  • Configure Azure Entra ID authentication for the storage account.

  • Provide users with the storage account access keys.

Question 20 of 20

An organization needs to delegate administrative permissions so that certain administrators can manage users and groups within their own department without affecting other departments. Which Azure feature should you implement to achieve this?

  • Azure Role-Based Access Control (RBAC)

  • Azure Entra ID Privileged Identity Management

  • Azure Management Groups

  • Azure Entra ID Administrative Units