Multiple Choice
A company's ecommerce website uses Amazon DynamoDB for purchase orders. Each order is made up of a Customer ID and an Order ID. The DynamoDB table uses the Customer ID as the partition key and the Order ID as the sort key. To meet a new requirement, the company also wants the ability to query the table by using a third attribute named Invoice ID. Queries using the Invoice ID must be strongly consistent. A database specialist must provide this capability with optimal performance and minimal overhead. What should the database administrator do to meet these requirements?
A) Add a global secondary index on Invoice ID to the existing table.
B) Add a local secondary index on Invoice ID to the existing table.
C) Recreate the table by using the latest snapshot while adding a local secondary index on Invoice ID.
D) Use the partition key and a FilterExpression parameter with a filter on Invoice ID for all queries.
Correct Answer:

Verified
Correct Answer:
Verified
Q73: A Database Specialist is creating a new
Q74: A database specialist manages a critical Amazon
Q75: A company is planning to close for
Q76: A company has a production environment running
Q77: A company is going through a security
Q79: A company has a production Amazon Aurora
Q80: A Database Specialist is creating Amazon DynamoDB
Q81: A company is running a two-tier ecommerce
Q82: A Database Specialist is migrating an on-premises
Q83: A company is building a new web