1 - Cloud Concepts Flashcards

1
Q

Availability​

A

what percentage of time does a system respond properly to requests, expressed as a percentage over time

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

Fault Tolerance

A
  • ability to tolerate hardware failures in your system.

- Made up of several services

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

Agility

A

the ability to respond to change “rapidly” based on changes to market or environment

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

High Availability​

A

a system specifically designed to be resilient when some component of the system fails

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

Event Grid

A
  • managed event distributor using Publish-Subscribe model
  • For serverless computing
  • Supports events coming from Azure services, like storage blobs or resource groups
  • route specific events to different endpoints
  • make sure your events are reliably delivered.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Serverless - benefits

A

+Only charged when code is executed
+app is elastic
+less management
+works well with microservices

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

Serverless - negatives

A
  • latency due to cold start
    • time consuming to move to another provider
    • lack of resource control
    • challenge when developing complex apps
How well did you know this?
1
Not at all
2
3
4
5
Perfectly