Multiple Choice
A company released a mobile game that quickly grew to 10 million daily active users in North America. The game's backend is hosted on AWS and makes extensive use of an Amazon DynamoDB table that is configured with a TTL attribute. When an item is added or updated, its TTL is set to the current epoch time plus 600 seconds. The game logic relies on old data being purged so that it can calculate rewards points accurately. Occasionally, items are read from the table that are several hours past their TTL expiry. How should a database specialist fix this issue?
A) Use a client library that supports the TTL functionality for DynamoDB.
B) Include a query filter expression to ignore items with an expired TTL.
C) Set the ConsistentRead parameter to true when querying the table.
D) Create a local secondary index on the TTL attribute.
Correct Answer:

Verified
Correct Answer:
Verified
Q64: A company has two separate AWS accounts:
Q65: A company is using Amazon with Aurora
Q66: A Database Specialist is setting up a
Q67: A user has a non-relational key-value database.
Q68: A Database Specialist is migrating a 2
Q70: A company is looking to move an
Q71: A company with branch offices in Portland,
Q72: A company runs a customer relationship management
Q73: A Database Specialist is creating a new
Q74: A database specialist manages a critical Amazon