00:15: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: 15
  • 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 15

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?

  • Availability Set

  • Size

  • Image

  • Resource Group

Question 2 of 15

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.

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

  • Create an application registration for the user.

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

Question 3 of 15

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?

  • Enable private endpoints on the storage account.

  • Activate Azure Active Directory authentication for the storage account.

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

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

Question 4 of 15

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?

  • Kubenet networking

  • Virtual Network peering

  • Azure CNI networking

  • Azure Network Policy

Question 5 of 15

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?

  • Both VNets are in the same resource group

  • Network security group flow logs are enabled on both VNets

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

  • Both VNets are in the same subscription

Question 6 of 15

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?

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

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

  • Establish an ExpressRoute circuit between VNetA and VNetB

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

Question 7 of 15

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?

  • Create the user accounts manually through the Azure portal.

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

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

  • Use PowerShell to script the creation of user accounts.

Question 8 of 15

Assigning a role to a user at the resource group scope grants them the same permissions at the subscription level.

  • True

  • False

Question 9 of 15

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.

  • Provide users with the storage account access keys.

  • Enable anonymous access on the storage account.

  • Configure Azure Entra ID authentication for the storage account.

Question 10 of 15

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 Storage Explorer

  • Azure Import/Export service

  • Azure Portal

  • AzCopy

Question 11 of 15

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?

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

  • Install the replication agent on the virtual machines.

  • Configure a backup policy for the virtual machines.

  • Create an RSV in the West Europe region.

Question 12 of 15

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?

  • Next hop

  • Packet capture

  • Connection troubleshoot

  • IP flow verify

Question 13 of 15

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 an administrative unit for the Sales department

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

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

Question 14 of 15

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?

  • Configure an Azure Policy to enforce license assignments.

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

  • Assign licenses directly to each user manually.

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

Question 15 of 15

An Azure Administrator needs to securely manage and regularly rotate the access keys for an Azure Storage account. What is the best method to achieve this?

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

  • Automate the regeneration of access keys using scripts and scheduled tasks.

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

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