Introduction Flashcards

1
Q

Which UI for Azure is most suitable for automation?

A

CLI

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

The methods for managing Azure are:

A

Azure Portal
Azure CLI
Azure PowerShell

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

What is a Cmdlet?

A

Used in PowerShell, it is a script that performs a specific task.

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

What is Cloud Shell?

A

Cloud Shell is an interactive, browser-accessible shell for managing Azure resources.

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

The key features of Cloud Shell are?

A

a) can be accessed from anywhere using a browser or mobile app.
b) allows Azure CLI or PowerShell
c) includes interpreters, modules, Azure tools.
d) supports Node.js, .NET, and Python
e) has dedicated storage
f) includes a file editor

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

What is Scalability?

A

Scalability is the ability to scale out (qty), up (larger or more powerful), or down.

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

When is Auto Scaling appropriate?

A

Auto Scaling is most appropriate for critical scenarios.

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

What is Elasticity?

A

Ability to quickly expand or decrease the quantity of computing resources, not just VMs. Elasticity enables Scalability.

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

What is Agility?

A

Agility is the ability to rapidly develop, test and launch software applications that drive business growth.

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

What is High Availability?

A

VMs can spin up fast to help process requests.

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

What is Fault Tolerance?

A

ensures you have zero downtime for services provided by Azure.

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

What is Disaster Recovery?

A

time-to-recovery and recovery point metrics to recovery from disaster

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

Capital Expenditure (CapEx) relates to

A

money spent on acquiring or maintaining fixed assets, such as land, buildings, and equipment.

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

Operational Expenditure (OpEx) relates to

A

ongoing cost for running a product, business, or system on a day-to-day basis, including annual costs.

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

Pricing for cloud resources is based on:

A

a) Hourly Pricing

b) Consumption

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

IaaS includes

A

a) VMs & Servers
b) Networks
c) Physical Buildigns

17
Q

PaaS includes

A

a) IaaS
b) Middlewhare
c) Tools (BI, etc.)

18
Q

if you are building deploying and managing web applications, the appropriate cloud offering is:

A

PaaS

19
Q

SaaS includes

A

Apps

20
Q

O365 is a (which cloud offering)

A

SaaS

21
Q

Serverless allows

A

a single function to be hosted, deployed, run, and managed on its own (without a server)

22
Q

‘Vertical Scaling’ is…

A

(aka ‘scaling up’, the process of adding resources (CPU, RAM) to increase the power of an existing server.

23
Q

‘Horizontal Scaling’ is…

A

(aka ‘scaling out’, the process of adding more servers that function together.