AWS Certified Developer Associate DVA-C02 Practice Question
Which of the following best describes a stateless application?
An application that requires a database to store session state between requests.
An application that passes session state within each request to maintain continuity across user interactions.
An application that does not retain user session data between requests, enabling each request to be independent of others.
An application that stores user data across sessions to maintain state and provide a consistent experience.