🔥 3-day streak
AWS Certified Developer - Associate57 / 150
Question 57 of 150

A developer is designing a DynamoDB table for a customer support ticketing system. The table uses 'customerId' as the partition key and 'ticketId' as the sort key. Support agents frequently query all tickets for a customer sorted by 'lastUpdatedTimestamp', and these reads must always return the most recent write to guarantee agents never act on stale ticket status. Which approach satisfies this requirement?

Reviewed for accuracy · Report an issueNext question