Skill 3.3 Configure VMs Flashcards

1
Q

What are the ways to create a VM in Azure

A

Azure Portal
Azure Powershell and CLI
Azure REsource Manager

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

What is Azure Key Vault

A

Used to encrypt Azure VMs

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

If you want to create a disk using a customer managed key (cmk) what do you need to do

A

create a disk encryption set first

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

What are the three Server Side Encryption Models

A

1.service-managed key
2. customer-managed key
3. service-managed keys in customer controlled hardware

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

What is the Service managed key server side encryption model

A

Provides a combination of control and convenience with low overhead

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

Describe Customer-Managed Keys Server-side encryption model

A

Gives you control over your keys, including bringing your own key(BYOK) support or allows you to generate new ones

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

Describe Service-Managed keys in customer-controlled hardware

A

Enables you to manage keys in your own proprietary respository outside of MSFT control. This is called host your own key (HYOK). It’s complex and not supported by most services

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

Where can VMs be moved to

A

a different resource group, subscription, availability zone, and another region.

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

What is a risk of moving a VM

A

any existing scripts that target this resource will quit working until they are updated

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

How can you retrieve a resource ID

A

By using Azure Portal, Powershell or CLI

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

General Purpose VM

A

Small to medium scale development environments. Has a balanced CPU-to-Memory ratio

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

Compute Optimized VM

A

Used for CPU intensive workloads in medium-scale environments. Ideal for networking appliances or batch process in a small environment

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

Memory optimized CPU

A

This size type provides higher memory compared to CPU and is ideal for medium-scale database servers. With high memory, these sizes can be used for caches, or it can be used in memory analytics.

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

Storage Optimized

A

Offers high disk throughput and IO, good for large transactional databases like Cassandra, MongoDB, and so on. It can be used for Big Data and data warehousing.

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

GPU Optimized

A

Provides VMs with one or many NVIDIA GPUs. It provides high compute and graphics, which are ideal for visualization workloads.

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

High Performance Compute

A

Capable of handling batch processing, molecular modeling, and fluid dynamics. This type offers substantial CPU power and diverse options for low-latency RDMA networking using FDR InfiniBand and several memory configurations to support memory-intensive computational requirements.

17
Q

What are primary considerations when changing a VM size

A

you must ensure that the region your VM is deployed to supports the instance size that is desired,
new size must be supported in teh current hardware cluster

18
Q

What must be done before changing a hardware cluster

A

All the VMs in the availability set must be restarted

19
Q

What are the sources for creating a new managed disk

A

Snapshot – If selected, you can browse for snapshots in the current subscription and location
storage blob – allows you to browse storage accounts in all subscriptions that you have access to
none – new VM is created

20
Q

What options can be set in the networking blade when provisioning a new virtual machien

A

Virtual network, subnet, and public IP
Network security group for the NIC
public inbound ports that should be open
if accellerated networking should be enabled
If the VM should be included in an exisitng load balancer

21
Q

Networking Security Group

A

networking filter containing a list of security rules which control network traffic when applied

22
Q

Application Security Group (ASG)

A

Enables you to define network security policies based on workloads with rules focused on applications instead of IP and network addresses

23
Q

What is accelerated Networking

A

enables single root I/O virtualization to a virtual machine which improves networking performance

24
Q

What are the requirements for accelerated networkign

A

VM must be a supported size
VM must use a supported Azure Gallery Image
All VMs in an availability set or VMSS must be stopped/deallocated before activate

25
Q

VM size requirements for accelerated networking

A

supported on most general-purpose and compute-optimized vms with two or more vCPUs.
If hyperthreading is supported then it needs four or more CPU

26
Q

what Windows based images support accelerated networking

A

Server 2019 datacenter
Server 2016 datacenter
Server 2012 R2 Datacenter

27
Q

What are common use cases for having multiple NIC

A

Network and Security function s
Network Isolation
Bandwidth Isolation

28
Q

What is the maximum length for usernames when connecting to a windows machine

A

20 characters

29
Q

What are the minimum and maximum lengths that a password can be in Windows-Based Azure virtual machines

A

12 -123

30
Q

What are the authentication options for Linux-based virtual machines

A

You can specify an existing SSH public key or a password when creating a Linux VM, Linux usernames must be between 1 and 32 characters in length

31
Q

What happens when you redeploy a VM

A

It moves the VM to a new host within Azure

32
Q

What is the cmdlet to redeploy a VM using powershell

A

Set-AzVM

33
Q

What is the command to redeploy Azure resources using Azure CLI

A

AZ vm redeploy