What are two characteristics of stateless applications? (Choose two.)
- They must run on container orchestrators like Kubernetes.
- They can be freely scaled across available capacity without disrupting ongoing customer connections.
- They can be scaled only by redeploying them and destroying the data that users or operators previously needed.
- They maintain the user state within the local user machine so that automation can work non-destructively.
- They can store a user state in an accessible database separate from application servers and other components.
Exam with this question: DevNet Associate (Version 1.0) – Final Exam Answers
Please login or Register to submit your answer