Multiple Choice
A nightly batch job loads 1 million new records into a DynamoDB table. The records are only needed for one hour, and the table needs to be empty by the next night's batch job. Which is the MOST efficient and cost-effective method to provide an empty table?
A) Use DeleteItem using a ConditionExpression . Use DeleteItem using a ConditionExpression .
B) Use BatchWriteItem to empty all of the rows. BatchWriteItem to empty all of the rows.
C) Write a recursive function that scans and calls out DeleteItem . Write a recursive function that scans and calls out
D) Create and then delete the table after the task has completed.
Correct Answer:

Verified
Correct Answer:
Verified
Q417: An advertising company has a dynamic website
Q418: A Developer has an application that can
Q419: A Developer is using AWS CLI, but
Q420: A company has a website that is
Q421: A Development team wants to immediately build
Q423: A developer is troubleshooting the permissions of
Q424: A Developer is creating a serverless website
Q425: The development team is working on an
Q426: A company uses Amazon DynamoDB for managing
Q427: A Developer is receiving HTTP 400: ThrottlingException