All practice questions
1186 questions
A company is migrating its operations to Azure and deploying three different workloads: legacy applications on Azure Virtual Machines (IaaS), database workloads on Azure SQL Database (PaaS), and productivity tools on Microsoft 365 (SaaS). To ensure proper governance, the IT team must define operational boundaries. Match each operational task to the correct responsibility classification under the Azure Shared Responsibility Model.
Click a left item, then click its matching right item
Items
Matches
A startup company wants to deploy a new web application but has limited initial funding. The company decides to host the application on Azure using a consumption-based model rather than purchasing on-premises physical servers. How does this decision affect the startup's initial cash flow and expense classification?
A company is planning its cloud migration strategy and establishes the following requirements:
* The legacy customer database must remain in the company's local datacenter to ensure physical control and data sovereignty.
* New web applications must be deployed to an environment where the hardware is owned and maintained by a third-party cloud provider, and paid for as an operational expense (OpEx).
* The web applications must securely access data from the legacy customer database.
Which cloud model should the company adopt to satisfy these requirements?
An organization runs a database on an Azure Virtual Machine (IaaS). The organization needs to store the virtual machine's active database files on high-performance, persistent block storage. Additionally, they must store daily database backups that are rarely accessed but must be available for immediate restoration if a database failure occurs. Which storage configuration meets these requirements while minimizing costs?
A logistics company is designing a serverless solution to optimize its supply chain operations. The solution must support two workloads:
1. Run a custom Python script that calculates the most cost-effective shipping routes based on live traffic and weather data.
2. Automate a multi-step workflow that sends customer updates via Twilio, modifies records in a third-party CRM system, and sends confirmation emails through Office 365 without writing custom integration code.
Which Azure services should the company use to meet these requirements?
A university is designing a serverless solution to automate student registration processing. The solution must support two workloads:
1. A workflow that triggers automatically when a registration form is uploaded, orchestrating the steps to send a confirmation email via a Microsoft 365 connector.
2. A component that runs custom C# code to validate transcripts against proprietary academic rules.
Which two Azure services should the university select to meet these requirements? (Select two).
Select all that apply
A company is designing an Azure Resource Manager (ARM) template to deploy a multi-tier application. The development team proposes a template structure where a web app and database are deployed inside a primary resource group, and a secondary resource group is nested inside the primary resource group to hold the storage account. How does Azure Resource Manager (ARM) handle this proposed deployment?
A retail company decides to host its inventory database in Microsoft Azure. Instead of purchasing physical servers upfront, the company pays for the database services monthly based on actual usage. What type of expense is represented by these monthly, usage-based payments?
A company needs to ensure that all Azure SQL databases conform to a corporate security standard requiring Transparent Data Encryption (TDE) to be enabled. The IT security team wants to track and report on the compliance status of all databases across the subscription, but they do not want to block developers from deploying databases that do not meet this standard. Which of the following should the security team implement?
A logistics provider is considering moving its fleet tracking database and application servers from a co-located hosting facility to Azure. The finance department requires a report that estimates the potential savings of shifting from their current hardware, maintenance, electricity, and IT labor costs to a cloud consumption model over a three-year period. Which tool should the provider use to generate this comparative analysis?
When investigating whether a regional power failure in an Azure datacenter is impacting your application's availability, you should review Azure Service Health, while monitoring the ongoing disk read/write speeds of a specific database server requires configuring Azure Monitor.
An organization hosts its customer-facing web application on Microsoft Azure and replicates its transactional database to Google Cloud Platform (GCP) for disaster recovery. The two environments are connected via a secure VPN gateway, and no on-premises or private data center resources are utilized. Is the statement that this architecture represents a hybrid cloud model true or false?
A financial services firm is migrating its legacy transaction processing system to Microsoft Azure. The firm's chief financial officer (CFO) requires that all costs associated with the new cloud infrastructure be immediately deducted as business expenses in the tax year they occur, rather than being capitalized and depreciated over several years. If the firm deploys the transaction processing system on Azure Virtual Machines using a pay-as-you-go consumption model, will this deployment strategy satisfy the CFO's requirement by classifying the infrastructure costs as operational expenditure (OpEx)?
A company is migrating its web application from Azure Virtual Machines (IaaS) to Azure App Service (PaaS). Which two responsibilities shift from the customer to Microsoft after this migration?
Select all that apply
A logistics enterprise hosts its package routing database on a Microsoft SQL Server instance running on an Azure Virtual Machine. To minimize operational overhead, the enterprise plans to migrate this database to an Azure SQL Database deployment. Which administrative task remains the responsibility of the logistics enterprise after this migration?
An organization wants to ensure that all resources deployed to a subscription automatically have a specific tag applied if it is missing from the deployment request. Is it true that Azure Policy can be used to automatically add the missing tag during resource deployment?
A corporate finance department is reviewing the budget transition for migrating their main ERP system to Microsoft Azure.
Does utilizing a consumption-based model allow the department to treat the recurring cloud costs as Operational Expenditure (OpEx), enabling the business to deduct the expenses in the tax year they are incurred instead of managing long-term physical hardware depreciation?
A company experiences intermittent connectivity issues with its database deployments. A systems administrator needs to check if Microsoft has reported any active infrastructure incidents or planned maintenance events that specifically affect the resources inside their Azure subscription.
Which tool should the administrator use to view these personalized health events?
A dental clinic hosts its patient scheduling system on Microsoft Azure. Under the consumption-based billing model, the clinic is billed a predetermined flat fee each month regardless of how many resources their system actually consumes.
An Azure administrator is configuring deployment pipelines using Azure Resource Manager (ARM) templates. Consider the following statement:
Statement: The default deployment mode for ARM templates is Incremental, which ensures that resources already present in the target resource group but not defined in the template are left unmodified.
Is this statement true or false?