AWS Certified Developer Associate DVA-C02 Practice Question
Which of the following best describes a stateless application in the context of application development on AWS?
It requires client data to be stored within application processes for the duration of a user's session.
It handles each request in isolation without requiring knowledge of previous interactions.
It scales horizontally by maintaining a shared in-memory state across all instances.
It utilizes a database to maintain a continuous connection throughout multiple requests from the same client.