All practice questions
1186 questions
A logistics company replaces its on-premises tracking infrastructure with Azure IoT Hub, paying only for the daily volume of messages processed. The company must depreciate these monthly message-processing fees over a multi-year period on its financial balance sheet.
An enterprise is evaluating deployment options for several new IT workloads. Which cloud model corresponds to each of the business scenarios described?
Click a left item, then click its matching right item
Items
Matches
An enterprise administration team is planning to standardize their infrastructure deployments across development and production environments. They decide to adopt Azure Bicep and Azure Resource Manager (ARM) templates to manage their resources.
Which of the following are characteristics or capabilities of using ARM templates or Bicep for resource deployment? (Select TWO).
Select all that apply
A company's system administrator wants to automatically receive email notifications if the CPU utilization of any production Azure Virtual Machine exceeds . At the same time, the administrator needs to enforce a compliance rule that prevents developers from deploying new Virtual Machines unless a specific 'Department' tag is applied.
Which combination of Azure services should the administrator use to meet these requirements?
A company currently hosts its document storage server on an Azure virtual machine (IaaS) where they manage the operating system and software updates. They plan to migrate this service to Microsoft SharePoint Online (SaaS). Which responsibility shifts from the customer to Microsoft after this migration?
A digital publishing company experiences a predictable increase in readers every morning between 8:00 AM and 10:00 AM. To handle this daily peak, the IT team manually increases the size (vCPUs and RAM) of their existing database server every morning, and decreases it in the afternoon. Does this manual adjustment of the database server's size represent horizontal scaling?
A company operates an online retail store that experiences sudden, temporary spikes in traffic during promotional events. The company wants to ensure that additional virtual machines are automatically created to handle the increased load, and then automatically removed when traffic returns to normal levels to minimize operational costs. Which cloud concept does this scenario describe?
An organization is migrating its workloads to Azure and wants to align its security operations with the Microsoft Azure Shared Responsibility Model. Match each administrative responsibility to its correct ownership profile under the cloud service models.
Click a left item, then click its matching right item
Items
Matches
A company is building a web application on Azure. The architecture team needs to select storage solutions that optimize cost while meeting specific data access requirements:
1. High-resolution product images must be stored. These images are requested frequently by users and must load with minimal latency.
2. Application audit logs must be stored. These logs are rarely accessed but must be available immediately for real-time security analysis if a security event is detected.
Which two of the following Azure Storage configurations should the team select to meet these requirements?
Select all that apply
A logistics company runs its inventory API on Azure Virtual Machines. The company decides to migrate this workload to Azure App Service (PaaS) to reduce administrative overhead. Which statement correctly describes how the responsibility for the operating system and runtime shifts after this migration?
An administrator is planning the deployment of a web application to Azure. The deployment must create a resource group in the East US region. However, due to compliance requirements, the virtual machine resources must be located in the West US region. Additionally, the administrator wants to define the entire infrastructure as a declarative configuration file rather than writing step-by-step execution commands.
Which of the following statements correctly describes how Azure Resource Manager (ARM) templates and resource groups support this scenario?
A wildlife monitoring project uses IoT cameras to capture images of animals in remote areas. The project team needs to run a custom Python script that analyzes each uploaded image to identify the species. The analysis must execute only when a new image is uploaded, and the compute resources must scale automatically based on the volume of incoming images. Which Azure service is best suited for executing the image analysis script?
An organization has several virtual machines and databases running in Azure. The administration team wants to establish a monitoring strategy to analyze performance trends and troubleshoot resource issues.
Which of the following actions can be performed using Azure Monitor? (Select TWO)
Select all that apply
Match each Microsoft Azure cloud model to its corresponding deployment description.
Click a left item, then click its matching right item
Items
Matches
A company is planning its migration to Microsoft Azure and wants to understand the core cloud concepts before deploying services.
Which two statements correctly describe the characteristics of high availability and elasticity?
Select all that apply
A municipal government currently hosts a public transit tracking application on Azure Virtual Machines. To reduce administrative overhead, the IT department plans to migrate the application to Azure App Service. How will the responsibility for operating system patching change after this migration?
An enterprise is migrating its legacy database and web application to Azure. The database requires consistent performance during predictable month-end processing, which is achieved by upgrading the virtual machine to a size with more CPU and RAM. However, the front-end web tier must automatically handle sudden, unpredicted spikes in user traffic by adding and removing virtual machine instances, while the overall system must remain operational even if an entire datacenter within the region suffers a power outage.
Which combination of cloud characteristics matches the database adjustment, the web tier behavior, and the outage protection requirements, in that order?
An organization is evaluating infrastructure as code (IaC) deployment methods for their Azure environment. They review the following statement regarding Bicep templates:
Statement: Azure Resource Manager (ARM) templates written in Bicep require a separate runtime engine to be installed in Azure before they can be executed.
Is this statement true or false?
A financial institution uses Azure Blob Storage to retain historical transaction logs for regulatory compliance. The logs are rarely accessed and are stored in the Archive access tier to minimize cost. An auditor requests access to a specific log file from three years ago.
Which requirement must the institution meet before the auditor can read the log file?
An administrator creates a resource group named `rg-finance-prod` and applies a tag with the key `CostCenter` and value `Finance-12` to the resource group. The administrator then deploys several Azure Virtual Machines and Azure SQL databases into this resource group. To track spending, the administrator runs a query in Azure Cost Management filtered by the `CostCenter: Finance-12` tag.
Which of the following describes the outcome of this query?