All practice questions
1186 questions
Determine if the following statement is true or false:
A developer who is assigned the Owner role for an Azure resource group can successfully create Azure SQL databases in that resource group, even if an Azure Policy is assigned at the parent subscription level to deny the creation of SQL databases.
An enterprise Azure subscription has a `ReadOnly` lock applied at the subscription level. Within this subscription, a resource group named `RG-CoreServices` contains an Azure Cosmos DB account named `cosmos-orders` and an Azure Storage account named `stbackups`. A `CanNotDelete` lock is applied directly to `RG-CoreServices`.
An administrator with the Owner role at the subscription level needs to perform maintenance. Which two of the following actions can the administrator successfully complete without modifying or removing any resource locks? (Select two.)
Select all that apply
A logistics company has SQL Server instances running on edge servers across several regional distribution centers. The company wants to use the Azure Portal to manage, audit compliance, and configure security policies for these external SQL Server instances using Azure Policy and Microsoft Defender for Cloud.
Which Azure service enables the company to extend these Azure management and governance capabilities to their distribution center SQL Server instances?
Match each Microsoft Azure database service to its primary description. To answer, drag the appropriate service from the column on the left to its description on the right.
Click a left item, then click its matching right item
Items
Matches
An organization has an Azure subscription containing multiple resource groups. An administrator wants to ensure that no users can create virtual machines within the subscription. The administrator removes all Owner and Contributor role assignments at the subscription level.
Is the statement 'Removing these role assignments at the subscription level guarantees that no users can create virtual machines anywhere within the subscription' true or false?
A financial organization needs to establish network connectivity between its on-premises headquarters and resources inside an Azure virtual network. The organization's compliance team mandates that no data can traverse the public internet, and the application requires a dedicated connection with guaranteed bandwidth and sub-millisecond latency.
Which Azure service should the organization implement?
An organization is migrating a legacy web API to a cloud-native architecture. The API has been packaged as a single Docker container. The migration strategy mandates the following operational constraints:
1. The cloud platform must automatically manage and apply all operating system security updates and patches.
2. The platform must dynamically scale the container instances horizontally based on incoming HTTP request volume.
3. The organization must avoid the complexity of managing a container orchestrator, dedicated virtual cluster nodes, or custom auto-scaling scripts.
Which Azure service should the organization select to host this containerized application?
A company is designing an administrative strategy to manage its Azure environment. The strategy must accommodate a diverse IT team with the following requirements:
1. Administrators using macOS and Linux workstations must run automated deployment scripts locally using Azure PowerShell.
2. Field engineers using mobile devices must execute ad-hoc Azure CLI commands via a web browser.
3. All team members must have access to a shared, persistent workspace for shell scripts directly within their browser-based command-line interface.
Which configuration and tool combination should the company implement?
A logistics company is designing its hybrid network architecture. The primary datacenter requires a dedicated connection that bypasses the public internet to ensure predictable latency for real-time data replication. A remote warehouse needs a cost-effective, encrypted connection to manage virtual machines within an Azure Virtual Network. Which of the following Azure networking services should the company implement to meet these requirements? Select two.
Select all that apply
An administrator needs to configure permissions for a junior auditor. The auditor must be able to view the configuration of all resources in an Azure resource group named RG-Analytics, but must not be allowed to create, modify, or delete any resources. Other administrators must still be able to fully manage and edit resources within RG-Analytics. Which configuration should the administrator apply to the junior auditor?
An administrator is designing a hybrid cloud connectivity solution for a retail company. The company requires a secure connection for lower-bandwidth workloads, and a separate dedicated, high-speed connection for production database synchronization. Which two of the following statements correctly describe the Azure hybrid networking options for these requirements? (Select two.)
Select all that apply
A company is planning to deploy two different containerized workloads to Azure:
* Workload 1: A simple batch processing task packaged as a single container that runs once daily for 15 minutes.
* Workload 2: A complex application composed of 25 interconnected containerized microservices that require service discovery, horizontal autoscaling, and coordinated rolling updates.
The company wants to minimize both administrative effort and operational costs.
Which two Azure services should the company select to host these workloads?
Select all that apply
An administrator assigns User1 the Reader role at the subscription scope. Within this subscription, there is a resource group named Dev-RG. The administrator assigns User2 the Contributor role at the scope of Dev-RG. Which of the following statements about their inherited permissions are correct? (Select TWO)
Select all that apply
An administrator is configuring access and governance for an Azure subscription. The administrator needs to determine whether to use Azure Role-Based Access Control (RBAC) or Azure Policy for different requirements.
Which of the following scenarios are best addressed by using Azure RBAC? (Select two correct options.)
Select all that apply
An organization needs to run a temporary, event-driven data analysis tool that is packaged as a single container. The container must start immediately when triggered by an API call, run for less than five minutes, and then shut down. The organization wants to avoid managing virtual machines or container orchestrators, and they want to pay only for the exact CPU and memory resources consumed during the container's active execution. Which Azure service should the organization use?
An enterprise manages its resources using an Azure Management Group named Group-Main. Inside Group-Main, there is a subscription named Sub-Prod, which contains a resource group named RG-App. RG-App contains a virtual machine named VM-Web. You need to configure access for an auditor named Auditor1 to meet the following requirements:
1. Auditor1 must be able to view the configuration of all existing and future resources across all subscriptions under Group-Main.
2. Auditor1 must be able to assign and revoke RBAC roles for VM-Web only.
3. Auditor1 must not be able to modify the resource configuration or delete VM-Web.
4. The solution must minimize administrative effort and follow the principle of least privilege.
Which configuration should you implement?
An organization is planning to migrate two application workloads to Azure with the following requirements:
* Workload 1: A containerized event-driven task that runs periodically for less than ten minutes. It must execute immediately upon triggering without requiring the setup or billing of virtual servers when idle.
* Workload 2: A web application hosting multiple containers that share a common lifecycle. It requires built-in deployment slots and automated operating system patching managed entirely by Microsoft.
Which Azure services should you recommend to support these workloads? (Select two.)
Select all that apply
An administrator needs to configure permissions and governance rules for an Azure resource group named RG1. The configuration must meet the following requirements:
- A user named Alex must be able to start, stop, and configure virtual machines in RG1, but must be prevented from granting access to other users.
- Only virtual machine resources can be deployed in RG1; all other resource types must be blocked, regardless of any user's permissions.
Which two actions should you perform to meet these requirements?
Select all that apply
To prevent a specific user from deleting virtual machines in an Azure resource group, you should assign an Azure Policy definition that denies the delete action on virtual machines.
A company is designing a transaction auditing system that requires strict relational schemas, foreign key constraints, and complex multi-table SQL queries. The database administrator proposes using Azure Cosmos DB with the API for NoSQL to meet these requirements. Which statement correctly evaluates this proposal?