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
2
Q
Fault Tolerance
A
- ability to tolerate hardware failures in your system.
- Made up of several services
3
Q
Agility
A
the ability to respond to change “rapidly” based on changes to market or environment
4
Q
High Availability
A
a system specifically designed to be resilient when some component of the system fails
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.
6
Q
Serverless - benefits
A
+Only charged when code is executed
+app is elastic
+less management
+works well with microservices
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