Virtual Machines Flashcards

1
Q

What is IaaS, PaaS, Saas?

A
  • Infrastructure as a Service (Most flexible, can also handle SaaS or PaaS)
  • Platform as a Service (Lowe Level of SaaS, EG. Google Apps Engine)
  • Software as a Service (Google Apps, SalesForce)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why do you need to deallocate your VM if the testing is complete?

A

If you shut it down and don’t deallocate your VM, you still incur the charge as you are reserving hardware resources.

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

Does deleting the VM delete the managed disk?

A

No

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

If RDP, PowerShell doesn’t connect, what should you look at?

A
  1. Azure Network Security Group (NSG) under ACL, check the ports are set to ‘Allow’:
    a. ports 3389 (RDP)
    b. Public Port 80 (HTTP)
    c. Private Port 5986 (PowerShell Remoting)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is VNET Peering?

A

Virtual network peering enables you to seamlessly connect two Azure virtual networks. Once peered, the virtual networks appear as one, for connectivity purposes. (Runs via Microsoft Backbone)

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

Why use VNet-to-VNet?

A

If you have multiple subscriptions and/or VMs are placed in different regions, this method allows you to build a virtual network.

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

What options are available for building VM Images?

A
  1. You can build your VM Image on-prem and upload it
  2. You can use a template on Azure.
  3. Build a custom one on Azure.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What options do you have for VM elasticity?

A
  1. Scale your VM vertically (increase/decrease compute power).
  2. Scale your VM horizontally (deploy multiple clones of the same VM to deal with workload size).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is an Ephemeral disk?

A

Secondary temporary disk (D Drive), it should not be used for data. It holds Paging File or Swap File.

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

What does IOPS stand for?

A

Input/Output operations per seconds. Higher the number, the better the performance.

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

Can you attach, detach and move NIC to different Virtual machines?

A

Yes

Note: This will be required on a virtual network along with subnet setup.

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

Are DNS automatically taken care of by Azure DNS?

A

Yes

Note: You can assign additional internal or external DNS server addresses in the virtual network.

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

What is to use PowerShell in Azure?

A

shell.azure.com

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

Inside PowerShell in Azure, how do you check?

A

Get-CloudDrive

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

What is Azure CLi V2.0

A

Python Application.

Note to install: Install Python, Package manager to Azure CLi and then SSH Keygen

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

What is the URL for Azure Poral?

A

portal.azure.com

17
Q

What are the 3 methods to control Azure?

A

Azure Portal
PowerShell
CLi 2.0

18
Q

Does Azure allow access to its portal at granular level access control?

A

Yes

19
Q

What does NSG stand for?

A

Network Security Group