Quiz 1 Question 10 of 20

A city's 311 resident-facing chatbot needs to persist conversation session state, keyed by session ID, that will later be reused as fine-tuning data. The team is deciding between Amazon DynamoDB and Amazon RDS for this store, given that access is almost entirely single-item reads and writes by session key with no complex joins. Which choice fits this access pattern?

Select an answer to reveal the explanation.

Motivation