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
Microsoft Azure Administrator Associate AZ-104 Logo
  • Free Microsoft Azure Administrator Associate AZ-104 Practice Test

  • 20 Questions
  • Unlimited
  • 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 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?

  • AzCopy

  • Azure Import/Export service

  • Azure Portal

  • Azure Storage Explorer

Question 2 of 20

You are an Azure administrator responsible for backing up critical data. Management has requested detailed reporting on backup activities, including job status, success rates, and restore operations across all your backup solutions. The solution must offer unified and comprehensive reporting across multiple environments and regions. What should you implement to meet these requirements?

  • Configure Azure Monitor to collect data from backups and use a Log Analytics workspace for reporting

  • Implement Azure Policy to audit backup configurations and use policy compliance reports

  • Utilize Azure Advisor's recommendations and insights for backup reporting

  • Use the built-in monitoring capabilities of each backup vault for reporting

Question 3 of 20

Your company has several departments, each utilizing multiple Azure resources. Management wants to ensure that resources are organized to simplify administrative tasks, such as applying settings, monitoring costs, and controlling access specific to each department. What is the BEST way to configure resources to meet these requirements?

  • Allocate separate subscriptions to each department

  • Use tags to label resources according to their department

  • Organize resources into separate resource groups for each department

  • Place all resources in one resource group and manage department access through policies

Question 4 of 20

An Azure administrator needs to automate the process of moving blobs to cooler storage tiers based on their last modification date and delete old blobs after a specified period. Which feature in Azure Storage allows them to define rules to automate these actions?

  • Azure Blob Snapshots

  • Azure Blob Lifecycle Management

  • Azure Blob Soft Delete

  • Azure Blob Versioning

Question 5 of 20

An organization has compliance requirements that prohibit the deployment of virtual machines in certain regions. What is the BEST method to ensure that users cannot deploy virtual machines in the prohibited regions?

  • Notify users about the compliance requirements and rely on them to comply.

  • Set up a resource lock to prevent deployment of virtual machines in those regions.

  • Implement a policy that denies the creation of virtual machines in the specified regions.

  • Remove user permissions to create virtual machines in the prohibited regions.

Question 6 of 20

You need to enable internal name resolution for your virtual machines within an Azure virtual network, ensuring that the name records are not accessible from the public internet. Which Azure service should you use?

  • Azure ExpressRoute

  • Azure Traffic Manager

  • Azure Public DNS zone

  • Azure Private DNS zone

Question 7 of 20

A company manages several Azure virtual machines that host their web application tier. They want to efficiently manage the network access policies for these VMs without assigning policies directly to each network interface or subnet. Which Azure feature can they use to group these VMs for easier management of network access rules?

  • Use Resource Groups to organize the VMs and apply network policies to the Resource Group

  • Create a Virtual Machine Scale Set for the VMs

  • Create an Application Security Group and associate the VMs with it

  • Tag the VMs with a common tag and configure network policies based on tags

Question 8 of 20

Your organization wants to centrally manage corporate-owned Windows 10 devices. Users need to sign in to these devices using their organizational accounts, and the devices must be managed and secured using policies defined in Microsoft Intune. What should you do to meet these requirements?

  • Enroll the devices in Mobile Device Management for Office 365

  • Register the devices with your organization's cloud directory

  • Join the devices to your organization's cloud directory

  • Join the devices to a local Active Directory domain

Question 9 of 20

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 both containers in a single container group.

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

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

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

Question 10 of 20

You need to configure backups for your Azure virtual machines. Which Azure resource should you create to store and manage the backup data?

  • A Storage Account

  • A Resource Group

  • A Recovery Services vault

  • A Backup Policy

Question 11 of 20

Which of the following can be used to perform file-level recovery from an Azure virtual machine backup?

  • Use Azure Backup's File Recovery feature

  • Use the Instant Restore feature of Azure Backup

  • Use Azure Site Recovery's Failover option

  • Use the Azure VM's Snapshot feature

Question 12 of 20

Which method allows you to use your own encryption keys to encrypt data at rest in an Azure Storage account?

  • Use client-side encryption with keys stored locally

  • Configure customer-managed keys stored in Azure Key Vault

  • Enable server-side encryption with Microsoft-managed keys

  • Store encryption keys in Azure Active Directory

Question 13 of 20

An administrator has established a virtual network peering connection between two Azure virtual networks, VNet-A and VNet-B. How is the network traffic between virtual machines in these two virtual networks handled?

  • It is routed privately over the Microsoft Azure backbone.

  • It is directed through the nearest public Azure Load Balancer.

  • It is routed through a mandatory VPN Gateway.

  • It is sent over the public internet.

Question 14 of 20

Your company has several Azure virtual machines running critical applications. You are tasked with configuring Azure Monitor Logs to collect and analyze performance data from these virtual machines. You need to ensure that the logs are collected in a centralized location where you can run queries and create alerts based on the data. What should you configure to meet these requirements?

  • Create a Log Analytics workspace and configure the virtual machines to send logs to it.

  • Enable Azure Monitor metrics and set up alerts based on threshold values.

  • Enable Azure Advisor recommendations and implement the suggested actions.

  • Create a Storage Account and configure the virtual machines to send logs to it.

Question 15 of 20

You are an Azure Administrator responsible for securing an Azure storage account that is accessed by multiple applications. You want to minimize the risk associated with storage account key exposure while allowing applications to access the storage resources. What should you do to achieve this?

  • Regenerate the storage account keys every week and distribute the new keys to applications.

  • Store the storage account keys in Azure Key Vault and configure applications to retrieve the keys from Key Vault.

  • Use Shared Access Signatures (SAS) for applications to access the storage account instead of using the account keys.

  • Disable one of the storage account keys to limit access to the storage account.

Question 16 of 20

You are an Azure administrator managing a storage account that holds a large number of blobs. Data analysis shows that some blobs have not been accessed in over 180 days, and you need to reduce storage costs for these infrequently accessed blobs. What should you do?

  • Enable blob versioning

  • Configure a CDN to cache the blobs

  • Change the access tier of these blobs to Archive

  • Enable soft delete for blobs

Question 17 of 20

An organization wants to back up their Azure virtual machines with a specific retention policy: daily backups retained for 30 days, weekly backups retained for 12 weeks, monthly backups retained for 12 months, and yearly backups retained for 7 years. They want to automate this process with minimal administrative overhead. Which backup policy configuration option should they use?

  • Configure separate backup policies for daily, weekly, monthly, and yearly backups

  • Set up a backup policy using Azure Site Recovery with custom retention settings

  • Create a custom backup policy with multiple retention ranges for daily, weekly, monthly, and yearly backups

  • Use the default backup policy and adjust the retention to meet the requirements

Question 18 of 20

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 Files

  • Azure Table Storage

  • Azure Queue Storage

  • Azure Blob Storage

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

  • Enable private endpoints on the storage account.

  • Activate Azure Active Directory authentication for the storage account.

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

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

Question 20 of 20

You are an Azure administrator for a company. There is a virtual machine named VM1 that hosts a web application that must be accessible from the internet over port 80. The company's security policy states that virtual machines should not be assigned public addresses directly. What should you implement to meet these requirements?

  • Set up an Azure Load Balancer to forward port 80 to VM1

  • Configure an Azure Virtual Network NAT gateway

  • Assign a public address to the virtual network subnet containing VM1

  • Enable Azure Traffic Manager to route traffic to VM1