Tüm alıştırma soruları

1186 soru

Soru 521Soru

An automotive manufacturer plans to implement a serverless solution to automate their vehicle diagnostic alert system. The solution must integrate multiple APIs, send emails via Office 365, and create a support ticket in a third-party CRM when a critical error code is detected. The IT team wants to build and maintain this integration using a visual designer without writing custom code. Which Azure service should the manufacturer use to meet these requirements?

Cevabı ve açıklamayı göster

Cevap: Azure Logic Apps

Cevap

Azure Logic Apps
Azure Logic Apps is the correct service because it is a serverless orchestration engine that features a visual designer and pre-built connectors to integrate systems and applications (such as CRM and Office 365) without requiring extensive custom code development.

Adım Adım Çözüm

1
Identify the primary requirement of a visual designer and minimal custom code to orchestrate integrations across multiple systems (APIs, Office 365, CRM).
The requirement points to a low-code/no-code workflow orchestrator.
Azure Logic Apps is designed specifically as a visual, connector-based integration engine.
2
Differentiate between serverless compute services, specifically Azure Functions and Azure Logic Apps.
Azure Functions is code-first, while Azure Logic Apps is designer-first.
Since the scenario demands a visual designer with minimal code, Azure Logic Apps is the correct choice over Azure Functions.

Anahtar Kavram

Azure Logic Apps is a serverless, designer-first orchestration service for integrating apps and data.
Soru 522Soru

A financial institution is designing a storage solution in Azure for two types of data:

1. Daily transaction reports that must be immediately available for analysis by audit applications during the first 3030 days.
2. Yearly audit archives that are rarely accessed but must be retained for 1010 years for regulatory compliance, where a retrieval time of several hours is acceptable.

The institution wants to minimize storage costs. Which storage tier configuration should they choose?

Cevabı ve açıklamayı göster

Cevap: Store daily transaction reports in the Hot tier, and store yearly audit archives in the Archive tier.

Cevap

Store daily transaction reports in the Hot tier, and store yearly audit archives in the Archive tier.
The Hot tier is optimized for storing data that is accessed frequently and must be immediately available, making it ideal for daily transaction reports. The Archive tier has the lowest storage costs but the highest retrieval costs and latency (taking several hours to rehydrate), which fits the requirement for yearly audit archives that are rarely accessed and can tolerate retrieval delays.

Adım Adım Çözüm

1
Analyze the requirements for the daily transaction reports.
They require immediate availability for 3030 days.
This indicates an online storage tier is required, and because they are accessed daily, the Hot tier is the most cost-effective and appropriate choice.
2
Analyze the requirements for the yearly audit archives.
They are rarely accessed, must be retained for 1010 years, and can tolerate a retrieval delay of several hours.
This fits the profile of the Archive tier, which offers the lowest storage cost but requires several hours for data rehydration.
3
Compare the tier choices to find the optimal configuration.
Daily transaction reports should go to the Hot tier, and yearly audit archives should go to the Archive tier.
This configuration satisfies all availability and retrieval time requirements while minimizing overall storage costs.

Anahtar Kavram

Azure Storage Access Tiers (Hot, Cool, Cold, Archive)
Soru 523Soru

An administrator is reviewing storage options to reduce costs for virtual machine virtual hard disks (VHDs) that will be stopped for several months. Is it true that the administrator can transition these Azure managed disks to the Archive access tier to minimize storage costs?

Cevabı ve açıklamayı göster

Cevap: False

Cevap

The statement is false because Azure Disk Storage does not support the Archive access tier.
The statement is false. Access tiers (Hot, Cool, Cold, Archive) are features of Azure Blob Storage designed to optimize costs based on access frequency. Azure Disk Storage (managed disks) does not support these access tiers and is billed based on provisioned disk size and type rather than access patterns.

Adım Adım Çözüm

1
Identify the storage service mentioned in the scenario.
The scenario refers to virtual machine virtual hard disks (VHDs), which are backed by Azure Disk Storage (managed disks).
Determining the correct storage service is necessary to evaluate the capabilities and features available.
2
Recall which Azure storage services support access tiers.
Access tiers (Hot, Cool, Cold, and Archive) are features specific to Azure Blob Storage.
This helps determine if the Archive tier is an option for Disk Storage.
3
Evaluate the statement based on the capabilities of Azure Disk Storage.
Azure Disk Storage does not support access tiers and is billed based on provisioned capacity and type, meaning the statement is false.
This establishes the final answer to the question.

Anahtar Kavram

Azure Disk Storage does not support access tiers like Hot, Cool, Cold, or Archive; these are specific to Blob Storage.
Tahmini Süre:1m 0s
Soru 524Soru

An administrator assigns an Azure Policy definition to an Azure subscription to enforce resource tagging. The administrator wants to prevent the policy from applying to resources inside a resource group named 'Test-RG'. Is it true that the administrator can exclude 'Test-RG' from the scope of the policy assignment?

Cevabı ve açıklamayı göster

Cevap: True

Cevap

It is true that the administrator can exclude the resource group from the scope of the policy assignment.

Adım Adım Çözüm

1
Analyze the default behavior of Azure Policy subscription-level assignments.
By default, a policy assigned to a subscription is inherited by all resource groups and resources within that subscription.
Azure Policy assignments apply hierarchically to all child resources.
2
Determine if Azure Policy supports exceptions within the assignment scope.
Azure Policy supports configuring exclusions at the resource group or individual resource level to bypass the policy assignment.
Exclusions allow administrators to refine governance controls and accommodate exceptions like test environments.

Anahtar Kavram

Azure Policy Assignment Scopes and Exclusions
Soru 525Soru

A company has a security policy that prohibits IT administrators from installing any local applications, command-line tools, or script modules on their local workstations. The administrators need to manage Azure resources. They require both a graphical user interface (GUI) and a command-line interface (CLI) to perform their tasks.

Which of the following tools should the administrators use to meet these requirements without violating the security policy? (Select two.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Azure Portal; Azure Cloud Shell

Cevap

The Azure Portal and Azure Cloud Shell are the correct tools because they run entirely within a web browser and do not require any local software or module installation on the workstation.
The Azure Portal and Azure Cloud Shell are correct because both are fully managed, web-based tools accessible via a standard web browser. The Azure Portal satisfies the graphical interface requirement, and Azure Cloud Shell satisfies the command-line interface requirement. Neither tool requires downloading, installing, or configuring any local software, scripts, or modules on the administrator's workstation, thus fully adhering to the security policy.

Adım Adım Çözüm

1
Identify the constraints specified in the scenario.
The administrators must manage Azure resources using both a GUI and a CLI, but they are forbidden from installing any local applications, command-line tools, or modules on their local workstations.
This establishes that any selected tool must be accessible entirely through a web browser or other non-installable interface.
2
Evaluate the GUI requirement against the browser-only constraint.
The Azure Portal provides a web-based GUI that runs completely in a browser with zero local installation.
This satisfies the GUI requirement under the given policy.
3
Evaluate the CLI requirement against the browser-only constraint.
Azure Cloud Shell provides a browser-based command line (CLI) interface that requires no local installation.
This satisfies the CLI requirement under the given policy, whereas local installations of Azure CLI or Azure PowerShell would violate the policy.

Anahtar Kavram

Azure web-based management tools (Azure Portal and Azure Cloud Shell) allow resource management directly from a browser without local software installation.
Soru 526Soru

A retail company operates a physical datacenter and wants to prepare a business proposal comparing their current physical infrastructure costs—such as electricity, hardware maintenance, and administration—against the projected operational expenses of hosting equivalent workloads in the cloud over a three-year period. Which tool should the company use to estimate these comparative savings?

Cevabı ve açıklamayı göster

Cevap: TCO Calculator

Cevap

TCO Calculator
The TCO Calculator is specifically designed to evaluate the financial benefits of migrating workloads to Azure by comparing current on-premises infrastructure costs (such as hardware, electricity, and maintenance) with the cost of running equivalent services in Azure.

Adım Adım Çözüm

1
Identify the primary requirement in the scenario.
The company needs to compare on-premises datacenter operational costs (like electricity, maintenance, and labor) with projected Azure costs to calculate migration savings.
This establishes whether the tool needs to evaluate current physical assets or estimate brand-new cloud-only resources.
2
Evaluate the capabilities of Azure cost tools.
The TCO Calculator accepts input for physical servers, databases, storage, and operational overhead to generate a comparison report. The Azure Pricing Calculator only estimates costs for specified cloud resources.
Distinguishing between pre-migration comparison (TCO) and post-migration estimation (Pricing Calculator) is key to selecting the correct tool.
3
Select the correct tool.
The TCO Calculator is the tool designed for comparing on-premises costs to Azure costs.
It matches the scenario's objective of creating a business proposal based on physical-to-cloud cost savings.

Anahtar Kavram

Azure TCO Calculator vs Pricing Calculator
Tahmini Süre:1m 0s
Soru 527Soru

An online hotel booking platform is building an automated guest feedback system. The solution has the following requirements:

1. A visual, designer-first orchestration engine to integrate customer reviews with external CRM software.
2. A custom-coded JavaScript function that runs on demand to parse feedback sentiment.

Which of the following Azure serverless services should the platform use to meet these requirements? (Select two)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Azure Logic Apps; Azure Functions

Cevap

Azure Logic Apps and Azure Functions are the correct choices. Azure Logic Apps is used for designer-first workflow orchestration, and Azure Functions is used for custom, event-driven serverless code execution.
Azure Logic Apps is a designer-first serverless integration service that enables the visual design of workflows using built-in connectors to orchestrate tasks across applications. Azure Functions is a code-first serverless compute service that enables running custom code blocks (such as JavaScript) on demand in response to events without configuring servers.

Adım Adım Çözüm

1
Analyze the first requirement: 'A visual, designer-first orchestration engine to integrate customer reviews with external CRM software.'
This requires Azure Logic Apps, which is designer-first and connector-driven.
Azure Logic Apps is designed for integrating services and SaaS applications using a visual editor without writing custom code.
2
Analyze the second requirement: 'A custom-coded JavaScript function that runs on demand to parse feedback sentiment.'
This requires Azure Functions, which is a code-first serverless platform.
Azure Functions allows developers to write custom code in languages like JavaScript that executes in response to events.
3
Evaluate the remaining options: Azure Virtual Machines and Azure App Service.
These do not fit the serverless requirements.
Azure Virtual Machines is an IaaS service requiring OS management, and Azure App Service is a PaaS app hosting platform using dedicated compute resources rather than event-driven consumption billing.

Anahtar Kavram

Azure Serverless Compute (Functions and Logic Apps)
Soru 528Soru

A healthcare provider plans to migrate its electronic health record (EHR) database and patient portal from Azure Virtual Machines (IaaS) to Azure SQL Database and Azure App Service (PaaS) to streamline operations.

Which of the following responsibilities will shift from the healthcare provider to Microsoft as a result of this migration? Select two.

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Maintaining and patching the operating system hosting the database and portal; Managing the database engine software and runtime environment

Cevap

Maintaining and patching the operating system hosting the database and portal, and managing the database engine software and runtime environment
When migrating from IaaS to PaaS, the responsibility for managing, patching, and maintaining the guest operating system and the database engine software/runtime environment shifts from the customer (who managed these on Azure Virtual Machines) to Microsoft (who manages them in Azure SQL Database and App Service).

Adım Adım Çözüm

1
Identify the service models involved in the migration
The migration shifts resources from Infrastructure as a Service (IaaS) using Virtual Machines to Platform as a Service (PaaS) using Azure SQL Database and App Service.
Understanding the starting and target service models is essential to identify the shift in responsibilities.
2
Analyze which responsibilities belong to the customer in IaaS but are managed by Microsoft in PaaS
Operating system maintenance and database engine/runtime management are customer responsibilities in IaaS, but become Microsoft's responsibilities in PaaS.
This identifies the correct responsibilities that shift due to the migration.
3
Evaluate the remaining options against the shared responsibility model for PaaS
Data classification/security and database firewall configurations remain the customer's responsibility in PaaS.
This confirms the distractors are incorrect as they do not shift to Microsoft.

Anahtar Kavram

Shared Responsibility Model
Tahmini Süre:1m 30s
Soru 529Soru

A financial services firm is migrating its client-facing portal from Azure Virtual Machines (IaaS) to Azure App Service (PaaS) and Azure SQL Database (PaaS). During this transition, the firm's compliance team is reviewing the change in operational duties.

Which two management tasks shift from being the customer's sole responsibility to being Microsoft's responsibility as a result of this migration?

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Installing security patches on the underlying server operating systems; Applying software updates and security hotfixes to the database engine

Cevap

Installing security patches on the underlying server operating systems and applying software updates and security hotfixes to the database engine are the correct responsibilities that shift to Microsoft.
In the transition from Infrastructure as a Service (IaaS) to Platform as a Service (PaaS), Microsoft assumes the responsibility for the operating system maintenance (such as patching Azure App Service hosts) and software updates for the database engine (such as patching Azure SQL Database). The customer is no longer responsible for these tasks.

Adım Adım Çözüm

1
Analyze the service model transition.
The migration moves workloads from Azure Virtual Machines (IaaS) to Azure App Service (PaaS) and Azure SQL Database (PaaS).
This establishes the transition boundary from IaaS to PaaS.
2
Evaluate responsibility shifts for operating system and database engine patching.
In IaaS, the customer manages the operating system and any installed databases. In PaaS, Microsoft manages the underlying OS and database engine.
Applying patches to the host operating system and database engine shifts to Microsoft's responsibilities.
3
Evaluate data and endpoint responsibilities.
Data governance and endpoint configuration do not shift because the customer is always responsible for these areas in all cloud models.
This eliminates the incorrect options.

Anahtar Kavram

Under the Microsoft Azure Shared Responsibility Model, migrating from IaaS to PaaS shifts the responsibility for operating system patching, middleware, and database engine maintenance from the customer to Microsoft, while responsibilities for data and endpoint devices always remain with the customer.
Soru 530Soru

A software development company hosts its testing environment on Azure Virtual Machines. The team is migrating their databases from these virtual machines to Azure SQL Database to leverage platform-provided high availability.

Following this migration from Infrastructure as a Service (IaaS) to Platform as a Service (PaaS), how does the shared responsibility model change regarding operating system patching and network access controls to the database?

Cevabı ve açıklamayı göster

Cevap: Microsoft assumes responsibility for operating system patching, while the customer remains responsible for configuring database-level network access controls.

Cevap

Microsoft assumes responsibility for operating system patching, while the customer remains responsible for configuring database-level network access controls.
When migrating a database from an Azure Virtual Machine (IaaS) to Azure SQL Database (PaaS), the responsibility for managing the physical infrastructure, hypervisor, and operating system updates transfers entirely to Microsoft. However, the customer retains responsibility for ensuring that only authorized traffic can access the database, meaning they must still configure database firewalls, IP restriction rules, and network integration features.

Adım Adım Çözüm

1
Identify the service models involved in the transition.
The database workload is moving from Azure Virtual Machines (which is an Infrastructure as a Service, or IaaS, model) to Azure SQL Database (which is a Platform as a Service, or PaaS, model).
Determining the service models establishes which responsibility boundaries apply before and after the migration.
2
Determine the owner of operating system patching in the PaaS model.
In PaaS, physical hardware, virtualization layers, and the underlying operating system (including OS patching and database engine maintenance) are managed completely by the cloud provider (Microsoft).
One of the key benefits of moving from IaaS to PaaS is offloading OS maintenance tasks to Microsoft.
3
Determine the owner of network access controls in the PaaS model.
The customer remains responsible for configuring access policies, database-level firewall rules, virtual network rules, and private endpoints.
Under the shared responsibility model, the customer is always responsible for configuring data access permissions, regardless of whether the service is IaaS, PaaS, or SaaS.

Anahtar Kavram

The transition of operational responsibilities (specifically OS management vs network security) from IaaS to PaaS under the Azure Shared Responsibility Model.
Tahmini Süre:2m 0s
Soru 531Soru

An administrator applies a tag to an Azure resource group to track project costs. Is the statement 'All resources within that resource group automatically inherit the applied tag' true or false?

Cevabı ve açıklamayı göster

Cevap: False

Cevap

False
The correct answer is False because resources within a resource group do not automatically inherit tags applied to that resource group.

Adım Adım Çözüm

1
Analyze Azure Resource Manager's behavior regarding resource tag inheritance.
Resource tags applied to resource groups or subscriptions do not automatically apply to the resources inside them.
Azure enforces a boundary where tags remain associated only with the resource they are explicitly applied to.
2
Determine if the statement aligns with the standard behavior.
The statement asserts that tags are inherited automatically, which is false.
To identify the correct true/false designation.

Anahtar Kavram

Azure Resource Tag Inheritance
Tahmini Süre:45s
Soru 532Soru

A company is planning to automate their environment provisioning using Azure Resource Manager (ARM) templates. During the planning phase, the team evaluates the rules and characteristics governing resource group deployments. Which of the following statements is correct regarding ARM templates and resource group deployments?

Cevabı ve açıklamayı göster

Cevap: Resources defined in a template can be deployed to a different Azure region than the resource group hosting the deployment.

Cevap

Resources defined in a template can be deployed to a different Azure region than the resource group hosting the deployment.
Azure resources do not have to reside in the same geographic region as the resource group that contains them. A resource group's location is primarily used to store its deployment metadata, while the resources themselves can be deployed to any supported Azure region specified in the template.

Adım Adım Çözüm

1
Evaluate the syntax style of ARM templates.
Identify that templates are declarative rather than imperative scripts.
This rules out the option stating templates are imperative scripts.
2
Examine the hierarchy of Azure Resource Groups.
Recognize that resource groups cannot contain other resource groups.
This rules out the option describing nested resource groups.
3
Compare location constraints between resources and resource groups.
Confirm that resources can be placed in different regions than their containing resource group, which only stores metadata.
This shows that resources do not need to share the group's location, verifying the correct option and ruling out the location restriction option.

Anahtar Kavram

Azure Resource Manager (ARM) template deployments and resource group boundaries
Soru 533Soru

A company plans to migrate its historical compliance logs to Azure Blob Storage and assign them to the Archive access tier to minimize costs. A developer needs to retrieve information from one of these archived logs to troubleshoot an application issue. Which of the following describes the requirement for reading the data stored in this tier?

Cevabı ve açıklamayı göster

Cevap: The blob must be rehydrated to either the Hot or Cool access tier before it can be read.

Cevap

The blob must be rehydrated to either the Hot or Cool access tier before it can be read.
The correct answer is correct because the Archive access tier in Azure Blob Storage is an offline tier. Blobs in this tier cannot be read directly. In order to read the data, they must be rehydrated, which means changing their tier to Hot or Cool, or copying them to a new blob in an online tier.

Adım Adım Çözüm

1
Identify the state of data stored in the Archive access tier.
The data is stored offline and is not immediately accessible.
The Archive tier offers the lowest storage costs but does not support direct, real-time read access.
2
Determine the process required to access offline data.
The blob must be rehydrated.
To retrieve data from an offline blob, it must be transitioned to an online tier (Hot or Cool) or copied to an online tier.
3
Evaluate the retrieval latency associated with rehydration.
The rehydration process will take several hours depending on the chosen priority (Standard or High).
Rehydration is not instantaneous and requires time to copy the offline blocks back to active storage.

Anahtar Kavram

Azure Blob Storage Archive Access Tier Rehydration
Tahmini Süre:1m 30s
Soru 534Soru

Match each business requirement to the appropriate Azure tool. To answer, drag the correct tool from the column on the right to its corresponding requirement on the left.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

An organization wants to compare the financial impact of maintaining their on-premises datacenter hardware versus migrating those workloads to Azure.
A cloud architect needs to estimate the monthly cost of a proposed architecture containing four Azure Virtual Machines and an Azure Cosmos DB database before deploying them.
An IT administrator needs recommendations on how to reduce costs by identifying idle or underutilized virtual machines currently running in their Azure environment.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Matching the on-premises datacenter comparison to the Azure TCO Calculator; matching the proposed architecture monthly cost estimation to the Azure Pricing Calculator; and matching the active workload cost optimization recommendation to Azure Advisor.
Matching the on-premises datacenter comparison to the Azure TCO Calculator; matching the proposed architecture monthly cost estimation to the Azure Pricing Calculator; and matching the active workload cost optimization recommendation to Azure Advisor is correct because each tool serves a distinct phase of cloud management: TCO Calculator for pre-migration comparison, Pricing Calculator for pre-deployment estimation, and Azure Advisor for post-deployment optimization.

Adım Adım Çözüm

1
Analyze the first requirement: comparing on-premises datacenter costs to Azure migration costs.
Identified that comparing existing on-premises infrastructure costs against Azure cloud costs is the purpose of the Total Cost of Ownership (TCO) Calculator.
The TCO Calculator helps build a business case by contrasting hardware, software, electricity, and labor costs of an on-premises setup with equivalent Azure cloud costs.
2
Analyze the second requirement: estimating monthly costs of a new, proposed architecture with VMs and database.
Identified that estimating monthly costs for specific Azure services prior to deployment is the purpose of the Azure Pricing Calculator.
The Pricing Calculator allows users to select specific configurations (e.g., VM sizes, regions, storage tiers) to calculate estimated hourly or monthly costs of planned Azure deployments.
3
Analyze the third requirement: finding recommendations to optimize costs for active, underutilized resources.
Identified that analyzing active resources for cost optimization recommendations is the purpose of Azure Advisor.
Azure Advisor evaluates running resources and offers actionable recommendations across categories like Cost, Security, Reliability, Operational Excellence, and Performance.

Anahtar Kavram

Azure Cost Estimation and Management Tools
Tahmini Süre:1m 30s
Soru 535Soru

A training provider migrates its online student registry database from SQL Server running on an Azure Virtual Machine to an Azure SQL Database instance.

Following this migration, which responsibility shifts entirely from the customer to Microsoft?

Cevabı ve açıklamayı göster

Cevap: Managing and installing updates for the underlying database server operating system

Cevap

Managing and installing updates for the underlying database server operating system
Under the Azure Shared Responsibility Model, when transitioning from an Infrastructure as a Service (IaaS) resource like an Azure Virtual Machine to a Platform as a Service (PaaS) resource like Azure SQL Database, the responsibility for managing, patching, and maintaining the underlying operating system and virtual machine hardware shifts from the customer to Microsoft. The customer no longer has access to or responsibility for the operating system.

Adım Adım Çözüm

1
Identify the cloud service models before and after the migration.
The initial environment (SQL Server on an Azure Virtual Machine) is an Infrastructure as a Service (IaaS) model. The target environment (Azure SQL Database) is a Platform as a Service (PaaS) model.
Defining the boundaries of IaaS and PaaS determines how responsibilities are distributed.
2
Compare operating system management responsibilities between IaaS and PaaS.
In IaaS, the customer manages the operating system. In PaaS, the cloud provider (Microsoft) handles the operating system maintenance, configuration, and patching.
This identifies the specific operational task that shifts to the provider during the migration.

Anahtar Kavram

Shared Responsibility Model IaaS to PaaS boundary
Tahmini Süre:45s
Soru 536Soru

An enterprise administrator is setting up a notification strategy to ensure the operations team is aware of any Microsoft-initiated issues or changes that could affect their Azure deployments. The administrator wants to utilize Azure Service Health for personalized event tracking.

Which two of the following event types can the administrator track using Azure Service Health? (Select two.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Planned maintenance events that will affect the availability of services in the subscription; Service issues and outages that affect Azure services in the regions where the resources are deployed

Cevap

The correct event types are planned maintenance events and service issues (outages) affecting the deployed regions.
Azure Service Health provides a personalized view of the health of Azure services in the regions where your resources are deployed, tracking service issues (outages), planned maintenance events, and health advisories.

Adım Adım Çözüm

1
Identify the purpose of Azure Service Health, which focuses on Azure service events, outages, planned maintenance, and health advisories that impact resources in a user's subscriptions and regions.
Recognized that Azure Service Health tracks Microsoft-initiated infrastructure issues.
This establishes the scope of Azure Service Health.
2
Differentiate between infrastructure-level health and resource-level telemetry.
Identified that resource telemetry (like CPU usage) belongs to Azure Monitor, and optimization recommendations belong to Azure Advisor.
This eliminates incorrect options representing other management tools.
3
Select the two correct options matching Azure Service Health capabilities.
Chose planned maintenance events and service outages affecting the subscription's regions.
These events directly align with the core features of Azure Service Health.

Anahtar Kavram

Differentiating Azure Service Health from Azure Monitor and other management tools by understanding its focus on infrastructure health events, outages, and planned maintenance affecting specific subscriptions.
Tahmini Süre:1m 0s
Soru 537Soru

An enterprise IT team is designing a deployment strategy for a multi-tier application using Azure Resource Manager (ARM) templates. They need to ensure that their deployment process is repeatable and aligns with Azure's governance practices.

Which two statements correctly describe the capabilities or behavior of ARM templates?

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: They use a declarative syntax, which allows you to define the desired resources and their properties without writing the programming commands to create them.; They can deploy resources to multiple Azure regions, even if those resources reside within a resource group that is located in a single region.

Cevap

The correct statements are that ARM templates use a declarative syntax to define resources without requiring programming commands, and they can deploy resources to multiple regions regardless of the containing resource group's location.
ARM templates are declarative configuration files (written in JSON or Bicep) that define the desired state of infrastructure rather than the manual command sequence to build it. Furthermore, resources inside an Azure resource group can be located in different regions from the resource group itself, allowing templates to deploy resources globally while keeping metadata in a single region.

Adım Adım Çözüm

1
Analyze the core concept of ARM templates, specifically declarative vs. imperative syntax.
Declarative syntax defines the desired end-state, whereas imperative syntax defines the sequential steps. ARM templates are declarative.
This helps identify the first correct statement regarding declarative structure and rules out the option describing imperative scripts.
2
Examine the relationship between resource group location, resource location, and nesting rules in Azure.
Resource groups cannot be nested, and resources within a resource group can be located in regions different from the group itself.
This identifies the second correct statement regarding multi-region deployments and rules out the incorrect option about nesting resource groups.

Anahtar Kavram

Azure Resource Manager (ARM) templates provide a declarative way to define and deploy Azure infrastructure, supporting multi-region resource deployment within a flat resource group structure.
Soru 538Soru

A company is evaluating the financial feasibility of migrating its current IoT data processing platform from a private hosting environment to Microsoft Azure. To justify the migration, the finance team requires a comparison report detailing the estimated cost savings of Azure over their current hardware, power, and IT labor costs. Is it true that the Azure Pricing Calculator is the primary tool designed to generate this comparison report?

Cevabı ve açıklamayı göster

Cevap: False

Cevap

The statement is false because the Azure Total Cost of Ownership (TCO) Calculator is the tool designed to compare existing infrastructure costs with Azure, while the Azure Pricing Calculator is used to estimate costs for new Azure deployments.
The Azure Total Cost of Ownership (TCO) Calculator is designed to calculate cost savings by comparing current on-premises or private hosting infrastructure against Azure. The Azure Pricing Calculator is strictly for estimating the cost of running specific resources in Azure.

Adım Adım Çözüm

1
Analyze the business requirement in the scenario.
The requirement is to compare current private hosting costs (hardware, power, labor) to Azure costs to show savings.
Understanding whether the scenario is a comparative migration analysis or a clean-slate cloud service estimation determines which tool is appropriate.
2
Identify the primary purpose of the Azure Pricing Calculator.
The Azure Pricing Calculator estimates individual Azure service configuration costs for future deployments, but does not calculate on-premises expenses.
Knowing the limitations of the Pricing Calculator helps evaluate if the statement is correct.
3
Identify the primary purpose of the Azure TCO Calculator and match it to the requirement.
The TCO Calculator takes inputs for on-premises infrastructure, energy, and labor to construct a direct cost comparison with Azure. Therefore, the statement is false.
Matching the TCO Calculator to the migration cost comparison requirement confirms that the statement is incorrect.

Anahtar Kavram

Azure Pricing Calculator vs. Azure Total Cost of Ownership (TCO) Calculator
Soru 539Soru

An organization is migrating several workloads to Microsoft Azure. To ensure proper operational governance, the IT team must define responsibility boundaries. Match each operational task to its correct responsibility assignment under the Azure Shared Responsibility Model.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Classifying and protecting intellectual property and data stored in Microsoft 365
Configuring network firewall rules and access controls for an Azure App Service web app
Maintaining and securing physical hypervisor hosts and datacenters in an Azure region

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Data classification in Microsoft 365 matches Customer's sole responsibility; Network firewall configuration in Azure App Service matches Shared responsibility; Physical host maintenance matches Microsoft's sole responsibility.
The correct pairings map the tasks as follows: Data classification and governance for Microsoft 365 is a customer-only responsibility because the customer always owns their data. Configuring network controls for Azure App Service is a shared responsibility because both parties play a role in network security configuration. Maintaining the physical hypervisors and datacenters is a Microsoft-only responsibility as the customer has no physical access to Azure's hardware.

Adım Adım Çözüm

1
Analyze the service model for each task.
Microsoft 365 is Software as a Service (SaaS), Azure App Service is Platform as a Service (PaaS), and physical infrastructure applies across all models.
Identifying the cloud service model is the first step to applying the Shared Responsibility Model rules.
2
Determine ownership for physical security.
Physical infrastructure security is always Microsoft's responsibility.
Microsoft manages the physical facilities and hardware, meaning the customer has no access to or responsibility for physical security.
3
Determine ownership for data security in SaaS.
Information and data governance is always the customer's responsibility.
Even in SaaS, the customer owns their data and must classify and control access to it.
4
Determine ownership for network controls in PaaS.
Network controls in PaaS represent a shared responsibility.
Microsoft manages the network infrastructure, but the customer is responsible for configuring access rules and firewalls.

Anahtar Kavram

Shared Responsibility Model
Tahmini Süre:1m 30s
Soru 540Soru

An Azure management group can contain other management groups and subscriptions, but it cannot contain individual Azure resources directly.

Cevabı ve açıklamayı göster

Cevap: True

Cevap

The statement is true. Azure management groups can only contain other management groups and subscriptions, not individual resources.
The statement is true because Azure management groups are specifically designed to manage subscriptions and other management groups. They act as logical containers for governance and policy inheritance, but cannot directly host resources like virtual machines, databases, or storage accounts. These resources must always be deployed within a resource group inside an Azure subscription.

Adım Adım Çözüm

1
Review the purpose and structure of Azure management groups.
Management groups are containers for managing access, policies, and compliance across multiple subscriptions.
To understand their role in the Azure resource hierarchy.
2
Analyze where individual Azure resources are deployed.
All Azure resources must be deployed inside a resource group, which belongs to a subscription.
To verify whether resources can bypass the subscription and resource group levels.

Anahtar Kavram

Azure management groups form a hierarchy to manage subscriptions and other management groups, but they cannot contain resources directly.
ÖncekiSayfa 27 / 60Sonraki
Tüm alıştırma soruları — Microsoft Azure Fundamentals (AZ-900) | Examkin