Multiple Choice
A company is managing a NoSQL database on-premises to host a critical component of an application, which is starting to have scaling issues. The company wants to migrate the application to Amazon DynamoDB with the following considerations: Optimize frequent queries Reduce read latencies Plan for frequent queries on certain key attributes of the table Which solution would help achieve these objectives?
A) Create global secondary indexes on keys that are frequently queried. Add the necessary attributes into the indexes.
B) Create local secondary indexes on keys that are frequently queried. DynamoDB will fetch needed attributes from the table.
C) Create DynamoDB global tables to speed up query responses. Use a scan to fetch data from the table.
D) Create an AWS Auto Scaling policy for the DynamoDB table.
Correct Answer:

Verified
Correct Answer:
Verified
Q165: A Developer is storing sensitive documents in
Q166: A Developer is designing a fault-tolerant environment
Q167: An application is experiencing performance issues based
Q168: A Developer has created a Lambda function
Q169: A company has an application that logs
Q171: A Development team decides to adopt a
Q172: A developer has code stored in an
Q173: A Developer uses Amazon S3 buckets for
Q174: A company uses a third-party tool to
Q175: A Developer is designing an AWS Lambda