Exam Q1s Flashcards
1
Q
Provide a definition for cloud-native applications
A
Cloud-native applications are a collection of small, independent, and loosely coupled
services. Practically, cloud-native app development is a way to speed up how you
build new applications, optimise existing ones, and connect them all
2
Q
List three characteristics of cloud native applications
A
Architecture Modularity and Loose Coupling, Microservices independence, Service mesh for communication control
3
Q
List four challenges of cloud native applications
A
Load balancing, Health checks, service discovery, autoscaling of containers
4
Q
A