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
Question 1 of 15

Your virtual machines in an Azure virtual network need to securely access an Azure Storage account without traversing the public internet. All traffic must stay within the Azure network infrastructure. What should you configure to meet these requirements?

  • Enable Azure Firewall between the virtual network and the storage account.

  • Configure a virtual network service endpoint for the storage account.

  • Implement a private endpoint connection to the storage account.

  • Create a user-defined route to direct traffic to the storage account.

Question 2 of 15

You have an Azure Storage Account that must be accessible only from a specific subnet in your virtual network. You need to prevent internet access to the storage account and deny access from other subnets. What should you configure to meet these requirements?

  • Create a service endpoint for Azure Storage on the subnet

  • Configure a network security group to allow traffic from the subnet to the storage account

  • Implement virtual network peering between the subnet and the storage account

  • Create a private endpoint for the storage account

Question 3 of 15

You need to set up a shared storage solution in Azure accessible via the SMB protocol from multiple locations. Which Azure service should you implement?

  • Azure Table Storage

  • Azure Blob Storage

  • Azure Files

  • Azure Queue Storage

Question 4 of 15

You are configuring backups for Azure resources located in the East US region. You need to create a vault to store these backups. Which location should you select for the vault to ensure optimal performance and compatibility?

  • The default region set for the subscription

  • The same region as the resources being backed up

  • Any region

  • A different region

Question 5 of 15

An administrator needs to verify if TCP port 443 is accessible from an Azure virtual machine to an on-premises server and obtain ongoing insights into the connection's health. Which Azure tool should they use?

  • NSG Flow Logs

  • Traffic Analytics

  • Network Watcher IP Flow Verify

  • Network Watcher Connection Monitor

Question 6 of 15

You need to reorganize your Azure resources by placing an existing virtual machine named VM1 into a different resource group named RG2. VM1 is currently running and uses managed disks in resource group RG1. What should you do to accomplish this task?

  • Use Azure PowerShell to detach VM1's disks, move them to RG2, and recreate VM1 in RG2.

  • Create a new VM in RG2 from a snapshot of VM1, then delete VM1 from RG1.

  • Use the Azure Portal to change VM1's resource group to RG2 while it is running.

  • Stop VM1, then use the Azure Portal to change its resource group to RG2.

Question 7 of 15

You are an Azure Administrator tasked with deploying a multi-container application consisting of a web frontend and a background processing service that need to communicate over localhost. How should you configure the deployment to meet these requirements using container instances?

  • Deploy each container in separate container groups and connect them using a virtual network.

  • Deploy both containers in a single container group.

  • Use an App Service to host the containers and enable communication via service endpoints.

  • Deploy the containers to a Kubernetes service to enable inter-container communication.

Question 8 of 15

An administrator needs to configure a Kubernetes cluster in Azure to automatically adjust the number of nodes based on workload demands. Which feature should be used to achieve this?

  • Kubernetes Cluster Autoscaler

  • Azure Traffic Manager

  • Azure Application Gateway

  • Azure Load Balancer

Question 9 of 15

Your company has deployed applications across multiple Azure regions. You need to monitor the connectivity between these regions, detect latency issues, and identify packet loss in the network. Which Azure service should you use to collect and analyze this information?

  • Azure Network Watcher

  • Azure Monitor Metrics

  • Network Performance Monitor

  • Azure Traffic Manager

Question 10 of 15

How can you capture the configuration of an existing resource group deployment for redeployment in Azure?

  • Use Azure Backup to back up the resource group.

  • Generate a reusable template from the deployment in the Azure portal.

  • Use Azure Resource Explorer to download the resource definitions.

  • Enable diagnostic logs to record the deployment details.

Question 11 of 15

You are an Azure Active Directory administrator tasked with updating the department names for several hundred users in your organization. Which method should you use to perform this bulk update efficiently?

  • Manually edit each user's profile in the Azure portal

  • Enable self-service group management for users

  • Write a custom script using Azure Functions to update user profiles

  • Use the bulk update feature in Azure Entra ID by uploading a CSV file

Question 12 of 15

You are an Azure administrator tasked with storing large amounts of archival data in Azure Blob Storage. While most of the data will be accessed infrequently, some of it needs to be accessed periodically with minimal latency. Your goal is to minimize storage costs while meeting these access requirements. Which storage tier should you choose?

  • Premium tier

  • Archive tier

  • Hot tier

  • Cool tier

Question 13 of 15

You manage an Azure storage account containing a large number of blobs. To optimize storage costs, you need to automatically transition blobs to lower access tiers based on their age. What should you do?

  • Create a blob lifecycle management policy to transition blobs to lower access tiers based on their age.

  • Enable soft delete for blobs to remove old versions.

  • Use Azure Monitor to create alerts and manually update blob tiers.

  • Set up a scheduled task to move blobs to lower access tiers using AzCopy.

Question 14 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?

  • Create an RSV in the West Europe region.

  • Configure a backup policy for the virtual machines.

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

  • Install the replication agent on the virtual machines.

Question 15 of 15

Which section of an ARM template allows you to specify values that can be customized during deployment?

  • parameters

  • variables

  • resources

  • outputs