Question 4
Consider an application that can scale from handling 1000 users to handling 100 million users by simply making copies of itself, has automation to detect task failures so that it can boot up a new task automatically, and logs operational metadata on a central logger backed by Kafka. Which of the following statements is true?
This application has adopted cloud-native design
This application cannot be called as cloud-native since it is not observable at alltimes
This application cannot be called as cloud-native since it is not manageableeasily
This application cannot be called as cloud-native since it is not resilient