Skill 3.2 Configure VMs for High Availability and Scalability Flashcards

1
Q

What is the recommend availability zones to create VMs in for automatic

A

Three when VMs are created in three Availability Zones, those will be automatically distributed across three default domains and three update domains

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are fault domains

A

They represent a group of servers which have shared power, cooling, and networking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an update domain

A

represents a group of servers that can be rebooted at the same time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How many virtual machines must be in an availability set to provide redundancy

A

2 which ensures that at least one virtual machine is available in the event of a host update

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How should Availability sets be deployed

A

According to there workload or application tier. If you have a three-tier solution of web servers, middle tier, and a database tier then each should ahve its own availability set

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How can availability sets be configured

A

By assigning a fault domain and an update domain. Each availability set can have up to 20 update domains and 3 fault domains. This reduces the impact to VMs from physical hardware failures

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When must an availability set be set

A

At the creation time of the virtual machine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a proximity placement group

A

logical grouping of VMs to reduce the latency by keeping them closer to each other. If the VMs are placed in the same proximity placement group, they will be physically located closer to each other

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do availability sets and managed disks complement each other

A

When the vM uses a managed disk and is placed in different storage fault domains. This alignment ensures that all teh managed disks attached to a VM are within the same default domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a Virtual Machine Scale Set (VMSS)

A

a compute resource that you can use to deploy and manage a set of identical virtual machines. By default, supports up to 100 instances but can scale up to 1000 instances by placing instances into multiple placement groups, Using multiple placement groups is referred to as a “Large Scale Set”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a placement group

A

a construct, such as an Azure Availability set, with its own fault domains and upgrade domains

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are conditions for large-scale sets “multiple placement groups”

A

Custom images can support up to 600 instances comapred to the normal 1000Basic SKU of the Azure Load Balancer can scale up to 300 instances
For a large-scale set (>100) you should use the standard SKU (Supports up to 1000 instances) or the Azure Application Gateway

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

All instances of a {{}} will use the same operating system disk image

A

VMSS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Three options for updating a virtual machine scale set instance

A

Automatic – All instances are updated in teh random order when an update is available which can cause downtime
Rolling – Updates VMs in multiple batches, and you can set a pausse time between two patches which can avoid total downtime
Manual – It is up to you to programatically step through and update each instance using the pwoershell command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is health monitoring

A

For VMSS and is required when you plan to use managed infrastructure and automatic OS upgrades

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the spreading algorithm for Healh monitoring

A

Decides how scale set instances will be placed in a fault domain. With max spreading, the instances are distributed in the maximum fault domains possible for each zone

17
Q

What is Fixed Spreading

A

restricts instances to exactly five fault domains. If a scale is set using a fixed spreading algorithm and if there are less than five fault domains available, the deployment will fail

18
Q

What are the minimum fault domains if using a fixed spreading algorithm

A

five fault domains

19
Q

What is the automatic option for updating VMSS

A

All instances are updated in order when an update is available which can cause downtime

20
Q

What is the Rolling Option for updating VMSS

A

Uodates VMs in multiple batches, allowing you to set a pause time between two patches which can be used to avoid total downtime

21
Q

What is the manual option for updatingVMSS

A

You manually update all the VMs using powershell