All practice questions
1252 questions
You have an Azure Storage account named storage1. You need to grant a user named User1 the ability to read blob data within the containers of storage1 by using Microsoft Entra ID authentication. Your solution must follow the principle of least privilege. Which Azure role-based access control (RBAC) role should you assign to User1?
Your company uses an Azure Virtual Machine Scale Set (VMSS) named vmss-web to host a web application. You need to configure a custom autoscale policy to scale out the VMSS when CPU usage exceeds percent. In what sequence must you perform these actions in the Azure Portal?
Drag items to arrange them in the correct order
Your organization has an Azure subscription containing a single resource group named RG1. You need to assign the appropriate built-in Azure Role-Based Access Control (RBAC) roles to three administrative users to meet their specific requirements while adhering to the principle of least privilege. Match each user requirement on the left to the correct built-in Azure RBAC role on the right.
Click a left item, then click its matching right item
Items
Matches
You are planning to deploy a new Azure virtual machine named VM1 to host a database workload. The database requires extremely high I/O throughput and sub-millisecond latency. You decide to use Ultra Disk storage for the database data. Which two settings must you configure during the creation of VM1 to support the attachment of Ultra Disks? (Select two.)
Select all that apply
An organization wants to delegate management of Self-Service Password Reset (SSPR) and external collaboration configurations to different administrators using the principle of least privilege.
Which minimum administrative roles must be assigned to perform each of the specified directory and external identity configuration scenarios?
Click a left item, then click its matching right item
Items
Matches
Your organization manages its Azure resources using a hierarchy that contains the Enterprise-MG management group, the Finance-Sub subscription, the Logs-RG resource group, and a storage account named financelogs2026.
An auditor named Jordan needs to view blob data stored in the containers of the financelogs2026 storage account to verify compliance. Jordan must not be able to modify the storage account configuration or view data in other storage accounts within the subscription.
Which role assignment meets this requirement while adhering to the principle of least privilege?
An administrator is managing an Azure Virtual Machine Scale Set (VMSS) named `vmss-app` that uses Uniform orchestration, has a current instance count of 5, and uses a Manual upgrade policy. The administrator needs to deploy a custom shell script that configures a web server on all current and future VM instances in the scale set.
Which sequence of actions should the administrator perform to ensure that the configuration is registered in the scale set model and applied to all active instances? To answer, arrange the actions in the correct order.
Drag items to arrange them in the correct order
You are configuring Azure File Sync to synchronize an on-premises folder named E:\Data on a Windows Server named Server1 with an Azure file share named share1. The storage account hosting share1 has its firewall configured to restrict access to selected virtual networks and IP addresses. Server1 accesses the internet through a public IP address that is not allowed in the storage account firewall settings. You need to ensure that Server1 can synchronize files with share1 and that cloud tiering is enabled to maintain at least 30% free space on volume E. Which two configurations are required to achieve this goal? (Select two.)
Select all that apply
An organization has an Azure resource hierarchy with a subscription named sub-billing-data that contains a resource group named rg-invoice-processing. You need to configure access control to meet the following requirements:
* User1 must be able to view all resource configurations and view all role assignments within the sub-billing-data subscription, but must not be able to make any changes.
* User2 must be able to assign Azure roles to other users at the rg-invoice-processing resource group scope, but must not have access to other resource groups. User2 is currently a Microsoft Entra ID Global Administrator and has no Azure RBAC assignments.
Which two actions should you perform? (Select two.)
Select all that apply
An organization has an Azure environment structured with a Management Group named Corp-MG, a Subscription named Sub-Prod, and a Resource Group named RG-Core. You assign various Azure Policy definitions at these scopes. You need to match the policy effect configured for a Virtual Machine deployment to its corresponding operational behavior when an administrator attempts to deploy a new Virtual Machine resource named VM-App-01 into RG-Core.
Match each Azure Policy effect on the left to its corresponding operational behavior on the right.
Click a left item, then click its matching right item
Items
Matches
You host a web application in an Azure App Service web app. During peak hours, the web application experiences high traffic, causing the CPU utilization of the hosting App Service plan to reach 90%. You need to configure the App Service plan to automatically add more virtual machine instances to distribute the load. Which scaling action should you configure?
You are configuring group membership and delegation in a Microsoft Entra ID tenant. You plan to create a security group named DevOps-Staff that dynamically includes all users whose department is Engineering and who are not guest users.
Which of the following statements are correct? (Select TWO.)
Select all that apply
A company stores compliance archives in an Azure Blob Storage account named stlogscollector in the East US region. The storage account is configured for Read-access geo-redundant storage (RA-GRS) and has an active lifecycle management policy that transitions block blobs to the Archive tier after 30 days of inactivity. Due to a prolonged outage in the primary region, a customer-managed failover is successfully completed. What is the replication configuration and lifecycle policy status of the storage account immediately after the failover process finishes?
A company is setting up a high-performance transactional database in the North Europe region. The database requires a virtual machine, which must be configured to achieve the following:
* Maintain write performance of up to IOPS and sub-millisecond latency on a dedicated data disk.
* Secure the workload against a localized datacenter outage.
* Apply automated software installations immediately after the OS starts.
Which two options must you configure for the virtual machine during deployment to support these requirements? (Select two.)
Select all that apply
You are using the AzCopy command-line tool to upload log files from an on-premises client computer to an Azure Blob storage container. The storage account has its firewall configured to allow access only from selected networks. When you execute the AzCopy upload command, the transfer fails, and you receive an HTTP 403 Forbidden error. Which action should you perform to resolve the upload failure?
Veloce Logistics has an existing virtual machine named `VM-Prod1` running in the South Central US region. Due to budget constraints, the company wants to reuse this virtual machine while configuring a high-availability solution that includes a new virtual machine named `VM-Prod2`. The solution must protect the virtual machines against localized hardware failures within the datacenter. Which configuration should you implement?
An Azure subscription contains a resource group with the following configurations:
| Resource Group Name | Tag | Resource Lock |
|---|---|---|
| RG-Services | CostCenter: 4002 | ReadOnly |
You deploy a new Azure Storage account named storebilling inside RG-Services.
You need to perform the following tasks:
- View the configuration properties of storebilling.
- Add a new tag with the key-value pair Project: Audit directly to storebilling.
Which of the following describes the outcome of these tasks?
An administrator needs to configure automated backups for an Azure App Service web app named `app-orders-prod`. The web app runs on a Standard S1 App Service plan. Backups must be stored in an Azure Storage account named `storagecorp` that is configured with a firewall restricting access to selected networks.
The administrator attempts to configure the backup using a standard connection string, but the backup operation fails with a network access error.
Which configuration should you perform to enable successful backups of the web app to the storage account?
An organization deploys an application hosted on Azure Virtual Machines in a subnet named AppSubnet within a virtual network named VNet-Core. The virtual machines must access a storage account named stmigration2026 to store application state. To secure the environment, the network security policy mandates that all public internet access to the storage account must be blocked, and access must be restricted to traffic originating from AppSubnet. The administrative team decides to use Virtual Network service endpoints.
Which two configuration actions must you perform to meet these requirements?
Select all that apply
Your company has an Azure subscription containing a resource group named RG-Production. RG-Production contains an Azure Storage account named safiles2026. The storage account hosts a blob container named archives. You need to grant a Microsoft Entra ID group named AuditTeam the ability to read files in the archives container using Microsoft Entra ID authentication. You must follow the principle of least privilege. Which two role assignments can you use to achieve this goal? Each correct answer presents a complete solution.
Select all that apply