Virtual Machines Flashcards

1
Q

Under what circumstances is an upgrade of the guest OS supported?

A

Linux endorsed distributions in the case of a full open source license.

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

What does the Azure Virtual Machine Readiness tool do?

A

Checks your on-prem environment (both physical and virtual) and provides you with a checklist on moving to the cloud

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

What does the Azure VM Optimization Assessment do?

A

Asks a few questions, collects some data, and provides some recommendations to optimize your VMs

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

What is the file format for an ARM template?

A

JSON

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

What do you need to do to use a VHDX image for your Azure VM?

A

Convert it to VHD and upload it

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

What is the purpose of an Availability Set?

A

Prevent multiple VMs from being grouped on the same physical hardware, so they’re resilient against downtime.

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

What is the difference between a VM image and an OS image?

A

A VM image can contain disks - an OS image is just the base OS (no data disks)

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

When preparing a custom image for a VM, what will ensure that the VM will obtain an IP address from the VNet when it starts?

A

Make sure the VM is configured to pull DNS and IP from DHCP

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

True or False: A dynamic IP address is allocation at the time of VM creation

A

False - it is allocated when the machine is started

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

The temporary disk on a linux VM is usually what and is mounted as what?

A

Disk is /dev/sdb and is mounted at /mnt by the Azure Linux Agent

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

Each VM in an availability set is placed into ___ update domain(s) and ___ fault domain(s)

A

One update and two fault

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

What is an Update Domain for a VM?

A

A set of VMs (and associated physical hardware) that can be updated / rebooted at the same time

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

How many Update Domains are there by default, and how many can you configure manually?

A

5, and you can configure up to 20

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

What is a Fault Domain for a VM?

A

A group of VMs that share common hardware or switches (in other words, a single point of physical failure)

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

What is necessary on a VM in order for the Azure backup extension to work?

A

The Azure VM Agent.

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

Why would you choose not to use the default redundancy option for Azure VM backup?

A

The default is geo-redundant, and you would choose locally redundant if you wanted to save on cost (and the backup is not your primary backup)

17
Q

What infrastructure component do you use to store a backup of an Azure VM?

A

Recovery Services Vault

18
Q

When moving a VM (to another resource group, for instance), what is the primary difference between using the portal and using powershell?

A

The portal will find all of the related objects that need to move for you. Powershell requires you to specify them.