Implement Virtual Machines Flashcards

Todo: -Need to review metrics and alert capabilities in addition

1
Q

Max file size of Azure OS disk?

A

127GB

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

Max file size of Azure Data disk?

A

1023GB (~1TB)

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

Disk format supported?

A

Fixed VHD

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

Tool used to Generate Operating System “Generic” image on Windows?

A

sysprep.exe

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

Tool used to Generate Operating System “Generic” image on Linux?

A

Azure Agent (waagent.exe)

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

Difference between Generic System Images and Specialized Images?

A

Generic - Removes SID’s, hostname, local credentials, and the system must be shut down before the capture.
Specialized - (Point in time capture/snapshot) Keeps all customization’s like hostnames, and local credentials.

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

What is a Custom Script Extension?

A

It allows you to execute a (usually powershell) script against a VM from an Azure Storage account.

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

What is Powershell Desired State Configuration (DSC)?

A

Powershell script(s) that allow you to configure the roles, features, registry, files,etc on the machine. It then periodically checks the vm to make sure those settings have been maintained. If any of the settings have changed, then it changes them back to your “desired” state.

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

What is the Virtual Machine Access Extension?

A

Lets you reset the local admin account and enable RDP if accidently disabled. Must have the Azure VM Guest Agent installed to work.

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

Yes/No: Does Azure have a built-in DNS server that supports name resolution automatically for virtual machines within the same cloud service/virtual network?

A

Yes, Very Basic Functionality - everything else like reverse dns or connection to another virtual network needs your own DNS server.

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

Max number of Endpoints that can be load balanced and or scaled?

A

50

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

What is a fault domain and how is it Implemented in Azure?

A

Each availability set will also be comprised of two fault domains. Fault domains represent which virtual machines will be on separate physical hardware for redundancy. This limits the impact of physical hardware failures such as server, network, or power interruptions.

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

How many update domains are available to a Availability Set?

A

5, Update domains indicates the groups of virtual machines and the underlying physical hardware that can be rebooted at the same time for host updates

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

What are the 3 storage redundancy tiers?

A

Local Redundant, Geo-Redundant, Read-Access Geo Redundant

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

How is data replicated on the Local Redundant data tier?

A

Each disk is replicated a minimum of 3 times within the same region of the storage account

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

How can you improve workload throughput on a VM if your at max IOPS?

A

Add another disk and leverage storage pools or raid 0 (striped set without parity) from withing the guest vm.

17
Q

What drive is temporary data disk always mapped to? (Linux and Windows)

A

D:\ for Windows

/Dev/SDb1 for Linux

18
Q

What is the domain used for Azure Files service?

A

file.core.windows.net

19
Q

Max TB per Storage account?

A

500TB

20
Q

Max IOPS per Storage account?

A

20,000

21
Q

Max IOPS per disk in Standard Tier?

A

500 IOPS

22
Q

At maximum IOPS capacity, how many disks (Standard Tier) can you have per Azure Storage account?

A

40 disks (20,000/500)IOPS

23
Q

Max IOPS per disk for Basic Tier?

A

300 IOPS

24
Q

At maximum IOPS capacity, how many disks (Basic Tier) can you have per Azure Storage account?

A

66 disks (20,000/300)IOPS

25
Q

Which Azure Extension gives access to event logs, performance counters, and application traces?

A

Azure Diagnostics

26
Q

How many endpoints can Azure Endpoint Monitoring remotely monitor?

A

2

27
Q

How many locations can an endpoint with Azure Endpoint Monitoring enabled be monitored from

A

Up to 3 global locations for each endpoint.