AZ-103T1 QUESTIONS AND ANSWERS
What is a Region?
A geographical area on the planet containing at least one, but potentially multiple datacenters that are nearby and networked together with a low-latency network.
...
AZ-103T1 QUESTIONS AND ANSWERS
What is a Region?
A geographical area on the planet containing at least one, but potentially multiple datacenters that are nearby and networked together with a low-latency network.
What is a geography?
A discrete market typically containing two or more regions that preserve data residency and compliance boundaries.
What is an Availability Zone?
physically separate datacenters within an Azure region, made up of one or more datacenters equipped with independent power, cooling, and networking. It is set up to be an isolation boundary.
What is a Region Pair?
Two regions within the same geography (such as US, Europe, or Asia) at least 300 miles away, used to avoid availability zone outage
What is an SLA?
Formal documents that capture the specific terms that define the performance standards that apply to Azure.
What are the three key characteristics of SLAs for Azure products and services?
Performance Targets, Uptime and Connectivity Guarantees, and Service credits
What is Azure AD?
A cloud-based, modern identity provider that supports multiple authentication protocols to secure applications and services in the cloud. It can be used standalone or synchronized with on-premise AD.
What is a blade?
a slide-out panel in the Azure Portal containing the UI for a single level in a navigation sequence
What is a dashboard?
a customizable collection of UI tiles displayed in the Azure portal.
What is Azure compute?
an on-demand computing service for running cloud-based applications.
What are virtual machines?
software emulations of physical computers.
What are containers?
a virtualization environment for running applications.
What is Azure App Service?
a platform-as-a-service (PaaS) offering in Azure that is designed to host enterprise-grade web-oriented applications
What is Serverless Computing?
a cloud-hosted execution environment that runs your code but completely abstracts the underlying hosting environment.
What are availability sets?
a logical grouping of two or more VMs that help keep your application available during planned or unplanned maintenance.
What is an update domain?
groups of VMs and underlying physical hardware that can be rebooted at the same time.
What is a fault domain?
a logical group of hardware that shares a common power source and network switch, like a rack within an on-premises datacenter.
What are virtual machine scale sets?
a feature that lets you create and manage a group of identical, load balanced VMs.
What is Azure Batch?
large-scale job scheduling and compute management with the ability to scale to tens, hundreds, or thousands of VMs.
What does Azure Batch do for you?
Starts a pool of compute VMs for you, Installs applications and staging data, Runs jobs with as many tasks as you have, Identifies failures, Requeues work, Scales down the pool as work completes
What's a virtual network?
a logically isolated network on Azure.
[Show More]