Describe the benefits of using cloud service Flashcards

1
Q

What are two of the largest considerations when building or deploying a cloud application?

A

uptime (availability)
the ability to handle demand (for scale)

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

Define high availability

A

ensures maximum availability regardless of any disruptions that could occur

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

What is an SLA?

A

Service level agreement
- former agreement between consumer and provider.
think of a detailed contract

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

True or False
Each Azure service has its own SLA (service level agreement)?

A

True

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

Are uptime and downtime listed in SLAs?

A

Yes, as well as any credit that may be accounted for if SLA requirements are not met.

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

True or Fale
More availability is more costly

A

True

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

True or False
99% and 99.9% availability have roughly the same amount of downtime.

A

False

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

If a system has 99.9% availability, what kind of down time are they looking at?

A

10mins per week and 43.2 mins per month

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

What are the two styles of scalability?

A

Horizontal and Vertical

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

Define scalability

A

the ability to adjust resources to meet demand

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

Define vertical scaling

A

focused on increasing or decreasing the capabilities of resources.
EX: add more processing power, add CPUs or RAM to VM, or scale it back by removing.

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

Define horizontal scaling

A

adding or subtracting the number of resources.
EX: deployed resources could be scaled out - add VM or containers if demand was needed or scale in if there’s a drop in demand. —- these can be done both manually and automatically

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

Define Reliability

A

ability to recover from failures and continue to function

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

Does Azure take advantage of open regions if needed? What does this mean?

A

Yes. If one region is being overloaded, traffic will be directed to a less stressed area.

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

Define predictability

A

predicts the resources need to deliver a positive experience for your customers

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

What are some services that can be used to ensure predictability?

A

Load Balancing - direct traffic to less stressed areas
Autoscaling - can deploy additional resources as well as scale back
High availability

17
Q

What are two ways to help predict cost?

A

Pricing calculator
Total cost ownership (TCO)

18
Q

True or False
You can track cost in real time

A

True