All practice questions
1186 questions
An organization needs to restrict resource deployment in a subscription so that only members of the 'Finance Admin' group can create new resources. Is Azure Policy the primary tool used to enforce this identity-based access control requirement?
An organization runs a database system on an Azure Virtual Machine (IaaS). To reduce administrative overhead, they plan to migrate the database to Azure SQL Database (PaaS). Which statement correctly describes how the responsibility for operating system patching shifts after this migration?
A company is migrating its customer service application from Azure App Service (PaaS) to Dynamics 365 (SaaS). Which of the following responsibilities will remain the sole responsibility of the customer after the migration is complete? (Select two.)
Select all that apply
A healthcare provider plans to deploy a new patient portal that requires rapid, automated scaling to support unpredictable spikes in user traffic. At the same time, the provider must retain a legacy medical database on dedicated physical hardware inside its own on-premises datacenter to comply with local healthcare privacy regulations. The patient portal must securely access this legacy database. The provider wants to minimize upfront capital expenditures (CapEx) for the portal's infrastructure while maintaining ownership and control of the database hardware. Which cloud deployment model should the provider implement to satisfy these requirements?
A retail company is planning its cloud migration strategy to Microsoft Azure. The IT director wants to clarify the boundaries of the Shared Responsibility Model to ensure the team knows what tasks they must perform versus what Microsoft manages.
Match each administrative task on the left to the correct responsibility boundary on the right.
Click a left item, then click its matching right item
Items
Matches
An educational institution currently uses a Software as a Service (SaaS) platform for student communication. The IT department decides to develop a custom communication portal and host it on Azure App Service, which is a Platform as a Service (PaaS) offering. Which of the following responsibilities shifts from the cloud provider to the educational institution as a result of this transition?
An administrator needs to monitor cloud spend for a new development project. The administrator wants to receive an email notification when the project's monthly spending reaches $900. Additionally, the administrator needs to generate cost reports in Azure Cost Management that are filtered by the individual developer responsible for each resource. Which configuration should the administrator implement to meet these requirements?
A software testing firm wants to provision development environments on Microsoft Azure. The firm prefers to pay for resources only when they are actively running, rather than making a large upfront purchase for physical servers. Which financial model is characterized by this pay-as-you-go approach?
A media company wants to automate its social media posting schedule. The company needs to design an integration workflow that triggers whenever a new article is published on their website. The workflow must connect to external social media platforms, send an approval email to the editor, and post the article details after approval. The solution must be built using a visual design interface with pre-built connectors and require no custom programming code. Which Azure service should the company use to meet this requirement?
A university needs to host a new research platform. The university decides to host the primary database on physical servers located in their campus data center, which requires purchasing the hardware upfront. At the same time, the research application's web frontend is deployed to Microsoft Azure to handle variable student traffic on a pay-as-you-go basis. Which cloud model is represented by this deployment, and how are the initial database server costs categorized?
A research laboratory runs data-intensive simulation models that require high-performance compute resources for only five days each month. During the remaining days of the month, the laboratory's compute needs are minimal. The laboratory wants to optimize its budget by adopting a consumption-based cloud model on Azure. Which of the following describes the financial outcome of this decision?
An organization is planning a deployment strategy for a multi-tier application consisting of an Azure SQL Database and an Azure App Service. The development team wants to define the infrastructure in a Bicep template so that the database is always fully provisioned before the App Service starts deploying, without manually writing procedural creation code. Which feature of Azure Resource Manager (ARM) templates and Bicep should the team use to achieve this?
Azure Kubernetes Service (AKS) is the most appropriate service for deploying a single, isolated container that does not require container orchestration or scaling.
A security compliance officer wants to identify which existing Azure Key Vaults do not have soft-delete enabled. The officer wants to view a list of non-compliant resources in a dashboard without blocking new deployments, modifying resource configurations, or restricting user access permissions. Which configuration or feature should be implemented to meet these requirements?
An application that automatically scales out by adding virtual machine instances during peak traffic and scales in when demand subsides is demonstrating elasticity; however, this design does not guarantee high availability if all instances are deployed within a single availability zone.
A project team is configuring a new environment in Azure and plans to apply resource tags at the resource group level to categorize costs. Which two statements regarding tag inheritance and cost reporting in Azure are correct? (Select two.)
Select all that apply
An enterprise deploys a multi-tier application in Azure with the following configurations:
- Before a scheduled monthly batch-processing job, the operations team manually resizes the database server virtual machine from Standard_D2s_v5 to Standard_D8s_v5, and reverts it afterward.
- A virtual machine scale set automatically increases or decreases instance count in response to a queue's message volume.
- The application database replicates synchronously across two Availability Zones within the primary region with automatic failover.
- To prepare for a potential catastrophic regional outage, daily database backups are stored in a secondary Azure region.
Which of the following statements correctly describe the cloud characteristics demonstrated in this architecture? (Select TWO)
Select all that apply
A scientific research group is launching an 18-month study that requires intensive high-performance computing (HPC) resources for data processing. The compute demand is highly variable, spiking significantly during the first week of each month and remaining idle for the rest of the month. The finance department requires that the solution incurs no upfront costs, avoids long-term financial commitments beyond the project lifecycle, and allows the costs to be fully expensed in the tax year they are incurred. Which of the following procurement strategies meets these requirements?
Under the Microsoft Azure consumption-based model, an organization is billed only for the resources they actually use, allowing them to categorize their cloud spending as an operational expenditure (OpEx) with no upfront infrastructure costs.
A healthcare provider plans to build a serverless solution that automates patient notification workflows. The solution requires a visual, designer-first orchestration tool to coordinate events between a database and a notification API, along with a code-first compute resource to run custom C# algorithms for patient risk calculations. Determine if the following statement is true or false: To meet these requirements, the healthcare provider should use Azure Functions to orchestrate the visual workflow and Azure Logic Apps to execute the custom C# calculation code.