Multiple Choice
A company uses Amazon DynamoDB for managing and tracking orders. The DynamoDB table is partitioned based on the order date. The company receives a huge increase in orders during a sales event, causing DynamoDB writes to throttle, and the consumed throughput is far below the provisioned throughput. According to AWS best practices, how can this issue be resolved with MINIMAL costs?
A) Create a new DynamoDB table for every order date.
B) Increase the read and write capacity units of the DynamoDB table.
C) Add a random number suffix to the partition key values.
D) Add a global secondary index to the DynamoDB table.
Correct Answer:

Verified
Correct Answer:
Verified
Q421: A Development team wants to immediately build
Q422: A nightly batch job loads 1 million
Q423: A developer is troubleshooting the permissions of
Q424: A Developer is creating a serverless website
Q425: The development team is working on an
Q427: A Developer is receiving HTTP 400: ThrottlingException
Q428: A company is developing an application that
Q429: An application development team decides to use
Q430: A developer is designing a distributed application
Q431: A developer is building an AWS Lambda