Statement about cloud native microservices
Question:
Select the correct statement regarding cloud native microservices.
- Multiple instances are split out
- Each function has its own database and keeps track of its own state
- Applications are designed as a collection of stateless microservices
- All of the above
Answer:
D - is the correct answer. Cloud native microservices include collections of stateless services, separation of state, and deploying multiple instances