You have an Azure application that uses the services shown in the following table.

How should you calculate the composite SLA for the application?
Answer : C
What is guaranteed in an Azure Service Level Agreement (SLA) for virtual machines?
Answer : A
The SLA for virtual machines guarantees 'uptime'. The amount of uptime guaranteed depends on factors such as whether the VMs are in an availability set or availability zone if there is more than one VM, the distribution of the VMs if there is more than one or the disk type if it is a single VM.
The SLA for Virtual Machines states:
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.
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% of the time.
For any Single Instance Virtual Machine using Premium SSD or Ultra Disk for all Operating System Disks and Data Disks, we guarantee you will have Virtual Machine Connectivity of at least 99.9%.
https://azure.microsoft.com/en-us/support/legal/sla/summary/
https://azure.microsoft.com/en-us/support/legal/sla/virtual-machines/v1_9/
Which Azure service can you use as a security information and event management (SIEM) solution?
Answer : C
How many copies of data are maintained by an Azure Storage account that uses geo-redundant storage (GRS)?
Answer : C
Which Azure service provides a set of version control tools to manage code?
Answer : A
Azure Repos is a set of version control tools that you can use to manage your code.
Incorrect Answers:
B: Azure DevTest Labs creates labs consisting of pre-configured bases or Azure Resource Manager templates. These have all the necessary tools and software that you can use to create environments.
D: Azure Cosmos DB is Microsoft's globally distributed, multi-model database service.
https://docs.microsoft.com/en-us/azure/devops/repos/get-started/what-is-repos?view=azure-devops
This question requires that you evaluate the underlined text to determine if it is correct.
An Availability Zone in Azure has physically separate locations across two continents.
Instructions: Review the underlined text. If it makes the statement correct, select ''No change is needed.'' If the statement is incorrect, select the answer choice that makes the statement correct.
Answer : B
Availability Zones is a high-availability offering that protects your applications and data from datacenter
failures. Availability Zones are unique physical locations within an Azure region.
https://docs.microsoft.com/en-us/azure/availability-zones/az-overview
You plan to provision Infrastructure as a Service (IaaS) resources in Azure.
Which resource is an example of IaaS?
Answer : B
An Azure virtual machine is an example of Infrastructure as a Service (IaaS).
Azure web app, Azure logic app and Azure SQL database are all examples of Platform as a Service (Paas).
https://azure.microsoft.com/en-gb/overview/what-is-iaas/
https://azure.microsoft.com/en-gb/overview/what-is-paas/