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

You are an Azure administrator for your organization. You need to ensure that devices running Windows 10 are automatically registered in Azure Entra ID when users sign in with their corporate credentials. Which device identity feature should you configure?

  • Configure Azure Entra ID registered devices

  • Configure Azure Entra ID Join

  • Configure Hybrid Azure AD Join

  • Configure Windows Hello for Business

Question 2 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 3 of 15

You manage an Azure Storage account containing confidential data. You need to grant temporary access with write permissions to a container for an external vendor. The access should be revocable before its expiration without affecting other users. What should you do to meet these requirements?

  • Share the storage account key with the vendor.

  • Change the container's access level to public and share the container's URI.

  • Generate a user delegation SAS token with write permissions and share it with the vendor.

  • Create a shared access signature token linked to a stored access policy and provide it to the vendor.

Question 4 of 15

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?

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

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

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

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

Question 5 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 security group with assigned membership and add users from the Sales department

  • Create an administrative unit for the Sales department

  • 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

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

  • Enable anonymous access on the storage account.

  • Use shared access signatures to grant access to users.

  • Provide users with the storage account access keys.

  • Configure Azure Entra ID authentication for the storage account.

Question 7 of 15

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

  • Shared Access Signature

  • Stored Access Policies

  • Access Control Lists

  • Managed Identities

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

  • Use PowerShell to script the creation of user accounts.

  • 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.

Question 9 of 15

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.

  • Manually connect to the server and install the software.

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

  • Include a custom script extension in the template.

Question 10 of 15

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 Entra ID Administrative Units

  • Azure Entra ID Privileged Identity Management

  • Azure Management Groups

  • Azure Role-Based Access Control (RBAC)

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

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

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

  • Invite the user as a guest to the directory.

  • Create an application registration for the user.

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

  • 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.

  • Enable private endpoints on the storage account.

Question 13 of 15

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 FileStorage storage account with premium performance tier

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

  • Create a Blob storage account with premium performance tier

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

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

  • Establish an ExpressRoute circuit between VNetA and VNetB

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?

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

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

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

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