-
Notifications
You must be signed in to change notification settings - Fork 0
/
az900_questions.csv.bak
184 lines (184 loc) · 93.7 KB
/
az900_questions.csv.bak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
Question;OptionA;OptionB;OptionC;OptionD;CorrectAnswer;Explanation
Availability zones are...?;Separate data centers with shared IT infrastructure;Physically separate facilities with independent cooling power and networking infrastructure;Logical groupings of Azure data centers for billing and compliance purposes;Azure Virtual Machines are automatically replicated across them;B;Availability Zones are designed to help customers protect against data center failures by grouping physically separate facilities. Each facility within an Availability Zone has its own independent cooling power and networking infrastructure ensuring high availability. These zones allow you to build and run applications with failover capability providing resilience within a region.
An Azure region has...?;One or more data centers;One or more region pairs;Three or more data centers;Azure Availability Zones are mandatory in each region;A;An Azure region typically consists of one or more data centers. Although many Azure regions have multiple data centers for redundancy and scalability the requirement is a minimum of one data center to form a region. Azure regions are designed to provide flexibility for hosting applications with specific data residency and compliance needs.
In some Azure regions have...?;One or more data centers;One or more region pairs;Three or more data centers;Azure Availability Zones are mandatory in each region;C;Although some Azure regions may have three or more data centers it is not a strict requirement. Regions can consist of any number of data centers depending on the geographic area and customer demand. Not every region has the same number of data centers so the assumption that there must always be three or more data centers is incorrect.
When you are implementing a Software as a Service (SaaS) solution you are responsible for;configuring high availability.;defining scalability rules.;installing the SaaS solution.;configuring the SaaS solution.;D;In a SaaS model the user is typically only responsible for configuring the SaaS solution to meet their specific needs. The cloud provider manages all other aspects including high availability scalability and installation. SaaS offers the least amount of management for the end user with the provider handling the underlying infrastructure middleware and software. Users simply access and use the software usually through a web browser on a pay-as-you-go basis. This allows organizations to utilize sophisticated software solutions without the complexity of installation maintenance and infrastructure management.
You have an on-premises network that contains several servers. You plan to migrate all the servers to Azure. You need to recommend a solution to ensure that some of the servers are available if a single Azure data center goes offline for an extended period. What should you include in the recommendation?;fault tolerance;elasticity;scalability;low latency;A;Fault tolerance is the ability of a system to continue to function in the event of a failure of some of its components. In this question you could have servers that are replicated across datacenters. Availability zones expand the level of control you have to maintain the availability of the applications and data on your VMs. Availability Zones are unique physical locations within an Azure region. Each zone is made up of one or more datacenters equipped with independent power cooling and networking. To ensure resiliency there are a minimum of three separate zones in all enabled regions. The physical separation of Availability Zones within a region protects applications and data from datacenter failures. With Availability Zones Azure offers industry best 99.99% VM uptime SLA. By architecting your solutions to use replicated VMs in zones you can protect your applications and data from the loss of a datacenter. If one zone is compromised then replicated apps and data are instantly available in another zone.
What is a characteristic of the public cloud? Regarding UX (User Experience);unsecured connections;limited storage;metered pricing;self-service management;D;With the public cloud you get pay-as-you-go pricing – you pay only for what you use no CapEx costs. With the public cloud you have self-service management. You are responsible for the deployment and configuration of the cloud resources such as virtual machines or websites. The underlying hardware that hosts the cloud resources is managed by the cloud provider. Incorrect Answers: A: You don't have dedicated hardware. The underlying hardware is shared so you could have multiple customers using cloud resources hosted on the same physical hardware. B: Connections to the public cloud are secure. C: Storage is not limited. You can have as much storage as you like. References: https://docs.microsoft.com/en-gb/learn/modules/principles-cloud-computing/4-cloud-deployment-models
What is a characteristic of the public cloud? Regarding billing;unsecured connections;limited storage;metered pricing;self-service management;C;With the public cloud you get pay-as-you-go pricing – you pay only for what you use no CapEx costs. With the public cloud you have self-service management. You are responsible for the deployment and configuration of the cloud resources such as virtual machines or websites. The underlying hardware that hosts the cloud resources is managed by the cloud provider. Incorrect Answers: A: You don't have dedicated hardware. The underlying hardware is shared so you could have multiple customers using cloud resources hosted on the same physical hardware. B: Connections to the public cloud are secure. C: Storage is not limited. You can have as much storage as you like. References: https://docs.microsoft.com/en-gb/learn/modules/principles-cloud-computing/4-cloud-deployment-models
An organization that hosts its infrastructure in _______________ no longer requires a data center.;in a private cloud;in a hybrid cloud;in the public cloud;on a Hyper-V host;C;A private cloud is hosted in your datacenter. Therefore you cannot close your datacenter if you are using a private cloud. A public cloud is hosted externally for example in Microsoft Azure. An organization that hosts its infrastructure in a public cloud can close its data center. Public cloud is the most common deployment model. In this case you have no local hardware to manage or keep up-to-date – everything runs on your cloud provider's hardware. Microsoft Azure is an example of a public cloud provider. Public cloud In a private cloud you create a cloud environment in your own datacenter and provide self-service access to compute resources to users in your organization. This offers a simulation of a public cloud to your users but you remain completely responsible for the purchase and maintenance of the hardware and software services you provide. Reference: https://docs.microsoft.com/en-gb/learn/modules/principles-cloud-computing/4-cloud-deployment-models
Azure provides flexibility between capital expenditure (CapEx) and operational expenditure (OpEx).;Yes;No;Not enough info;Ambiguous scenario;A;Azure's cloud model allows organizations to shift from traditional CapEx IT expenses to OpEx providing financial flexibility. This aligns with the as a Service model of cloud computing.
If you create two Azure virtual machines that use the B2S size each virtual machine will always generate the same monthly costs.;Yes;No;Not enough information;Ambiguous scenario;B;Even with the same size (B2S) virtual machines can have different configurations especially in terms of storage. This can lead to different monthly costs despite having the same compute size.
Contoso is migrating their web app to the cloud what's their main concern in order to do this?;deploy a VPN.;pay monthly usage costs.;pay to transfer all the website data to Azure.;reduce the number of connections to the website.;B;When planning to migrate a public website to Azure you must plan to pay monthly usage costs. This is because Azure uses the pay-as-you-go model.
Your company plans to migrate all its data and resources to Azure. The company's migration plan states that only Platform as a Service (PaaS) solutions must be used in Azure. You need to deploy an Azure environment that meets the company migration plan. Solution: You create an Azure App Service and Azure SQL databases. Does this meet the goal?;Yes;No;Not enough info;Ambiguous scenario;A;Azure App Service and Azure SQL databases are examples of Azure PaaS solutions. Therefore this solution does meet the goal.
Your company plans to migrate all its data and resources to Azure. The company's migration plan states that only Platform as a Service (PaaS) solutions must be used in Azure. You need to deploy an Azure environment that meets the company migration plan. Solution: You create an Azure App Service and Azure virtual machines that have Microsoft SQL Server installed. Does this meet the goal?;Yes;No;Deploy Azure Functions;Use Azure Blob Storage;B;Azure App Service is a PaaS (Platform as a Service) service. Azure virtual machines are an IaaS (Infrastructure as a Service) service and a PaaS service. Therefore this solution does meet the goal. Note: Like IaaS PaaS includes infrastructure—servers storage and networking—but also middleware development tools business intelligence (BI) services database management systems and more. PaaS is designed to support the complete web application lifecycle: building testing deploying managing and updating. Reference: https://azure.microsoft.com/en-us/overview/what-is-paas/
Your company plans to migrate all its data and resources to Azure. The company's migration plan states that only Platform as a Service (PaaS) solutions must be used in Azure. You need to deploy an Azure environment that meets the company migration plan. Solution: You create an Azure App Service and Azure Storage accounts. Does this meet the goal?;Yes;No;Use Azure Virtual Machines;Deploy Azure Data Lake;B;Azure App Service is a PaaS (Platform as a Service) solution. It allows developers to deploy web apps APIs and mobile backends without managing the underlying infrastructure handling scalability load balancing and deployment seamlessly. Azure Storage Accounts on the other hand is primarily considered an IaaS (Infrastructure as a Service) offering because it provides basic storage capabilities like blob queue table and file storage. It offers storage infrastructure but not the development platform environment like a typical PaaS solution. In summary: Azure App Service = PaaS Azure Storage Accounts = IaaS
When an Azure virtual machine is stopped you continue to pay storage costs associated to the virtual machine.;Yes;No;Not enough information;Ambiguous scenario;A;When an Azure VM is stopped compute charges cease but storage costs continue. This includes costs for attached disks diagnostic data storage and VM backups.
What is Azure?;A programming language;A cloud computing platform;A database management system;An operating system;B;Azure is Microsoft's cloud computing platform commonly known throughout in the industry as CSPs (Cloud Service Provider). There're many more: from Amazon (AWS) Google Cloud Platform (GCP) IBM Cloud etch.
What is an Azure region?;A geographical area containing one or more data centers;A type of virtual machine;A networking protocol;A storage account type;A;An Azure region is a set of datacenters deployed within a latency-defined perimeter and connected through a dedicated regional low-latency network.
What is Azure Resource Manager?;A physical server in Azure datacenters;A virtual machine management tool;The deployment and management service for Azure;A database service in Azure;C;Azure Resource Manager is the deployment and management service for Azure. It provides a management layer that enables you to either create update and delete (CRUD standard) resources in your Azure account.
Cloud Computing is a delivery model for what four service types?;Storage + Analytics + Data + SaaS;Networking + Compute Power + Big Data + Fixed-Price Services;Networking + Compute Power + Storage + Analytics;Networking + Pay-as-you-go (PAYG) + Data + Parallel Computing;C;While Cloud Computing contains a number of service types the four most common ones by the definition are 'COMPUTE POWER' 'STORAGE''ANALYTICS''NETWORKING'.
A system's ability to scale dynamically is called:_________________;Agility;Elasticity;Scalability;Extensibility;B;When the system is elastic that means it can adjust its processing power to match the demand. This happens only when the system is able to allocate and deallocate resources dynamically.
Ability of the system to run for extended periods of time without any interruptions is called:_________________;Agility;Disaster Recovery;Fault Tolerance;High Availability;D;Availability talks about system uptime so the system is available to users/other applications. High Availability (HA) symply means that the system is designed and architected to run for very long periods of time.
What is Azure Active Directory?;A cloud-based identity and access management service;A virtual machine service;A storage solution;An IoT service;A;Azure Active Directory (AD) is a cloud-based identity and access management service which helps organizations manage user credentials and access to services.
Which Azure service is used for monitoring and managing the health of Azure resources?;Azure Portal;Azure Monitor;Azure Functions;Azure DevOps;B;Azure Monitor helps you track performance collect metrics and analyze logs for your Azure resources.
What is a benefit of cloud computing?;Higher upfront cost;On-demand scalability;Longer deployment time;Fixed resource allocation;B;Cloud computing offers on-demand scalability: meaning you can increase or decrease resources as needed without upfront costs.
What is the responsibility of the customer in an IaaS model?;Managing physical hardware;Managing networking;Managing virtual machines;Managing the hypervisor;C;In an IaaS (Infrastructure as a Service) model: the customer is responsible for managing virtual machines and applications while the cloud provider handles the physical infrastructure.
Which type of cloud is a combination of on-premises and public cloud?;Private Cloud;Public Cloud;Hybrid Cloud;Community Cloud;C;Hybrid cloud is a combination of on-premises infrastructure + private cloud services and public cloud services: enabling data and application portability.
What is the primary benefit of using a serverless architecture?;Reduced flexibility;Increased hardware costs;Automatic scaling;Fixed pricing;C;Serverless architectures automatically scale based on the demand thus reducing the need for manual intervention.
Which Azure service is used for hosting SQL databases?;Azure Cosmos DB;Azure Database for MySQL;Azure SQL Database;Azure Storage;C;Azure SQL Database is a fully managed platform as a service (PaaS) that supports SQL workloads.
Which Azure service provides a fully managed Kubernetes cluster?;Azure App Service;Azure Kubernetes Service (AKS);Azure Virtual Machines;Azure SQL Database;B;Azure Kubernetes Service (AKS) is a managed service that simplifies running Kubernetes on Azure without the need for deep container orchestration expertise.
What is the benefit of Azure Availability Zones?;Ensures data is stored in multiple regions;Ensures compliance with GDPR;Provides high availability by replicating resources in different zones;Increases networking speed;C;Availability Zones help achieve high availability by distributing resources across multiple datacenters in a region henceforth ensuring service resilience.
What is the role of Azure Traffic Manager?;Manage application performance;Distribute user traffic across different locations;Monitor storage resources;Automate resource scaling;B;Azure Traffic Manager distributes network traffic across different locations based on routing methods such as performance geographic location or priority.
What is the role of Azure Advisor?;Provides recommendations for optimizing cloud resources;Hosts machine learning models;Tracks the health of virtual machines;Creates Azure virtual networks;A;Azure Advisor provides personalized recommendations for optimizing your Azure resources for high availability security and performance.
Which service allows you to create and manage policies that enforce rules on your resources?;Azure Policy;Azure Governance;Azure Monitor;Azure Security Center;A;Azure Policy allows you to create assign and manage policies that enforce rules on your resources for compliance.
What is the purpose of Azure DevTest Labs?;Run SQL queries;Deploy virtual machines for testing environments;Monitor network performance;Store application logs;B;Azure DevTest Labs is a service that helps developers and testers quickly create environments in Azure while minimizing waste and controlling cost.
What does the Azure Service Level Agreement (SLA) guarantee?;Uptime of 100%;At least 99.9% availability;Unlimited storage capacity;Free customer support for all services;B;Azure SLAs typically guarantee at least 99.9% availability for its services. Ensures customers have access to reliable infrastructure.
Which Azure service is used to automate tasks and manage infrastructure as code?;Azure DevOps;Azure Automation;Azure Cognitive Services;Azure Monitor;B;Azure Automation provides a way to automate tasks manage configuration and handle infrastructure as code to reduce manual management.
Which Azure service is used for building deploying and managing APIs?;Azure Functions;Azure API Management;Azure DevOps;Azure Logic Apps;B;Azure API Management enables organizations to create publish and manage APIs in a secure and scalable environment.
What is the main benefit of using a content delivery network (CDN) in Azure?;Increases storage capacity;Improves security;Enhances application performance by caching content closer to users;Reduces cloud costs;C;A CDN caches content closer to end users improving the performance and reducing latency of web applications.
What is the benefit of using Azure Reserved Instances?;Pay-as-you-go pricing;Discounted pricing for long-term commitment;On-demand scaling;Reduced data transfer costs;B;Azure Reserved Instances provide significant discounts in exchange for a one- or three-year commitment to using specific virtual machines.
What does PaaS stand for?;Platform as a System;Platform as a Service;Product as a Service;Product and Application Service;B;Platform as a Service (PaaS) provides a platform that allows developers to build deploy and manage applications without worrying about the underlying infrastructure.
What is the role of Azure Site Recovery?;Improves virtual machine performance;Manages networking resources;Ensures business continuity by replicating and recovering workloads;Hosts web applications;C;Azure Site Recovery helps ensure business continuity by replicating workloads and enabling failover during outages.
Which Azure service is best for hosting a website?;Azure Kubernetes Service (AKS);Azure App Service;Azure SQL Database;Azure Storage;B;Azure App Service is a platform-as-a-service (PaaS) that allows you to host web applications RESTful APIs and mobile backends.
What is the purpose of Azure Blob Storage?;Host virtual machines;Store large unstructured data;Monitor virtual networks;Run applications on containers;B;Azure Blob Storage is designed for storing large amounts of unstructured data like text images videos and backups.
Which of the following is an example of Azure IaaS offering?;Azure Virtual Machines;Azure Logic Apps;Azure SQL Database;Azure App Service;A;Azure Virtual Machines is an example of Infrastructure as a Service (IaaS) that allows users to run virtualized servers in the cloud.
What is the purpose of Azure Cost Management?;Manage billing and subscriptions;Automate the deployment of resources;Manage database backups;Monitor and control cloud spending;D;Azure Cost Management helps organizations track manage and optimize their cloud spending.
What does Azure Active Directory Conditional Access do?;Encrypts data at rest;Controls access based on conditions such as user location and device status;Manages virtual machine configurations;Automates code deployment;B;Azure Active Directory Conditional Access helps control access to applications by applying policies based on conditions like user location device state and risk level.
What is Azure Functions?;A service for managing APIs;A serverless compute service;An identity management service;A storage service;B;Azure Functions is a serverless compute service that allows users to run code without managing infrastructure and it automatically scales based on demand.
What is the main feature of Azure Logic Apps?;Automates cloud cost management;Automates workflows between services and apps;Monitors application performance;Hosts virtual networks;B;Azure Logic Apps automates workflows between various services and applications enabling integration and automation of tasks.
Which Azure service provides enterprise-grade security and compliance?;Azure Security Center;Azure App Service;Azure SQL Database;Azure DevOps;A;Azure Security Center provides security management and threat protection across Azure resources to ensure compliance with industry standards.
Which of the following is a key benefit of using cloud computing?;Limited scalability;Capital expense for hardware;Automatic updates and maintenance;No access to global datacenters;C;One of the benefits of cloud computing is that updates and maintenance are handled automatically by the cloud provider.
What is the purpose of Azure Storage Accounts?;Manage subscriptions;Encrypt data at rest;Store blobs tables files and queues;Monitor resource health;C;Azure Storage Accounts provide a scalable secure and high-performance storage solution for unstructured and structured data like blobs files tables and queues.
What is the main advantage of the Pay-As-You-Go (PAYG) pricing model?;Lower initial investment;Long-term cost reduction;Commitment to specific resources;Increased data transfer speed;A;The Pay-As-You-Go (PAYG) pricing model allows customers to pay for cloud services as they use them eliminating the need for a large upfront investment.
Which Azure tool helps manage compliance requirements?;Azure Policy;Azure Kubernetes Service;Azure DevTest Labs;Azure Monitor;A;Azure Policy allows you to define and enforce rules across your resources to ensure they meet compliance standards.
What is the benefit of scaling out in the cloud?;Increased resource availability;Reduces costs;Decreases redundancy;Improves resource efficiency;A;Scaling out means increasing the number of instances or resources which improves availability and allows for better load distribution.
What does Azure Load Balancer do?;Manages identity and access control;Distributes incoming network traffic across multiple servers;Manages SQL databases;Automates deployment pipelines;B;Azure Load Balancer distributes incoming traffic across multiple virtual machines or services to ensure high availability and performance.
What is the function of Azure VPN Gateway?;Connects on-premises networks to Azure;Monitors cloud security;Hosts websites;Scales virtual machines;A;Azure VPN Gateway provides secure site-to-site connectivity between on-premises networks and Azure resources over the internet.
Which Azure service is used to manage and deploy containers?;Azure App Service;Azure Kubernetes Service (AKS);Azure Cosmos DB;Azure Logic Apps;B;Azure Kubernetes Service (AKS) is a fully managed Kubernetes container orchestration service for running and managing containerized applications in the cloud.
Which feature of Azure allows you to separate and control costs for different departments or projects?;Azure Security Center;Azure Resource Groups;Azure Cost Management;Azure Subscriptions;D;Azure Subscriptions allow organizations to separate resources and control costs for different departments projects or teams.
What is the purpose of Azure ExpressRoute?;Improves web application performance;Establishes a private connection between Azure and on-premises environments;Manages serverless applications;Hosts NoSQL databases;B;Azure ExpressRoute provides a private secure connection between on-premises networks and Azure datacenters bypassing the public internet.
What is the difference between scaling up and scaling out?;Scaling up adds more virtual machines;Scaling up increases the size of existing resources;Scaling out increases the availability of services;Scaling out increases storage capacity;B;Scaling up increases the size of existing resources (e.g. adding more CPU or memory) while scaling out involves adding more instances of a resource.
What is the primary advantage of a hybrid cloud?;Complete control over all resources;Improved security;Combines the benefits of both on-premises and cloud infrastructure;Reduces global latency;C;Hybrid cloud solutions combine the benefits of both private and public clouds allowing organizations to maintain control over sensitive data while leveraging cloud resources.
What is the main benefit of using Azure Blueprints?;Automates security updates;Deploys and manages virtual networks;Provides templates for creating environments that comply with organizational standards;Reduces virtual machine costs;C;Azure Blueprints allows organizations to define a repeatable set of Azure resources and policies that comply with organizational standards and best practices.
What is the purpose of Azure Identity Protection?;Manage virtual networks;Prevent identity theft and security breaches;Monitor cloud spending;Manage serverless applications;B;Azure Identity Protection detects potential vulnerabilities and risks related to identity security helping organizations prevent identity theft and unauthorized access.
Which Azure service is used to monitor and optimize cloud infrastructure costs?;Azure Security Center;Azure Monitor;Azure Cost Management;Azure Advisor;C;Azure Cost Management helps monitor control and optimize cloud spending by providing insights and recommendations on cost-saving opportunities.
Which Azure service provides a scalable globally distributed database?;Azure SQL Database;Azure Cosmos DB;Azure DevOps;Azure Active Directory;B;Azure Cosmos DB is a globally distributed multi-model database that allows for horizontal scaling and supports multiple data models.
What is Azure Security Center's purpose?;Encrypts data at rest;Detects analyzes and responds to security threats;Manages network traffic;Monitors cloud resource health;B;Azure Security Center is a unified security management system that provides advanced threat protection across Azure resources.
What is the main benefit of using Azure Virtual Networks?;Run web applications;Scale virtual machines automatically;Isolate and secure communication between Azure resources;Monitor cloud resource performance;C;Azure Virtual Networks allow users to create isolated and secure networks to connect and communicate between Azure resources.
What does Azure Backup provide?;Low-latency network connections;Data backup and recovery solutions;Cost management for storage resources;Monitors security threats;B;Azure Backup provides secure reliable data backup and recovery solutions for protecting data stored in Azure.
Which Azure service provides recommendations for optimizing security and performance?;Azure Security Center;Azure Advisor;Azure Cost Management;Azure DevTest Labs;B;Azure Advisor provides best practice recommendations for improving security performance and cost-efficiency of Azure resources.
What is the main benefit of Azure Traffic Manager?;Improve application security;Increase data storage;Improve application availability by routing traffic across different regions;Encrypt network traffic;C;Azure Traffic Manager improves application availability by routing user traffic to different regions based on policies such as priority or geographic location.
What is the role of Azure DevOps?;Build and release applications;Monitor network traffic;Manage cloud costs;Host SQL databases;A;Azure DevOps is a set of development tools for building testing and releasing applications using continuous integration and continuous delivery (CI/CD) pipelines.
What is the function of Azure Firewall?;Scales virtual machines;Provides a managed cloud-based firewall to protect Azure resources;Automates application deployment;Monitors data storage usage;B;Azure Firewall is a managed cloud-based network security service that protects Azure resources by filtering and controlling network traffic.
What is the purpose of Azure Resource Groups?;Manage security policies;Group related Azure resources for management and billing;Monitor virtual machines;Deploy containerized applications;B;Azure Resource Groups allow users to group related resources for easier management organization and billing.
Which Azure service provides serverless orchestration of complex workflows?;Azure Kubernetes Service (AKS);Azure Functions;Azure Logic Apps;Azure DevOps;C;Azure Logic Apps provides serverless orchestration of workflows that integrate apps data services and systems across organizations.
What is the benefit of Azure Managed Disks?;Increased network performance;Automates database backups;Provides highly available scalable and secure storage for virtual machines;Monitors resource health;C;Azure Managed Disks provide scalable high-performance storage for virtual machines with simplified management and high availability.
What is the main benefit of using Azure Machine Learning?;Reduced virtual machine costs;Automates the deployment of virtual networks;Builds and trains machine learning models at scale;Monitors network traffic;C;Azure Machine Learning provides tools for building training and deploying machine learning models at scale in the cloud.
What is the role of Azure Logic Apps in serverless computing?;Runs background jobs;Automates workflows between services;Manages identity and access control;Hosts containerized applications;B;Azure Logic Apps automate workflows and integrate various services allowing for serverless automation of business processes.
What is the role of Azure Bastion?;Securely manage virtual machines without exposing them to the public internet;Encrypts data at rest;Manage containerized applications;Optimize cloud spending;A;Azure Bastion provides secure and seamless RDP/SSH connectivity to virtual machines in Azure without exposing them to the public internet.
Which Azure service is used to analyze and visualize large amounts of data?;Azure Data Factory;Azure Monitor;Azure SQL Database;Azure Synapse Analytics;D;Azure Synapse Analytics is a comprehensive analytics service that enables the analysis and visualization of large amounts of data from various sources.
Your company has datacenters in Los Angeles and New York. The company has a Microsoft Azure subscription. You are configuring the two datacenters as geo-clustered sites for site resiliency. You need to recommend an Azure storage redundancy option.You have the following data storage requirements: -> Data must be stored on multiple nodes. -> Data must be stored on nodes in separate geographic locations. -> Data can be read from the secondary location as well as from the primary location. Which of the following Azure stored redundancy options should you recommend?;Geo-redundant storage (GRS);Read-only geo-redundant storage (RA-GRS);Zone-redundant storage (ZRS);Locally Redundant Storage (LRS);B;RA-GRS allows you to have higher read availability for your storage account by providing read only access to the data replicated to the secondary location. Once you enable this feature the secondary location may be used to achieve higher availability in the event the data is not available in the primary region. This is an opt-in feature which requires the storage account be geo-replicated. References: https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy | https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy-grs#read-access-geo-redundant-storage
Your company's Azure subscription includes a Basic support plan. They would like to request an assessment of an Azure environment's design from Microsoft. This is however not supported by the existing plan. You want to make sure that the company subscribes to a support plan that allows this functionality while keeping expenses to a minimum. Solution: You recommend that the company subscribes to the Professional Direct support plan. Does the solution meet the goal?;Yes;No;Not Enough Info;Impossible Use Case;B;Review is only under Premier. Premier is stil available but only for companies with enterprise agreement. Professional Direct offers only: Guidance from a pool of ProDirect delivery managers. Guidance is not a design review.
You are tasked with deploying Azure virtual machines for your company and you need to make use of the appropriate cloud deployment solution. Solution: You should make use of Software as a Service (SaaS). Does the solution meet the goal?;Yes;No;Not enough info;Impossible Scenario;B;This is the most basic category of cloud computing services. With IaaS you rent IT infrastructure—servers and virtual machines (VMs) storage networks and operating systems—from a cloud provider on a pay-as-you-go basis. https://azure.microsoft.com/en-us/overview/what-is-iaas/
You need to make use of the appropriate cloud deployment solution by deploying Azure VMs for your company. Solution: You should make use of Infrastructure as a Service (IaaS). Does the solution meet the goal?;Yes;No;Not Enough Info;Impossible use case;A;Using Infrastructure as a Service (IaaS) is the appropriate solution for deploying Azure virtual machines. IaaS provides you with the flexibility to create manage and configure virtual machines in the cloud while still maintaining control over the underlying infrastructure including operating systems networking and storage. This option aligns with the goal of deploying Azure virtual machines for your company.
As the company ____________ in size they can ____________ price per unit for their customers. This is so called the principle of economies of scale. Fill in the blanks.;Grows and increase;Shrinks and decrease;Grows and decrease;Not enough info;C;When companies grow in size they become more effective at what they do. Thanks to this they can reduce their operational costs and therefore decrease their price per unit.
Small companies usually have a ____________ price per unit due to their scale:;Low;Medium;High;Enterprise;C;Bigger companies can build internal teams share resources invest in research negotiate prices and etc. All this leads to a lower price per unit. Unfortunately: small companies can’t do that which leads to a high unit per price.
Which is one of the 3 best described benefits of the cloud:;Economies of Scale;Fixed Pricing;Cost Unpredictability;Not enough Info;A;This is so-called Microsoft is a big company Azure is also big. Because of that -> their price per unit is low and as such customers can take advantage of competitive infrastructure and platform pricing. This is so-called Economies of Scale principle which is one of the cloud benefits.
Your company is planning to migrate all their virtual machines to an Azure pay-as-you-go subscription. The virtual machines are currently hosted on the Hyper-V hosts in a data center. You are required make sure that the intended Azure solution uses the correct expenditure model. Solution: You should recommend the use of the elastic expenditure model. Does the solution meet the goal?;Yes;No;Not enough info;Ambiguous scenario;B;The recommendation to use the elastic spending model to migrate virtual machines to a prepaid Azure subscription is not appropriate. The term 'elastic spending' is not a common description for an Azure cost model. For a migration to Azure with a prepaid subscription you usually choose the resource purchase model that best suits your company's needs such as Pay-As-You-Go Enterprise Contract or others. The actual spending model depends on how your company plans to pay for Azure services. Therefore the correct answer depends on the specific cost model chosen within the prepaid subscription and the description 'elastic spending' is not a standard term in this context. It is recommended that you analyse and choose the Azure cost model that best meets your company's financial and operational needs.
Your company is planning to migrate all their virtual machines to an Azure pay-as-you-go subscription. The virtual machines are currently hosted on the Hyper-V hosts in a data center. You are required make sure that the intended Azure solution uses the correct expenditure model. Solution: You should recommend the use of the scalable expenditure model. Does the solution meet the goal?;Yes;No;Not enough info;Ambiguous scenario;B;Because we have two expenditure models. One is CapEx and another is OpEx. So Scalable Expenditure IS NOT the right answer. Operating expenditures are ongoing costs of doing business. Consuming cloud services in a pay-as-you-go model could qualify as an operating expenditure: https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/strategy/business-outcomes/fiscal-outcomes/ ----- SCALABLE: environments only care about increasing capacity to accommodate an increasing workload. ELASTIC: environments care about being able to meet current demands without under/over provisioning in an autonomic fashion. There is no such thing as a Scalable Expenditure Model in Azure. The two expenditure models in Azure are Pay-as-you-Go and Reserved Instances. Pay-as-you-go is the default and most common expenditure model in Azure. It means you pay for resources you consume on an hourly or per-minute basis. It offers flexibility to scale resources up and down as needed. ** RESERVED INSTANCES is an expenditure model where you commit to a one or three-year term for a particular virtual machine instance type size and region. This commitment provides you with a discount compared to pay-as-you-go pricing. Since the question states that the company is planning to migrate all of their virtual machines to an Azure pay-as-you-go subscription the correct expenditure model is pay-as-you-go (PAYG).
Your company is planning to migrate all their virtual machines to an Azure pay-as-you-go subscription. The virtual machines are currently hosted on the Hyper-V hosts in a data center. You are required make sure that the intended Azure solution uses the correct expenditure model. Solution: You should recommend the use of the operational expenditure model. Does the solution meet the goal?;Yes;No;Not enough info;Ambiguous scenario;A;Operating expenditures are ongoing costs of doing business. Consuming cloud services in a pay-as-you-go model could qualify as an operating expenditure: => https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/strategy/business-outcomes/fiscal-outcomes
You are required to deploy an Artificial Intelligence (AI) solution in Azure. You want to make sure that you are able to build test and deploy predictive analytics for the solution. Solution: You should make use of Azure Cosmos DB. Does the solution meet the goal?;Yes;No;Not enough info;Ambiguous scenario;B;Machine Learning Studio (classic) is a drag-and-drop tool you can use to build test and deploy predictive analytics solutions. Azure Cosmos DB is a fully managed NoSQL database for modern app development. Single-digit millisecond response times and automatic and instant scalability => guarantee speed at any scale.
Your company's Active Directory forest includes thousands of user accounts. You have been informed that all network resources will be migrated to Azure. Thereafter the on-premises data center will be retired. You are required to employ a strategy that reduces the effect on users once the planned migration has been completed. Solution: You plan to sync all the Active Directory user accounts to Azure Active Directory (Azure AD). Does the solution meet the goal?;Yes;No;Not enough info;Ambiguous scenario;A;Syncing all the Active Directory user accounts to Azure Active Directory (Azure AD) is a common strategy to ensure a smooth migration to the cloud while minimizing the impact on users. This approach is often referred to as implementing a hybrid identity model. By syncing the user accounts to Azure AD using tools like Azure AD Connect -- users can continue using their existing credentials to access cloud resources after the migration. This provides a seamless experience for users and reduces the disruption typically associated with migrations. Therefore => the solution of syncing Active Directory user accounts to Azure AD meets the goal of reducing the impact on users during the migration to Azure.
You are required to deploy an Artificial Intelligence (AI) solution in Azure. You want to make sure that you are able to build test and deploy predictive analytics for the solution. Solution: You should make use of Azure Machine Learning Studio. Does the solution meet the goal?;Yes;No;Not enough info;Ambiguous scenario;A;Machine Learning Studio (classic) is a drag-and-drop tool you can use to build test and deploy predictive analytics solutions => https://docs.microsoft.com/bs-cyrl-ba/azure/machine-learning/classic/
You are required to deploy an Artificial Intelligence (AI) solution in Azure. You want to make sure that you are able to build test and deploy predictive analytics for the solution. Solution: You should make use of Azure Cosmos DB. Does the solution meet the goal?;Yes;No;Not enough info;Ambiguous use case;B;Machine Learning Studio (classic) is a drag-and-drop tool you can use to build test and deploy predictive analytics solutions. Azure Cosmos DB is a fully managed NoSQL database for modern app development. AI Fits with ML not with Cosmos DB so answer is 'B'. Also Azure Cosmos DB is a fully managed NoSQL database for modern app development. Single-digit millisecond response times and automatic and instant scalability guarantee speed at any scale.
Your company's infrastructure includes a number of business units that each need a large number of various Azure resources for everyday operation. The resources required by each business unit are identical. You are required to sanction a strategy to create Azure resources automatically. Solution: You recommend that the Azure API Management service be included in the strategy. Does the solution meet the goal?;Yes;No;Not enough info;Ambiguous scenario;B;Azure API Management Service (APIM) is a way to create and manage customer APIs for existing backend services. The Question is asking about a way to create Azure resources automatically (on the fly). ARM (Azure Resource Manager) is a tool that automates the deployments on the AZ cloud and the proper one to use as solution. It should be ARM template: 'https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/overview/' - To meet these challenges you can automate deployments and use the practice of infrastructure as code. In code you define the infrastructure that needs to be deployed. The infrastructure code becomes part of your project. Just like application code you store the infrastructure code in a source repository and version it. Any one on your team can run the code and deploy similar environments.
The resources required by each business unit are identical. You are required to sanction a strategy to create Azure resources automatically. Solution: You recommend that management groups be included in the strategy. Does the solution meet the goal?;Yes;No;Not enough info;Ambiguous use case;B;Azure Resource Manager (ARM) templates should be used. Management Groups are only containers to 'manage' subscriptions. To add the automating resource-creating capability we need to use ARM templates.
Your company's infrastructure includes a number of business units that each need a large number of various Azure resources for everyday operation. The resources required by each business unit are identical. You are required to sanction a strategy to create Azure resources automatically. Solution: You recommend that the Azure Resource Manager templates be included in the strategy. Does the solution meet the goal?;Yes;No;Not enough info;Ambiguous use case;A;The recommendation to include Azure Resource Manager (ARM) templates in the strategy fulfils the objective of creating Azure resources automatically. ARM templates allow you to define and deploy Azure infrastructure resources in an automated and repeatable way. With ARM templates you can create identical resources for each business unit in a consistent and scalable way. Templates can be parameterised to meet the specific needs of each business unit and you can deploy these templates automatically to create and manage resources in Azure according to your company's guidelines.
You are tasked with deploying a critical LOB (Line-Of-Business) application which will be installed on a virtual machine to Azure. You are informed that the application deployment strategy should allow for a guaranteed availability of 99.99% percent. You need to make sure that the strategy requires as little virtual machines and availability zones as possible. Solution: You include two virtual machines and one availability zone in your strategy. Does the solution meet the goal?;Yes;No;Not enough info;Ambiguous scenario;B;For all Virtual Machines that have two or more instances deployed across two or more Availability Zones in the same Azure region we guarantee you will have Virtual Machine Connectivity to at least one instance at least 99.99% of the time. Whereas for all Virtual Machines that have two or more instances deployed in the same Availability Set or in the same Dedicated Host Group we guarantee you will have Virtual Machine Connectivity to at least one instance at least 99.95% (not 99.99%) of the time.
You are tasked with deploying a critical LOB (Line-Of-Business) application which will be installed on a virtual machine to Azure. You are informed that the application deployment strategy should allow for a guaranteed availability of 99.99% percent. You need to make sure that the strategy requires as little virtual machines and availability zones as possible. Solution: You include one virtual machine and two availability zones in your strategy. Does the solution meet the goal?;Yes;No;Not enough info;Ambiguous scenario;B;"For all Virtual Machines that have TWO or more instances deployed across two or more Availability Zones in the same Azure region we guarantee you will have Virtual Machine Connectivity to at least one instance at least 99.99% of the time. With Availability Zones Azure offers industry best 99.99% VM uptime SLA. This requires a minimum of 2VMs and 2 AZ's. Anything less would give 99.95% availability. A VM can't be assigned to more than 1 AZ as doing so will create ""n"" VMs in each selected AZ."
You are tasked with deploying a critical LOB (Line-Of-Business) application which will be installed on a virtual machine to Azure. You are informed that the application deployment strategy should allow for a guaranteed availability of 99.99 percent. You need to make sure that the strategy requires as little virtual machines and availability zones as possible. Solution: You include two virtual machines and two availability zones in your strategy. Does the solution meet the goal?;Yes;No;Not enough info;Ambiguous scenario;A;Deploying two virtual machines across two availability zones can meet the goal of achieving 99.99% availability. Here’s why => Availability Zones: Using two availability zones provides high availability by ensuring that if one zone experiences a failure the other zone can continue to operate thereby reducing the risk of total service disruption. Virtual Machines: With two virtual machines spread across these availability zones you achieve redundancy and fault tolerance. If one virtual machine fails the other can handle the workload ensuring continuous operation. This setup meets the requirements for high availability with minimal resource use aligning with the goal of 99.99% availability.
Your company's developers intend to deploy a large number of custom virtual machines on a weekly basis. They will also be removing these virtual machines during the same week it was deployed. Sixty percent of the virtual machines have Windows Server 2016 installed while the other forty percent has Ubuntu Linux installed. You are required to make sure that the administrative effort needed for this process is reduced by employing a suitable Azure service. Solution: You recommend the use of Microsoft Managed Desktop. Does the solution meet the goal?;Yes;No;Not enough info;Ambiguous scenario;B;The correct solution should be Azure DevTest Labs because it was mentioned that developers intend to deploy and remove VMs in the same week. Keyword is developers and deploy and remove. Most probably is it the test environment. So DevTest is correct answer and more relevant to this scenario.
Your company's developers intend to deploy a large number of custom virtual machines on a weekly basis. They will also be removing these virtual machines during the same week it was deployed. Sixty percent of the virtual machines have Windows Server 2016 installed while the other forty percent has Ubuntu Linux installed. You are required to make sure that the administrative effort needed for this process is reduced by employing a suitable Azure service. Solution: You recommend the use of Azure Reserved Virtual Machines (VM) Instances. Does the solution meet the goal?;Yes;No;Not enough info;Ambiguous scenario;B;Azure Reserved Virtual Machine (VM) Instances are not the most suitable solution for deploying and managing a large number of custom virtual machines on a weekly basis that are also removed during the same week. Reserved VM Instances are used to save costs by committing to a specific VM instance type for a one- or three-year term which is not aligned with the short-term and frequent deployment and removal pattern described in your scenario. To reduce administrative effort for your specific use case you might consider using Azure DevTest Labs. Azure DevTest Labs allows you to quickly create environments in Azure while managing costs by setting up policies for resource usage. You can create a lab that aligns with your requirements including Windows Server and Ubuntu Linux VMs and allow your developers to deploy and remove VMs easily in a controlled environment. Therefore the solution of using Azure Reserved VM Instances does not meet the goal of reducing administrative effort for deploying and managing a large number of custom virtual machines on a weekly basis that are also removed within the same week.
Your company's developers intend to deploy a large number of custom virtual machines on a weekly basis. They will also be removing these virtual machines during the same week it was deployed. Sixty percent of the virtual machines have Windows Server 2016 installed while the other forty percent has Ubuntu Linux installed. You are required to make sure that the administrative effort needed for this process is reduced by employing a suitable Azure service. Solution: You recommend the use of Azure DevTest Labs. Does the solution meet the goal?;Yes;No;Not enough info;Ambiguous scenario;A;Azure DevTest Labs is an ideal solution for managing and automating the lifecycle of virtual machines especially for scenarios where virtual machines are frequently created and deleted. Quickly provision development and test environments. Minimize waste with quotas and policies. Set automated shutdowns to minimize costs. Build Windows and Linux environments
Your company has virtual machines (VMs) hosted in Microsoft Azure. The VMs are located in a single Azure virtual network named VNet1. The company has users that work remotely. The remote workers require access to the VMs on VNet1. You need to provide access for the remote workers. What should you do?;Configure a Site-to-Site (S2S) VPN.;Configure a VNet-toVNet VPN.;Configure a Point-to-Site (P2S) VPN.;Configure DirectAccess on a Windows Server 2012 server VM.;C;A Point-to-Site (P2S) VPN gateway connection lets you create a secure connection to your virtual network from an individual client computer. References: https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpngateways
You have been informed by your superiors of the company's intentions to automate server deployment to Azure. There is however some concern that administrative credentials could be uncovered during this process. You are required to make sure that during the deployment the administrative credentials are encrypted using a suitable Azure solution. Solution: You recommend the use of Azure Information Protection. Does the solution meet the goal?;Yes;No;Not enough info;Ambiguous scenario;B;Azure Information Protection (AIP) is a cloud-based solution that enables organizations to discover classify and protect documents and emails by applying labels to content. Thus it's not designed to encrypt management credentials during server deployment. For encrypting administrative credentials during server deployment to Azure a more suitable solution would be to use Azure Key Vault. Azure Key Vault is a cloud service that allows you to safeguard cryptographic keys certificates and secrets used by cloud applications and services. You can store the administrative credentials securely in Azure Key Vault and retrieve them when needed during the deployment process. This ensures that the credentials are properly protected and managed.
Which of the following is a benefit of using cloud services?;High availability;CapEx;Increased maintenance;Less agility;A;Cloud services offer high availability by ensuring minimal downtime through redundancy and failover strategies.
What is the pricing model where customers are charged for services based on their usage?;Upfront payment;Pay-as-you-go;Volume licensing;Free tier;B;In the pay-as-you-go model users only pay for the resources they use making it a flexible and cost-effective option.
What Azure service is best for running fault-tolerant applications without worrying about the underlying infrastructure?;Azure Virtual Machines;Azure Functions;Azure Kubernetes Service;Azure Storage;B;Azure Functions is a serverless compute service that enables event-driven code execution without managing servers.
Which cloud deployment solution is used for Azure virtual machines and Azure SQL databases setup inside those VMs? To answer select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.;Infrastructure as a service (IaaS);Platform as a service (PaaS);Managed Service;Serverless Computing;A;Azure virtual machines are Infrastructure as a Service (IaaS). Infrastructure as a Service is the most flexible category of cloud services. It aims to give you complete control over the hardware that runs your application (IT infrastructure servers and virtual machines (VMs) storage networks and operating systems). Instead of buying hardware with IaaS you rent it. Azure SQL databases are Platform as a Service (PaaS). Azure SQL Database is a fully managed Platform as a Service (PaaS) Database Engine that handles most of the database management functions such as upgrading patching backups and monitoring without user involvement. Azure SQL Database is always running on the latest stable version of SQL Server Database Engine and patched OS with 99.99% availability. PaaS capabilities that are built-in into Azure SQL database enable you to focus on the domain specific database administration and optimization activities that are critical for your business. Reference: https://docs.microsoft.com/en-gb/learn/modules/principles-cloud-computing/5-types-of-cloud-services https://docs.microsoft.com/en-us/azure/sql-database/sql-database-paas-index
You have been informed by your superiors of the company's intentions to automate server deployment to Azure. There is however some concern that administrative credentials could be uncovered during this process. You are required to make sure that during the deployment the administrative credentials are encrypted using a suitable Azure solution. Solution: You recommend the use of Azure Multi-Factor Authentication (MFA).;Yes;No;Not enough info;Ambiguous scenario;B;No the recommended solution of Azure Multi-Factor Authentication (MFA) does not encrypt administrative credentials during server deployment to Azure. MFA is a solution that adds an additional layer of authentication to the login process and it can help prevent unauthorized access to resources. To encrypt administrative credentials during server deployment to Azure a better solution would be to use Azure Key Vault. Azure Key Vault is a cloud-based service that provides secure storage of keys secrets and certificates. By storing the administrative credentials in Azure Key Vault they can be encrypted and protected from unauthorized access.
Which of the following are the types of customers that can make use of Azure Government?;A government contractor from any country.;A government entity from any country.;A United States government contractor.;A United States government entity.;D;Azure Government is specifically designed for use by United States government entities. It provides a separate instance of Azure with additional compliance certifications and security measures tailored to U.S. government requirements. While U.S. government contractors may sometimes have access under certain circumstances the primary and most appropriate user of Azure Government would be a United States government entity itself.
Your company has an Azure Active Directory (Azure AD) environment. Users occasionally connect to Azure AD via the Internet. You have been tasked with making sure that users who connect to Azure AD via the internet from an unidentified IP address are automatically encouraged to change passwords. Solution: You configure the use of Azure AD Identity Protection. Does the solution meet the goal?;Yes Azure AD Identity Protection can enforce password changes based on risk detection.;No Azure AD Identity Protection does not handle password changes.;Yes but it only monitors login activity not password changes.;No you need to configure Conditional Access policies.;A;Azure AD Identity Protection can detect risky sign-ins such as those from unidentified IP addresses and enforce a password change based on risk policies.
Your company has an Azure Active Directory (Azure AD) environment. Users occasionally connect to Azure AD via the Internet. You have been tasked with making sure that users who connect to Azure AD via the internet from an unidentified IP address are automatically encouraged to change passwords. Solution: You configure the use of Azure AD Privileged Identity Management. Does the solution meet the goal?;Yes Azure AD Privileged Identity Management can enforce password changes based on IP addresses.;No Azure AD Privileged Identity Management is not intended for password management.;Yes it monitors high-risk activities such as sign-ins and requires password changes.;No you need to use Identity Protection for this purpose.;B;Azure AD Privileged Identity Management is primarily designed to manage control and monitor access to privileged roles but not for triggering password changes. Azure AD Identity Protection should be used for this scenario.
You are planning a strategy to deploy numerous web servers and database servers to Azure. This strategy should allow for connection types between the web servers and database servers to be controlled. Solution: You include a local network gateway in your strategy. Does the solution meet the goal?;Yes a local network gateway allows connection control between servers.;No a local network gateway is for on-premises networks connecting to Azure.;Yes because it provides network control through Azure.;No because it doesn’t apply to internal Azure resources.;B;A local network gateway is used to represent your on-premises network in Azure not for controlling connections between Azure resources such as web servers and database servers.
Your company's Active Directory forest includes thousands of user accounts. You have been informed that all network resources will be migrated to Azure. Thereafter the on-premises data center will be retired. You are required to employ a strategy that reduces the effect on users once the planned migration has been completed. Solution: You plan to require Azure Multi-Factor Authentication (MFA). Does the solution meet the goal?;Yes Azure MFA ensures a seamless migration for users.;No Azure MFA is for security purposes and won’t affect the migration process.;Yes because it strengthens user authentication post-migration.;No you need to consider password synchronization or SSO for reducing the effect on users.;D;While Azure MFA adds an extra layer of security it does not reduce the migration impact on users. Password synchronization or SSO would address user impact more directly.
A platform as a service (PaaS) solution that hosts web apps in Azure provides full control of the operating systems that host applications.;Yes full control is available.;No control of the operating system is limited in PaaS.;Yes but only for specific Azure plans.;No because PaaS abstracts the OS management.;D;In a PaaS solution the operating system management is handled by Azure not the user. PaaS abstracts the OS layer so you don’t have full control over it.
A platform as a service (PaaS) solution that hosts web apps in Azure provides the ability to scale the platform automatically.;Yes automatic scaling is supported.;No manual scaling is required.;Yes but only in some Azure regions.;No automatic scaling is only available for IaaS solutions.;A;PaaS solutions in Azure provide the ability to scale applications automatically which is one of the core benefits of using PaaS.
A platform as a service (PaaS) solution that hosts web apps in Azure provides professional development services to continuously add features to custom applications.;Yes Azure provides development services.;No Azure provides infrastructure but the development is the user’s responsibility.;Yes but only through external consultants.;No Azure doesn’t provide continuous development services.;B;Azure PaaS provides the platform and infrastructure but development services and continuous improvement of the application features are the responsibility of the user or external development teams.
Your company hosts an accounting application named App1 that is used by all the customers of the company. App1 has low usage during the first three weeks of each month and very high usage during the last week of each month. Which benefit of Azure Cloud Services supports cost management for this type of usage pattern?;high availability;high latency;cost predictability;resource allocation;C;Elasticity in this case is the ability to provide additional compute resource when needed and reduce the compute resource when not needed to reduce costs. Autoscaling is an example of elasticity. Elastic computing is the ability to quickly expand or decrease computer processing memory and storage resources to meet changing demands without worrying about capacity planning and engineering for peak usage. Typically controlled by system monitoring tools elastic computing matches the amount of resources allocated to the amount of resources actually needed without disrupting operations. With cloud elasticity a company avoids paying for unused capacity or idle resources and doesn't have to worry about investing in the purchase or maintenance of additional resources and equipment. References: https://azure.microsoft.com/en-gb/overview/what-is-elastic-computing/
You plan to migrate a web application to Azure. The web application is accessed by external users. You need to recommend a cloud deployment solution to minimize the amount of administrative effort used to manage the web application. What should you include in the recommendation?;Software as a Service (SaaS);Platform as a Service (PaaS);Dedicated Hosting;Private Cloud;B;Azure App Service is a platform-as-a-service (PaaS) offering that lets you create web and mobile apps for any platform or device and connect to data anywhere in the cloud or on-premises. App Service includes the web and mobile capabilities that were previously delivered separately as Azure Websites and Azure Mobile Services. References: https://docs.microsoft.com/en-us/azure/security/fundamentals/paas-applications-using-app-services
You have an on-premises network that contains 100 servers. You need to recommend a solution that provides additional resources to your users. The solution must minimize capital and operational expenditure costs. What should you include in the recommendation?;a complete migration to the public cloud;an additional data center;public cloud only;dedicated servers;D;A hybrid cloud is a combination of a private cloud and a public cloud. Capital expenditure is the spending of money up-front for infrastructure such as new servers. With a hybrid cloud you can continue to use the on-premises servers while adding new servers in the public cloud (Azure for example). Adding new servers in Azure minimizes the capital expenditure costs as you are not paying for new servers as you would if you deployed new server on-premises. Incorrect Answers: A: A complete migration of 100 servers to the public cloud would involve a lot of operational expenditure (the cost of migrating all the servers). B: An additional data center would involve a lot of capital expenditure (the cost of the new infrastructure). C: A private cloud is hosted on on-premises servers to this would involve a lot of capital expenditure (the cost of the new infrastructure to host the private cloud). Reference: https://docs.microsoft.com/en-gb/learn/modules/principles-cloud-computing/4-cloud-deployment-models
For each of the following statements select Yes if the statement is true. Otherwise select No. NOTE: Each correct selection is worth one point.;To achieve a hybrid cloud model a company must always migrate from a private cloud model.;A company can extend the capacity of its internal network by using the public cloud.;Only guest users can access resources in the cloud.;Only external users can access resources in the cloud.;B;It is not true that a company must always migrate from a private cloud model to implement a hybrid cloud. You could start with a public cloud and then combine that with an on-premise infrastructure to implement a hybrid cloud. A company can extend the capacity of its internal network by using the public cloud. This is very common. When you need more capacity rather than pay out for new on-premises infrastructure you can configure a cloud environment and connect your on-premises network to the cloud environment by using a VPN. It is not true that only guest users can access cloud resources. You can give anyone with an account in Azure Active Directory access to the cloud resources. There are many authentication scenarios but a common one is to replicate your on-premises Active Directory accounts to Azure Active Directory and provide access to the Azure Active Directory accounts. Another commonly used authentication method is 'Federation' where authentication for access to cloud resources is passed to another authentication provider such as an on-premises Active Directory. https://azure.microsoft.com/en-gb/overview/what-is-hybrid-cloud-computing/
You plan to migrate several servers from an on-premises network to Azure. What is an advantage of using a public cloud service for the servers over an on-premises network?;The public cloud is owned by the public NOT a private corporation;The public cloud is a crowd-sourcing solution that provides corporations with the ability to enhance the cloud;All public cloud resources can be accessed for free;The public cloud offers unlimited storage capacity;D;The public cloud is a shared entity whereby multiple corporations each use a portion of the resources in the cloud. The hardware resources (servers infrastructure etc.) are managed by the cloud provider. Multiple companies create resources such as virtual machines and virtual networks on the hardware resources. Incorrect Answers: A: The public cloud is not owned by the public. In the case of Microsoft Azure the cloud is owned by Microsoft. B: The public cloud is not a crowd-sourcing solution. In the case of Microsoft Azure the cloud is owned by Microsoft. C: It is not true that public cloud resources can be freely accessed by every member of the public. You pay for a cloud subscription and create accounts for your users to access your cloud resources. No one can access your cloud resources until you create user accounts and provide the appropriate access permissions.
To complete the sentence select the appropriate option in the answer area. Azure Site Recovery provides for virtual machines.;fault tolerance;disaster recovery;automatic scaling;unlimited storage;B;Azure Site Recovery helps ensure business continuity by keeping business apps and workloads running during outages. Site Recovery replicates workloads running on physical and virtual machines (VMs) from a primary site to a secondary location.
In which type of cloud model are all the hardware resources owned by a third-party and shared between multiple tenants?;private;hybrid;public;community;C;Microsoft Azure Amazon Web Services and Google Cloud are three examples of public cloud services. Microsoft Amazon and Google own the hardware. The tenants are the customers who use the public cloud services.
Select the answer that correctly completes the sentence: ______________________ is a Microsoft Azure-based system for virtualizing its Windows operating systems providing virtualized desktops and applications securely in the cloud;An availability set;Azure Spot Virtual Machines;Azure Virtual Desktop;Azure Virtual Machine Scale Sets;C;Azure Virtual Desktop formerly known as Windows Virtual Desktop is a Microsoft Azure-based system for virtualizing its Windows operating systems providing virtualized desktops and applications securely in the cloud. It is aimed at enterprise customers rather than at individual users.
You have 1 000 virtual machines hosted on the Hyper-V hosts in a data center. You plan to migrate all the virtual machines to an Azure pay-as-you-go subscription. You need to identify which expenditure model to use for the planned Azure solution.;operational;elastic;capital;scalable;A;One of the major changes that you will face when you move from on-premises cloud to the public cloud is the switch from capital expenditure (buying hardware) to operating expenditure (paying for service as you use it). This switch also requires more careful management of your costs. The benefit of the cloud is that you can fundamentally and positively affect the cost of a service you use by merely shutting down or resizing it when it's not needed.
Match the Azure services benefits to the correct descriptions. Instructions: To answer drag the appropriate benefit from the column on the left to its description on the right. Each benefit may be used once more than once or not at all. NOTE: Each correct match is worth one point A cloud service showcases ________ when's available after failure has ocurred.;Disaster Recovery;Fault Tolerance;Scalability;Latency;A;Fault tolerance is the ability of a service to remain available after a failure of one of the components of the service. For example a service running on multiple servers can withstand the failure of one of the servers.
Match the Azure services benefits to the correct descriptions. Instructions: To answer drag the appropriate benefit from the column on the left to its description on the right. Each benefit may be used once more than once or not at all. NOTE: Each correct match is worth one point A cloud service is _________ when it can be recovered after a failure has already happened.;Disaster Recovery;Fault Tolerance;Scalability;Latency;B;Disaster recovery is the recovery of a service after a failure. For example restoring a virtual machine from backup after a virtual machine failure.
Match the Azure services benefits to the correct descriptions. Instructions: To answer drag the appropriate benefit from the column on the left to its description on the right. Each benefit may be used once more than once or not at all. NOTE: Each correct match is worth one point A cloud service is considered to have ___________ when it can cope with increases in incoming demand.;Disaster Recovery;Fault Tolerance;Scalability;Latency;C;Dynamic scalability is the ability for compute resources to be added to a service when the service is under heavy load. For example in a virtual machine scale set additional instances of the virtual machine are added when the existing virtual machines are under heavy load.
Match the Azure services benefits to the correct descriptions. Instructions: To answer drag the appropriate benefit from the column on the left to its description on the right. Each benefit may be used once more than once or not at all. NOTE: Each correct match is worth one point A cloud service has low __________ when it's accessed quickly via the Internet.;Disaster Recovery;Fault Tolerance;Scalability;Latency;D;Latency is the time a service takes to respond to requests. Low latency means low response time resulting in quicker access to the service.
An Azure environment cannot be used to extend internal resources.;To implement a hybrid cloud model a company must have an internal network.;A company can extend the computing resources of its internal network by using a hybrid cloud.;In a public cloud model only guest users at your company can access the resources in the cloud.;Not enough information;B;It is not true that a company must always migrate from an internal network to implement a hybrid cloud. You could start with a public cloud and then combine that with on-premise infrastructure to implement a hybrid cloud.
How can a private cloud extend its network and processing power using cloud?;To implement a hybrid cloud model a company must have an internal network.;A company can extend the computing resources of its internal network by using a hybrid cloud.;In a public cloud model only guest users at your company can access the resources in the cloud.;In the public cloud anyone can access the environment without authentication;B;A company can extend the computing resources of its internal network by using the public cloud. You can configure a cloud environment and connect it to your on-premises network via VPN to increase capacity.
Which users can access cloud resources?;To implement a hybrid cloud model a company must have an internal network.;A company can extend the computing resources of its internal network by using a hybrid cloud.;In a public cloud model only guest users at your company can access the resources in the cloud.;Only internal users with explicit permissions can access public cloud resources;D;It is not true that only guest users can access cloud resources. Any user with an account in Azure Active Directory can be granted access. Federation or replication of on-premises Active Directory can be used for authentication as well.
A Platform as a Service (PaaS) solution provides full control of operating systems that host applications.;A Platform as a Service (PaaS) solution provides additional memory to apps by changing pricing tiers.;A Platform as a Service (PaaS) solution can automatically scale the number of instances.;A PaaS solution cannot provide high availability out of the box.;A PaaS hides the complexities of managing the kernel or Operating System and only enables you with the development platform;D;A PaaS solution does not provide full control over the operating systems as the infrastructure is managed by the cloud provider. Changing pricing tiers typically does not increase memory but automatic scaling is supported in many PaaS environments.
Your company has an on-premises network that contains multiple Azure virtual machines run on Hyper-V physical servers. The physical servers are owned and managed by Microsoft. What of the following CAN be done?.;Replacing failed server hardware;Backing up application data;Managing physical server security;Updating server operating systems;A;As an Azure customer you have no access to the physical servers. Microsoft manages the replacement of failed server hardware so you don't need to.
Your company has an on-premises network that contains multiple servers thus Microsoft manages the security of the physical servers that host Azure VMs.;Replacing failed server hardware;Backing up application data;Managing physical server security;Updating server operating systems;C;This eliminates the need for managing physical server security.
Choose the true statement:;Azure Pay-As-You-Go pricing is an example of CapEx.;Paying electricity for your datacenter is an example of CapEx.;Deploying your own datacenter is an example of CapEx.;Paying for physical servers in Azure is a typical CapEx model.;C;With the pay-as-you-go model you pay for services as you use them. This is OpEx (Operational Expenditure) not CapEx.
Choose the true statement:;Azure Pay-As-You-Go pricing is an example of OpEx.;Paying electricity for your datacenter is an example of CapEx.;Deploying your own datacenter is an example of OpEx.;Paying for physical servers in Azure is a typical CapEx model.;A;Paying for electricity in your own datacenter is classified as OpEx.
Choose the true statement:;Azure Pay-As-You-Go pricing is an example of CapEx.;Paying electricity for your datacenter is an example of OpEx.;Deploying your own datacenter is an example of CapEx.;Paying for physical servers in Azure is a typical CapEx model.;B;Deploying your own datacenter involves paying for infrastructure upfront which is an example of CapEx (Capital Expenditure).
You plan to provision Infrastructure as a Service (IaaS) resources in Azure.;an Azure web app;an Azure virtual machine;an Azure logic app;an Azure SQL database;B;An Azure virtual machine is an example of Infrastructure as a Service (IaaS). The other options (Azure web app logic app and SQL database) are Platform as a Service (PaaS).
To which cloud models can you deploy physical servers?;private cloud and hybrid cloud only;private cloud only;private cloud hybrid cloud and public cloud;hybrid cloud only;A;A private cloud is on-premises so you can deploy physical servers. A hybrid cloud is a mix of on-premise and public cloud resources. You can deploy physical servers on-premises.
Provides a choice to use on-premises or cloud-based resources.;Public Cloud;Private Cloud;Hybrid Cloud;Not enough info;C;A hybrid cloud is a mix of public cloud resources and on-premises resources. Therefore you have a choice to use either.
No requires capital expenditure.;Public Cloud;Private Cloud;Hybrid Cloud;Not enough information;A;With a public cloud there is no capital expenditure on server hardware etc. You only pay for cloud resources that you use as you use them.
Provides complete control over security.;Public Cloud;Private Cloud;Hybrid Cloud;Not enough info;B;A private cloud exists on premises so you have complete control over security.
Hybrid clouds use virtual servers in the public cloud.;Yes;No;Not enough info;Ambiguous scenario;A;You cannot add physical servers to the public cloud. You can only deploy virtual servers in the public cloud. This would create a hybrid cloud.
A hybrid cloud is a combination of private and public cloud resources.;Yes;No;Not enough info;Ambiguous scenario;B;Since a hybrid cloud is a combination of private and public cloud resources you must deploy resources to the public cloud to create a hybrid cloud.
Private clouds must always be disconnected from the internet.;Yes;No;Not enough info;Ambiguous scenario;B;"Private clouds can be connected to the Internet. The term ""private"" refers to how resources are managed not their connectivity."
A PaaS solution does not provide any control of the OS.;Yes;No;Not enough info;Ambiguous scenario;A;A PaaS solution does not provide access to the operating system. The Azure Web Apps service provides an environment for you to host your web applications.
A PaaS solution can be configured to manually scale based on demand.;Yes;No;Not enough info;Ambiguous scenario;B;A PaaS solution that hosts web apps in Azure does provide the ability to scale automatically which is known as autoscaling.
A PaaS solution automatically scales based on demand and requires manual scaling only.;Yes;No;Not enough information;Ambiguous scenario;B;A PaaS solution can automatically scale the number of instances based on demand.
Your company plans to migrate all its data and resources to Azure they have VMs to migrate are they PaaS type of resources?.;Yes;No;Virtual machines can be PaaS;SQL databases are only IaaS;B;Virtual machines are examples of Infrastructure as a Service (IaaS) not Platform as a Service (PaaS). PaaS includes a complete environment for development and deployment.
Your company plans to deploy several custom applications to Azure. The applications will provide invoicing services to the customers of the company. Each application will have several prerequisite applications and services installed.;Software as a Service (SaaS);Platform as a Service (PaaS);Use Azure App Services for installation;Infrastructure as a Service (IaaS);D;Infrastructure as a Service (IaaS) is needed because custom applications with prerequisite services require control over the infrastructure to manage software and services.
Building a data center infrastructure is an example of operational expenditure (OpEx) costs.;Yes;No;This is an example of a hybrid cost;This is an example of capital expenditure (CapEx);B;Building a data center infrastructure is considered capital expenditure (CapEx) because it involves a one-time upfront investment in physical assets not ongoing operational costs.
Monthly salaries for technical personnel are an example of operational expenditure (OpEx) costs.;Yes;No;This is an example of capital expenditure (CapEx);This is an example of hybrid cost;A;Operational expenditure (OpEx) includes ongoing operational costs like salaries of personnel that maintain operations.
Leasing software is an example of operational expenditure (OpEx) costs.;Yes;No;This is an example of capital expenditure (CapEx);This is an example of a hybrid cost;A;Leasing software is classified as an operational expenditure (OpEx) due to the recurring costs associated with leasing rather than a one-time investment.
With software as a service (SaaS) you must apply software updates.;Yes;No;SaaS services automatically update;SaaS requires manual updates like IaaS;B;With SaaS the cloud provider is responsible for maintaining and updating the software so you do not need to apply software updates.
With infrastructure as a service (IaaS) you must install the software that you want to use.;Yes;No;Software is pre-installed in IaaS;IaaS does not require user installations;A;With IaaS you are responsible for managing and installing the software that runs on the infrastructure.
Azure Backup is an example of platform as a service (PaaS).;Yes;No;Azure Backup is SaaS;Azure Backup is IaaS;B;Azure Backup is classified as a service in the infrastructure space not PaaS.
You can create a resource group inside of another resource group.;Yes;No;Resource groups are nested;Resource groups are independent;B;Resource groups are independent and cannot be created inside one another.
An Azure virtual machine can be in multiple resource groups.;Yes;No;VMs can belong to multiple groups;Multiple VMs can belong to one group;B;Each Azure virtual machine can only belong to one resource group at a time.
A resource group can contain resources from multiple Azure regions.;Yes;No;Each region has its own resource group;Resources are region-locked;A;A resource group can indeed contain resources from multiple Azure regions.
You can assign a: _________ to every Azure Resource;blueprint;lock;policy;service endpoint;B;Locks can be assigned to every Azure resource to prevent either accidental deletion or creation of resources inside a resource group.
Your company plans to migrate all its data and resources to Azure. The company's migration plan states that only Platform as a Service (PaaS) solutions must be used in Azure. You need to deploy an Azure environment that meets the company's migration plan. What should you create?;Azure virtual machines Azure SQL databases and Azure Storage accounts.;an Azure App Service and Azure virtual machines that have Microsoft SQL Server installed.;an Azure App Service and Azure SQL databases.;Azure storage accounts and web server in Azure virtual machines.;C;Azure App Service and Azure SQL databases are examples of Azure PaaS solutions. Platform as a Service (PaaS) enables organizations to deploy their applications without managing the underlying infrastructure. Azure App Service is a fully managed PaaS for web applications and Azure SQL Database is a relational database service built on PaaS both of which fulfill the company's requirement to use only PaaS solutions. IaaS solutions like Azure Virtual Machines and Azure Storage Accounts on the other hand do not meet this requirement as they involve management of the underlying infrastructure.
What is the topmost layer of the cloud stack responsible for managing application data and user interaction?;Applications & Data;Runtime;Middleware;Operating System;A;The top layer in any cloud or physical infrastructure stack is the 'Applications & Data' layer. This is where users interact with software and their data is stored and managed. The lower layers provide the support and environment necessary to run the applications efficiently.
What layer is responsible for creating isolated runtime environments on physical hardware?;Middleware;Operating System;Virtualization;Server;C;Virtualization is crucial for abstracting physical hardware into isolated environments. It allows multiple virtual machines to run on the same physical hardware ensuring efficient use of resources. Middleware and the operating system support this abstraction.
Which combination of layers handles the core computing resources including networking storage and server hardware?;Server;Networking;Storage;Virtualization;B;Server networking and storage are foundational components that manage the actual hardware and resources. Networking ensures communication while storage maintains data persistence and servers provide the computing power. Virtualization abstracts them for scalability.
Which cloud service model provides users with access to complete infrastructure resources including networking and storage without managing the underlying physical servers?;SaaS;PaaS;IaaS;Applications & Data;B;PaaS (Platform as a Service) allows users to focus on application development without managing the underlying infrastructure. It abstracts the physical and operating system layers while still providing essential infrastructure resources like networking and storage.
What hardware components form the base of a server system providing memory and processing power?;Memory Motherboard CPU;HDD SSD;Routers Switches Internet;Networking;A;The base of any server system is formed by components such as memory motherboard and CPU which are responsible for processing data. Networking and storage devices enable communication and data persistence but without these core components the server cannot function.
Which layer enables multiple virtual machines to run simultaneously on the same physical hardware abstracting the underlying resources?;Virtualization;Operating System;Middleware;Applications & Data;D;Virtualization abstracts physical hardware and allows multiple virtual machines to run on the same server. It provides flexibility and scalability while the operating system manages the hardware resources. Middleware and Applications & Data depend on this abstraction.
What physical infrastructure components provide mass data storage for an organization's application workloads?;HDD SSD;Memory Motherboard CPU;Networking;Server;A;HDDs (Hard Disk Drives) and SSDs (Solid State Drives) are essential for mass data storage in physical infrastructure. They store persistent data required for applications which the CPU and memory process. Networking connects these storage components to other parts of the system.
Which cloud computing model offers a fully managed service where users focus solely on using the application without worrying about the underlying infrastructure?;SaaS;PaaS;IaaS;Operating System;A;SaaS (Software as a Service) provides a fully managed service where users only interact with the application and the service provider manages everything else including the infrastructure runtime and operating system. Examples include Microsoft 365 and Google Workspace.
What layer of the cloud or physical stack ensures that applications can execute by providing necessary runtime and support services?;Middleware;Operating System;Virtualization;SaaS;B;The Operating System is responsible for managing hardware resources and providing an environment for applications to execute. Middleware sits between the OS and applications offering additional services but the OS is the fundamental layer that supports application execution.
Which networking layer connects different servers and allows them to communicate within a datacenter or across regions in Azure?;Routers Switches Internet;Virtualization;Operating System;Server;A;Routers switches and the internet form the networking layer that ensures communication between different servers and data centers. In Azure this networking layer is crucial for enabling services like Virtual Networks (VNets) and cross-region replication.
Which cloud model provides users with virtualized computing resources over the internet including storage networking and servers?;IaaS;PaaS;SaaS;Memory Motherboard CPU;A;IaaS (Infrastructure as a Service) provides users with access to virtualized computing resources over the internet. This includes storage networking and virtual machines without users managing the underlying physical hardware. Examples include Azure Virtual Machines and AWS EC2.
What service type corresponds to layer 9 responsible for managing applications and user interactions?;Software;Platform;Infrastructure;Virtual Machines;A;Layer 9 corresponds to Software which is responsible for applications and services that end users interact with. This is the top layer in the service type model focusing on data apps and user interfaces. In Azure this can relate to Software as a Service (SaaS) solutions where the software is fully managed by the provider.
What service type corresponds to layer 10 providing an environment for building testing and deploying applications?;Software;Platform;Infrastructure;Data Storage;B;Layer 10 corresponds to Platform specifically Platform as a Service (PaaS). PaaS offers an environment where developers can build test and deploy applications without worrying about underlying infrastructure. Azure provides PaaS solutions like Azure App Services and Azure Functions which abstract the infrastructure and runtime environments.
What service type corresponds to layer 11 providing virtualized resources like computing power storage and networking?;Software;Platform;Infrastructure;Development Tools;C;Layer 11 corresponds to Infrastructure specifically Infrastructure as a Service (IaaS). IaaS offers virtualized computing resources such as VMs networking and storage. In Azure examples include Azure Virtual Machines and Azure Storage where users have control over the virtualized hardware but not the physical servers.
Which cloud deployment model is best suited for organizations that want to combine the scalability of the public cloud with the control of on-premises infrastructure?;Public Cloud;Hybrid Cloud;Private Cloud;Virtual Machines;B;Hybrid Cloud is ideal for organizations that want to keep sensitive workloads on-premises while taking advantage of the scalability and flexibility of the public cloud. It allows businesses to meet compliance requirements by keeping data on private servers while using public cloud resources for additional capacity.
Which cloud deployment model gives organizations complete control over their infrastructure making it easier to comply with strict internal security policies?;Public Cloud;Hybrid Cloud;Private Cloud;Data Storage;C;Private Cloud offers complete control over infrastructure enabling organizations to meet even the strictest security and compliance standards. All resources are managed in-house allowing the implementation of custom security policies and tight control over data access.
If you want to run legacy software and applications which require specialized infrastructure which cloud deployment model should you choose?;Public Cloud;Hybrid Cloud;Private Cloud;Virtual Machines;B;Hybrid Cloud allows customers to use public cloud resources while still leveraging their internal infrastructure for legacy or specialized applications. With Hybrid Cloud organizations can combine both public and private environments enabling legacy systems to run on-premises while modern applications benefit from the scalability and flexibility of the public cloud.
If you want to ensure optimal performance and tailored resource allocation for legacy applications that require specific configurations which cloud deployment model should you choose?;Public Cloud;Hybrid Cloud;Private Cloud;Dedicated Hosting;C;Private Cloud provides complete control over infrastructure making it the best fit for running legacy applications that require specialized hardware configurations or security measures. Legacy applications often require specific setups that public cloud providers cannot offer necessitating a private cloud environment where organizations can manage all resources in-house.
Which of the following protects your application from region-wide disasters?;Data Centres;Availability Zones;Regions;Region Pairs;D;Region Pairs are designed to provide resilience by allowing applications to failover to another region that is paired with the primary region. This means that in the event of a region-wide disaster your application can maintain availability and performance by switching to a backup region that has the same capacity and capabilities as the primary one.
Which of the following provides the best disaster recovery strategy for critical applications?;Data Centres;Availability Zones;Regions;Region Pairs;B;Availability Zones provide a level of redundancy within a single region by isolating applications from failures that could affect a whole data center. However they do not provide protection from region-wide disasters. Regions are geographic areas that contain multiple availability zones and while they help in load balancing and data residency they are not specifically designed to protect against disasters affecting the entire region.