Tüm alıştırma soruları

1186 soru

Soru 561Soru

Under Microsoft Azure's consumption-based model, an organization will not be billed for an allocated virtual machine if the virtual machine remains completely idle with zero CPU utilization for the entire billing period.

Cevabı ve açıklamayı göster

Cevap: False

Cevap

The statement is false. Azure bills for virtual machines based on allocation time, not active CPU utilization.
The correct answer is false. In Microsoft Azure, the consumption-based model charges for the time a resource is allocated and running. CPU utilization does not affect the compute billing rate, so an idle but allocated virtual machine will still incur charges.

Adım Adım Çözüm

1
Analyze how compute billing is calculated under Azure's consumption-based model.
Compute billing is based on the duration that virtual machine resources are allocated and running.
Azure reserves hardware capacity for allocated virtual machines, which incurs costs regardless of workload activity.
2
Determine the impact of zero CPU utilization on billing.
An idle virtual machine with zero CPU utilization still incurs the full allocation charge.
Billing is tied to the provisioned state (running) rather than active utilization metrics.

Anahtar Kavram

Compute resource billing in the consumption-based model is determined by allocation duration, not active utilization metrics like CPU usage.
Soru 562Soru

A software startup wants to build and test a prototype for a new mobile application on Microsoft Azure. Because the application's market success is uncertain, the startup's management wants to ensure that if they decide to cancel the project after one month, they will not be left with unused physical hardware or ongoing hosting bills. Which feature of Azure's consumption-based billing model supports this goal?

Cevabı ve açıklamayı göster

Cevap: It requires no upfront hardware purchases and allows them to stop paying for resources immediately when the prototype is deleted.

Cevap

The correct option is the one stating that it requires no upfront hardware purchases and allows them to stop paying for resources immediately when the prototype is deleted.
The consumption-based model allows the startup to avoid upfront costs (Capital Expenditure or CapEx) by charging only for active resources. Since billing stops immediately when resources are de-provisioned or deleted, the startup can cancel the project with zero ongoing costs or wasted hardware assets, making it an operational expenditure (OpEx).

Adım Adım Çözüm

1
Identify the billing characteristics of a consumption-based model.
A consumption-based model does not require upfront hardware investments (CapEx) and charges only for the resources used.
To determine how Azure billing fits the startup's requirement of avoiding leftover hardware and ongoing costs.
2
Select the option that reflects pay-as-you-go flexibility and operational expenditure classification.
The option describing no upfront costs and immediate cessation of billing matches this operational expenditure (OpEx) nature.
To find the correct match for the prototype scenario.

Anahtar Kavram

Consumption-Based Model (CapEx vs OpEx)
Soru 563Soru

A logistics company plans to migrate a database from Microsoft SQL Server running on an Azure Virtual Machine (IaaS) to Azure SQL Database (PaaS). Which two responsibilities will shift from the company to Microsoft after this migration?

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

Cevabı ve açıklamayı göster

Cevap: Operating system patching and updates; Database engine software maintenance and patching

Cevap

The responsibilities for operating system patching and updates, and database engine software maintenance and patching, shift from the customer to Microsoft.
Migrating from Azure Virtual Machines (IaaS) to Azure SQL Database (PaaS) reduces the customer's administrative overhead. Microsoft takes over responsibility for managing and patching the operating system, as well as installing, configuring, and updating the database engine software.

Adım Adım Çözüm

1
Analyze the source and target service models in the scenario.
The source model is Infrastructure as a Service (IaaS) because it uses Azure Virtual Machines. The target model is Platform as a Service (PaaS) because it uses Azure SQL Database.
Understanding the service models is necessary to compare the distribution of responsibilities.
2
Determine which management layers shift from customer ownership to Microsoft ownership.
In IaaS, the customer manages the operating system, middleware, and database application. In PaaS, Microsoft manages the operating system, middleware, and database engine runtime.
This identifies the responsibilities that transition to the cloud provider.
3
Evaluate the options against the identified shifting responsibilities.
Operating system patching and database engine maintenance shift to Microsoft. User access management remains the customer's responsibility in both models. Physical security is already Microsoft's responsibility in both models, so it does not shift.
This filters the correct selections from the incorrect distractors.

Anahtar Kavram

Shared Responsibility Model
Soru 564Soru

A financial organization is planning to migrate its on-premises systems to Microsoft Azure. They will deploy legacy line-of-business applications on Azure Virtual Machines (IaaS), host their transactional databases on Azure SQL Database (PaaS), and migrate their collaboration tools to Microsoft 365 (SaaS). To maintain regulatory compliance, the IT security team must classify their operational tasks according to the Azure Shared Responsibility Model.

Match each operational task on the left with the correct responsibility classification under the Azure Shared Responsibility Model on the right.

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

Öğeler

Patching the guest operating system of a virtual machine hosting a legacy ERP application.
Securing the physical server racks and hardware in the Azure datacenter.
Configuring network controls, such as firewall rules, for Azure SQL Database.
Classifying corporate data assets and managing user access accounts.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The correct matches pair: 'Patching the guest operating system' with 'Solely the customer's responsibility in IaaS, but managed by Microsoft in PaaS and SaaS'; 'Securing the physical server racks' with 'Solely Microsoft's responsibility across all cloud models'; 'Configuring network controls' with 'Shared in PaaS, but solely the customer's in IaaS'; and 'Classifying corporate data assets' with 'Solely the customer's responsibility across all cloud models'.
The correct matching aligns tasks to their appropriate owners based on cloud service models: guest OS patching is customer-managed in IaaS only; physical security is always Microsoft's job; network controls are shared in PaaS but customer-only in IaaS; data and identity management are always the customer's responsibility.

Adım Adım Çözüm

1
Identify the service model for each task.
Operating system patching applies to IaaS Virtual Machines; physical security applies to the datacenter; firewall configurations apply to PaaS SQL Database; data and accounts apply to the general cloud environment including SaaS.
This separates the tasks into their corresponding service categories (IaaS, PaaS, SaaS, or infrastructure-wide).
2
Apply the Shared Responsibility Model rules.
Note that physical security is always Microsoft's responsibility, whereas data and accounts are always the customer's responsibility.
This resolves the static boundaries that do not shift between service models.
3
Analyze transition boundaries for operating systems and network controls.
OS patching shifts from customer (IaaS) to Microsoft (PaaS/SaaS). Network controls are shared in PaaS, customer-controlled in IaaS, and provider-managed in SaaS.
This resolves the dynamic boundaries that shift depending on the level of cloud service management.

Anahtar Kavram

Shared Responsibility Model
Soru 565Soru

Is the following statement true or false? While both are Azure serverless services, Azure Functions is a code-first compute service used to execute custom code blocks in response to events, whereas Azure Logic Apps is a designer-first integration service used to orchestrate workflows using pre-built connectors.

Cevabı ve açıklamayı göster

Cevap: True

Cevap

True
The correct response is True because Azure Functions provides a serverless environment to run custom code (code-first), whereas Azure Logic Apps allows visual orchestration of workflows using connectors (designer-first) with little to no code.

Adım Adım Çözüm

1
Analyze the description of Azure Functions in the statement.
Azure Functions is correctly identified as a code-first compute service that runs code blocks in response to triggers.
To verify if the characteristics ascribed to Azure Functions are correct.
2
Analyze the description of Azure Logic Apps in the statement.
Azure Logic Apps is correctly identified as a designer-first workflow orchestration service that uses pre-built connectors.
To verify if the characteristics ascribed to Azure Logic Apps are correct.
3
Combine findings to evaluate the truth value of the overall statement.
Both service descriptions are accurate and represent the key differences between the two serverless options.
To determine the final true/false answer.

Anahtar Kavram

Distinction between Azure Functions and Azure Logic Apps
Soru 566Soru

An organization wants to implement governance controls in Azure to ensure that resources conform to corporate standards. The IT team is deciding whether to use Azure Policy or Azure Role-Based Access Control (RBAC) to enforce these standards. Which of the following statements correctly describes a difference between the function of Azure Policy and Azure RBAC?

Cevabı ve açıklamayı göster

Cevap: Azure Policy focuses on resource properties during deployment and configuration, whereas Azure RBAC focuses on user actions and permissions.

Cevap

Azure Policy focuses on resource properties during deployment and configuration, whereas Azure RBAC focuses on user actions and permissions.
The correct statement is that Azure Policy focuses on resource properties (such as tags, locations, and SKUs) during deployment and configuration, whereas Azure RBAC focuses on managing user actions and access permissions.

Adım Adım Çözüm

1
Analyze the core purpose of Azure Policy.
Azure Policy is designed to enforce organizational standards and assess compliance at-scale by evaluating resource properties (such as allowed VM sizes, allowed regions, or required tags) against defined rules.
This establishes the scope of Azure Policy.
2
Analyze the core purpose of Azure Role-Based Access Control (RBAC).
Azure RBAC manages authorization, determining who (users, groups, service principals) has access to Azure resources and what actions (read, write, delete) they can perform.
This establishes the scope of Azure RBAC.
3
Compare the functions to identify the correct difference.
Azure Policy focuses on the state and configuration of resources, whereas Azure RBAC focuses on user access and permissions.
This identifies the correct statement and eliminates the incorrect options.

Anahtar Kavram

Azure Policy vs Azure Role-Based Access Control (RBAC)
Tahmini Süre:1m 0s
Soru 567Soru

A real estate agency needs to automate a lease document verification process. When an agent uploads a lease agreement to Azure Blob Storage, the system must trigger a workflow that extracts data using an AI service, updates a SQL database, and sends an email notification to a supervisor. The agency wants to build this workflow using a graphical designer and pre-built connectors with minimal custom code.

Which Azure service is best suited for orchestrating this serverless workflow?

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 utilizes a visual designer and pre-built connectors to automate workflows with minimal code, perfectly matching the scenario.

Adım Adım Çözüm

1
Identify the key requirement for a visual, designer-first orchestration tool with pre-built connectors.
The requirement specifies a graphical designer and pre-built connectors with minimal custom code.
This helps distinguish between developer-focused code-first tools and designer-focused connector-first tools.
2
Evaluate the orchestration needs involving Blob Storage, SQL Database, and email notifications.
Azure Logic Apps natively provides connectors for Azure Blob Storage, SQL Database, and Office 365 Outlook to orchestrate these steps.
Azure Logic Apps is designed to connect multiple services and orchestrate workflows serverlessly.
3
Select the service that meets the serverless integration requirements without requiring custom hosting.
Azure Logic Apps provides a fully managed, serverless, visual workflow engine.
Other options either require hosting infrastructure (App Service), custom coding (Functions), or are productivity software (Microsoft 365).

Anahtar Kavram

Azure Serverless Compute (Functions and Logic Apps)
Tahmini Süre:1m 0s
Soru 568Soru

A company needs to store quarterly compliance reports in Azure. The reports are accessed only once every few months, but must be readable immediately when requested. The system administrator plans to store the reports in the Archive access tier of Azure Blob Storage to minimize storage costs. Why is this plan inappropriate for the company's requirement?

Cevabı ve açıklamayı göster

Cevap: Data in the Archive tier is stored offline and must be rehydrated to a warmer tier before it can be read, which introduces a delay of several hours.

Cevap

Data in the Archive tier is stored offline and must be rehydrated to a warmer tier before it can be read, which introduces a delay of several hours.
The correct answer is correct because the Archive access tier stores data offline. While it offers the lowest storage cost, the data cannot be read directly. To retrieve the data, it must first be rehydrated to the Hot or Cool tier, which introduces a retrieval latency of several hours. This makes the Archive tier inappropriate for data that must be readable immediately.

Adım Adım Çözüm

1
Analyze the business requirements for the compliance reports.
The reports must be accessed quarterly (rarely) and must be readable immediately when requested.
This establishes the latency requirement (immediate access) and the frequency of access (quarterly).
2
Evaluate the characteristics of the Archive storage tier.
The Archive tier is designed for cold data with latency tolerances of several hours due to the required rehydration process.
This helps determine if the Archive tier meets the requirement for immediate availability.
3
Compare the requirements against the tier capabilities and select the correct option.
The Archive tier fails to meet the immediate readability requirement. A warmer tier (such as Cool or Cold) is required instead.
This confirms that the plan to use the Archive tier is inappropriate due to the offline status of the data.

Anahtar Kavram

Azure Blob Storage Access Tiers and Latency Characteristics
Tahmini Süre:1m 0s
Soru 569Soru

A healthcare organization hosts a custom patient-scheduling portal. The application front-end and its backend database are currently deployed on several Azure Virtual Machines (IaaS). To minimize administration overhead, the organization plans to migrate the front-end to Azure App Service (PaaS) and the database to Azure SQL Database (PaaS). Which of the following responsibilities shifts from the customer to Microsoft as a result of this migration?

Cevabı ve açıklamayı göster

Cevap: Patching and maintaining the database engine and the hosting operating system

Cevap

Patching and maintaining the database engine and the hosting operating system
In the Shared Responsibility Model, the boundary of responsibility shifts depending on the service type. When using Infrastructure as a Service (IaaS) virtual machines, the customer must manage and patch the operating system and database software. When migrating to Platform as a Service (PaaS) services like Azure App Service and Azure SQL Database, Microsoft takes over the management of the operating system, runtime environments, and database engines. Consequently, patching and maintaining the database engine and operating system shifts from the customer to Microsoft.

Adım Adım Çözüm

1
Analyze the starting deployment model and its responsibilities.
The application is currently hosted on Azure Virtual Machines, which represents an Infrastructure as a Service (IaaS) model. In IaaS, the customer is responsible for operating system patching, middleware, database application configuration, and application code.
Understanding the baseline division of responsibilities is necessary to identify what shifts.
2
Analyze the target deployment model and its responsibilities.
The target model uses Azure App Service and Azure SQL Database, which are Platform as a Service (PaaS) offerings. In PaaS, Microsoft manages the underlying operating systems, runtimes, virtualization layers, and database engine maintenance.
Comparing baseline (IaaS) to target (PaaS) reveals which tasks change ownership.
3
Compare the change in ownership for each responsibility listed in the options.
Physical security is always Microsoft's responsibility in both models (no shift). Identity management and application code remain the customer's responsibility in both models (no shift). Operating system and database engine patching move from customer management in IaaS to Microsoft management in PaaS (shifts).
This isolates the single correct option that represents a shifting responsibility.

Anahtar Kavram

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

To track application-level performance metrics, such as response times and HTTP server errors, for resources running in Azure, you must configure alerts in Azure Service Health.

Cevabı ve açıklamayı göster

Cevap: False

Cevap

The statement is false. Azure Service Health is not used to monitor application-level performance metrics such as response times and HTTP errors; instead, Azure Monitor and Application Insights should be used for this purpose.
The statement is false because monitoring application performance, response times, and HTTP errors requires Azure Monitor and Application Insights. Azure Service Health focuses strictly on platform-level service issues, planned maintenance, and health advisories that affect Azure services and subscriptions.

Adım Adım Çözüm

1
Analyze the requirement to track application-level performance metrics (response times and HTTP errors) in Azure.
Determine that these metrics represent resource-level and application-level performance telemetry.
Understanding the telemetry type helps map it to the correct monitoring service.
2
Differentiate between the use cases of Azure Service Health and Azure Monitor.
Azure Service Health provides status reports on the cloud infrastructure itself (outages, planned maintenance). Azure Monitor collects, analyzes, and alerts on performance data and logs from applications and resources.
This comparison identifies which service is intended for tracking the specified performance metrics.

Anahtar Kavram

Azure Service Health vs. Azure Monitor for performance monitoring
Soru 571Soru

A company needs to host a new internal database. The database will only be used by developers during business hours (9 AM5 PM9\text{ AM} - 5\text{ PM}, Monday through Friday). The IT team is comparing the cost structure of deploying a new physical server in their local server room versus deploying an Azure SQL Database. Which of the following describes the financial outcome of choosing the Azure SQL Database under a consumption-based model?

Cevabı ve açıklamayı göster

Cevap: The company pays only for the resources consumed by the database during active hours, classifying the cost as Operational Expenditure (OpEx) with no upfront physical server investment.

Cevap

The company pays only for the resources consumed by the database during active hours, classifying the cost as Operational Expenditure (OpEx) with no upfront physical server investment.
The correct answer correctly identifies that a consumption-based cloud model allows the organization to avoid upfront hardware investments and classify costs as Operational Expenditure (OpEx), paying only for the database resources during the hours of usage.

Adım Adım Çözüm

1
Analyze the financial classification of cloud computing expenses.
Cloud computing expenses in a consumption-based model are categorized as Operational Expenditure (OpEx).
There is no physical hardware owned by the customer, and costs are incurred dynamically based on consumption.
2
Evaluate the database usage pattern against the financial models.
Since the database is only used during business hours, the consumption-based model allows the company to stop or scale down the database when not in use, paying only for the active hours.
This contrasts with on-premises Capital Expenditure (CapEx), where a physical server must be purchased upfront regardless of utilization rates.

Anahtar Kavram

Consumption-Based Model (CapEx vs OpEx)
Soru 572Soru

A retail company is designing a serverless solution to process online sales orders. The solution has the following requirements:
1. Orchestrate a workflow that sends a confirmation email, updates the inventory database, and notifies the shipping department using a visual, designer-first interface.
2. Execute a custom C# data-cleansing algorithm on the order payload before it is saved.

Which two Azure services should the company select to meet these requirements? (Select two.)

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

Cevabı ve açıklamayı göster

Cevap: Azure Logic Apps to orchestrate the multi-step order processing workflow using its visual designer; Azure Functions to execute the custom C# data-cleansing algorithm

Cevap

The correct services are Azure Logic Apps for orchestrating the workflow and Azure Functions for executing the custom C# code.
The correct services are Azure Logic Apps for visual workflow orchestration and Azure Functions for running custom C# code. Azure Logic Apps provides a low-code/no-code designer that makes it ideal for integrating different steps of a workflow, such as sending emails and updating databases. Azure Functions is a serverless compute service that enables running custom code on-demand, which matches the requirement for the custom C# data-cleansing algorithm.

Adım Adım Çözüm

1
Analyze the first requirement: orchestrating a multi-step workflow with a visual, designer-first interface.
Identify Azure Logic Apps as the primary serverless service designed for visual workflow orchestration and system integration.
Logic Apps provides a designer-first interface and out-of-the-box connectors suitable for sending emails and updating databases.
2
Analyze the second requirement: executing a custom C# data-cleansing algorithm.
Identify Azure Functions as the primary serverless service designed for running custom, code-first logic.
Azure Functions allows executing custom code in various languages (including C#) on a serverless, event-driven compute platform.

Anahtar Kavram

Azure Serverless Compute (Functions and Logic Apps)
Tahmini Süre:1m 30s
Soru 573Soru

Because Azure Resource Manager (ARM) templates use declarative syntax, you must define the exact order of operations and the specific programming steps that Azure must execute to deploy your resources. Is this statement true or false?

Cevabı ve açıklamayı göster

Cevap: False

Cevap

False
The statement is false because ARM templates use declarative syntax. This means you specify what resources you want to deploy along with their configurations, and Azure Resource Manager handles the orchestration, deployment sequence, and dependency mapping automatically.

Adım Adım Çözüm

1
Analyze the definition of declarative syntax as it applies to Azure Resource Manager (ARM) templates.
Declarative syntax defines the desired end state of resources, not the step-by-step creation commands.
This helps distinguish declarative templates from imperative scripts.
2
Evaluate the statement's claim that developers must write the exact execution sequence and programming steps.
This claim describes imperative programming, which is the opposite of declarative syntax.
To identify that the claim contradicts the core benefit of ARM templates.
3
Determine if Azure Resource Manager handles deployment sequencing automatically.
Yes, Azure Resource Manager orchestrates the deployment order automatically using resource dependency analysis.
To confirm that the statement is false.

Anahtar Kavram

Declarative vs. Imperative Infrastructure deployment in Azure
Soru 574Soru

In a standard Microsoft Azure general-purpose v2 (GPv2) storage account, you can set the default access tier of the storage account to Archive.

Cevabı ve açıklamayı göster

Cevap: False

Cevap

The statement is false because standard general-purpose v2 (GPv2) storage accounts only support Hot and Cool as default access tiers.
The statement is false because standard general-purpose v2 (GPv2) storage accounts only support Hot and Cool as default access tiers. The Archive tier must be explicitly set on individual blobs or applied via lifecycle rules, as it requires an offline state.

Adım Adım Çözüm

1
Identify the default access tier settings available for standard general-purpose v2 (GPv2) storage accounts in Azure.
GPv2 storage accounts support Hot and Cool as default access tiers.
To determine what tiers can be set at the account level.
2
Verify if the Archive tier can be set as the default tier at the account level.
The Archive tier is not available as a default access tier for the storage account.
To evaluate the validity of the statement.
3
Determine that the Archive tier must be set at the blob level or via lifecycle management policies.
The Archive tier is an offline tier and can only be set on individual blobs, not as an account-level default.
To conclude that the statement is false.

Anahtar Kavram

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

A retail company is migrating its customer-facing application from an on-premises datacenter to Azure. The migration is divided into two phases:

* Phase 1: The database is migrated to an Azure SQL Database instance (PaaS).
* Phase 2: The front-end web server is migrated to an Azure Virtual Machine (IaaS).

Which of the following statements correctly describe the customer's operational responsibilities after completing both phases? (Select two.)

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

Cevabı ve açıklamayı göster

Cevap: The customer is responsible for managing database user permissions and classifying data within the Azure SQL Database.; The customer is responsible for configuring network controls, such as Network Security Groups (NSGs), for the Azure Virtual Machine.

Cevap

The correct statements are that the customer is responsible for managing database user permissions and classifying data within the Azure SQL Database, and that the customer is responsible for configuring network controls, such as Network Security Groups, for the Azure Virtual Machine.
In the Azure Shared Responsibility Model, the customer always retains full responsibility for information, data, accounts, and access control, regardless of the service model. Therefore, managing database user permissions and classifying data within the Azure SQL Database remains a customer responsibility. Additionally, in an Infrastructure as a Service (IaaS) model, the customer is responsible for configuring host-level network controls, such as Network Security Groups, to secure their Virtual Machines.

Adım Adım Çözüm

1
Analyze Phase 1 (Azure SQL Database - PaaS)
In a PaaS model, Microsoft manages the physical infrastructure, virtualization, and the operating system (including patching), while the customer retains responsibility for database accounts/logins, data classification, and access permissions.
Applying the Shared Responsibility Model guidelines for Platform as a Service (PaaS) to determine what falls under the customer's control.
2
Analyze Phase 2 (Azure Virtual Machine - IaaS)
In an IaaS model, Microsoft manages the physical hosts, network, and datacenter security, while the customer is responsible for configuring, patching, and maintaining the operating system, middleware, applications, and network controls (such as NSGs) at the virtual machine level.
Applying the Shared Responsibility Model guidelines for Infrastructure as a Service (IaaS) to determine what falls under the customer's control.
3
Evaluate the choices and select the correct statements
The statement about managing DB user permissions (PaaS) and configuring VM network controls (IaaS) are correct. The statements about customer patching the PaaS OS or Microsoft managing the IaaS OS/DB engine are incorrect.
Correlating the findings from steps 1 and 2 to select the two correct options.

Anahtar Kavram

Under the Shared Responsibility Model, the customer is always responsible for data, accounts, and access management. For IaaS, the customer manages the operating system, middleware, and network controls. For PaaS, Microsoft manages the operating system and physical layer, while the customer manages database users and data.
Soru 576Soru

An organization has multiple resources running in the North Europe region. A cloud administrator wants to review a log of all Microsoft-reported service incidents and planned maintenance events that directly impacted their specific subscription over the last 30 days. Which Azure dashboard or tool should the administrator use to access this information?

Cevabı ve açıklamayı göster

Cevap: Azure Service Health

Cevap

Azure Service Health
Azure Service Health is the correct dashboard because it provides a personalized view of the status of Azure services and regions in your specific subscriptions. It includes historical data on service issues, planned maintenance, and health advisories that have impacted your active resources.

Adım Adım Çözüm

1
Analyze the requirement to find a tool that shows historical Microsoft-reported outages and maintenance events affecting specific subscription resources.
Identify that the search is for platform-level health data tailored to the customer's resources rather than internal application metrics.
This filters out tools that monitor resource performance or enforce governance policies.
2
Compare the capabilities of Azure Service Health and Azure Monitor.
Determine that Azure Monitor tracks resource-specific metrics and logs, while Azure Service Health tracks platform-wide events affecting the subscription.
This resolves the common misconception between resource-level monitoring and platform-level service health tracking.
3
Select the service that offers personalized health history of outages and planned maintenance.
Select Azure Service Health.
Azure Service Health directly provides a dashboard with personalized alerts and history for events impacting the tenant's deployed services.

Anahtar Kavram

Azure Service Health provides a personalized dashboard and alerts for tracking Azure service issues, planned maintenance, and health advisories that affect your specific resources.
Soru 577Soru

Azure Policy is the primary service used to monitor resource performance metrics, such as CPU utilization, and automatically scale virtual machine instances to meet demand.

Cevabı ve açıklamayı göster

Cevap: False

Cevap

False
The statement is false because Azure Policy enforces configuration standards and compliance (such as allowed locations or VM SKUs) rather than monitoring performance metrics or scaling resources. Performance monitoring and scaling are handled by Azure Monitor and Autoscale.

Adım Adım Çözüm

1
Identify the primary purpose of Azure Policy.
Azure Policy is a service in Azure that enables the creation, assignment, and management of policies that enforce rules over resource configurations to ensure compliance with corporate standards.
To determine whether Azure Policy is responsible for performance monitoring and resource scaling.
2
Identify the service responsible for performance monitoring and autoscaling.
Azure Monitor collects and analyzes performance telemetry (like CPU usage), and Autoscale dynamically adjusts resources based on demand.
To map operational and performance-related requirements to the correct Azure service.
3
Evaluate the statement based on the identified service purposes.
The statement incorrectly attributes performance monitoring and autoscaling to Azure Policy instead of Azure Monitor.
To determine the correct true/false value.

Anahtar Kavram

Azure Policy vs. Azure Monitor and Autoscale
Tahmini Süre:1m 0s
Soru 578Soru

An organization planning a cloud migration needs to estimate future costs, compare potential savings, and optimize active resource spending. Match each operational task to the appropriate Azure tool or configuration step. To answer, drag each task on the left to its correct tool or step on the right.

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

Öğeler

Inputting current on-premises physical server counts, virtualization types, and storage capacities.
Configuring electricity costs, IT administration salaries, and facility hosting expenses.
Selecting specific Azure VM sizes, storage tiers, and estimating outbound data transfer bandwidth.
Reviewing automated recommendations to shut down idle virtual machines in an active subscription.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Inputting current on-premises infrastructure details matches TCO Calculator: Define your workloads. Configuring electricity, labor, and facility overhead costs matches TCO Calculator: Adjust assumptions. Selecting specific Azure service parameters matches Pricing Calculator: Estimate products. Reviewing recommendations for active subscriptions matches Azure Advisor: Optimize costs.
Defining workloads is the initial step of the TCO Calculator where on-premises server and storage specifications are entered. Adjusting assumptions is the second step, where ongoing operational costs like labor and electricity are customized. The Pricing Calculator is used to estimate monthly Azure product consumption by configuring specific service parameters. Azure Advisor analyzes active resource usage to provide optimization recommendations.

Adım Adım Çözüm

1
Identify whether the task relates to comparing current on-premises costs to Azure or estimating new cloud deployments.
On-premises inventory and assumptions map to the TCO Calculator, whereas new Azure services map to the Pricing Calculator.
This establishes the correct primary tool context.
2
Determine the specific phase within the TCO Calculator for infrastructure vs. overhead costs.
Physical servers and storage map to the 'Define your workloads' phase, while power, cooling, and salaries map to the 'Adjust assumptions' phase.
This resolves the TCO Calculator internal workflow mappings.
3
Differentiate between pre-deployment estimation and active resource monitoring.
Selecting hypothetical VM sizes maps to the Pricing Calculator, while optimizing already deployed, idle VMs maps to Azure Advisor.
This separates pre-deployment planning from active post-deployment management.

Anahtar Kavram

Azure Pricing Calculator and TCO Calculator
Soru 579Soru

Under Microsoft Azure's consumption-based model, organization spending on cloud resources is classified as Capital Expenditure (CapEx) rather than Operational Expenditure (OpEx).

Cevabı ve açıklamayı göster

Cevap: False

Cevap

False
The correct answer is False because consumption-based cloud spending is categorized as Operational Expenditure (OpEx). Under this model, there are no upfront costs for physical hardware, and the organization pays only for the resources used.

Adım Adım Çözüm

1
Analyze the definition of Capital Expenditure (CapEx) versus Operational Expenditure (OpEx) in cloud computing.
CapEx involves upfront spending on physical assets (like hardware) that are depreciated over time. OpEx involves spending money on products or services now and being billed for them immediately, with no upfront asset costs.
To classify cloud resource spending correctly, you must understand how both expense models apply to cloud services.
2
Apply the concept of the consumption-based model to these expenditure types.
Azure's consumption-based model means paying only for the resources used. This aligns with Operational Expenditure (OpEx) because there are no physical assets owned or upfront infrastructure investments required.
Determining that consumption-based spending is OpEx, not CapEx, confirms that the statement is false.

Anahtar Kavram

Classification of cloud expenditures as Operational Expenditure (OpEx) rather than Capital Expenditure (CapEx).
Soru 580Soru

An organization is migrating its document collaboration system from a custom web application hosted on Azure App Service (PaaS) to Microsoft SharePoint Online (SaaS).

Which responsibility is transferred entirely to Microsoft as a result of this migration?

Cevabı ve açıklamayı göster

Cevap: Configuring network controls and security rules for the application

Cevap

Configuring network controls and security rules for the application
In the PaaS model (Azure App Service), the customer has some control over network configurations (such as configuring firewall rules or private endpoints), making network controls a shared responsibility. When transitioning to a SaaS model (SharePoint Online), the customer has no access to or control over the network infrastructure, and Microsoft becomes entirely responsible for securing and configuring the network controls.

Adım Adım Çözüm

1
Identify the source and destination cloud service models in the scenario.
The source service is Azure App Service, which is Platform as a Service (PaaS). The target service is Microsoft SharePoint Online, which is Software as a Service (SaaS).
Establishing the specific transition boundary is key to determining how responsibilities shift.
2
Analyze which management area changes ownership between these two models.
In PaaS, configuring network controls is a shared responsibility between Microsoft and the customer. In SaaS, the configuration of the service's network controls is fully managed by Microsoft. Other responsibilities like operating system patching (Microsoft in both), user access management (customer in both), and data security (customer in both) do not shift ownership.
Comparing each option against the PaaS and SaaS responsibility matrix reveals the correct shifting responsibility.

Anahtar Kavram

The Shared Responsibility Model defines how security and management tasks are split between the cloud provider and the customer, shifting more responsibility to the provider as you move from IaaS to PaaS, and finally to SaaS.
ÖncekiSayfa 29 / 60Sonraki
Tüm alıştırma soruları — Microsoft Azure Fundamentals (AZ-900) | Examkin