Statement about cloud native microservices

Question:
Select the correct statement regarding cloud native microservices.

  1. Multiple instances are split out
  2. Each function has its own database and keeps track of its own state
  3. Applications are designed as a collection of stateless microservices
  4. 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