Question 114:
An application stores its data in a DynamoDB table. The application team finds that they have a new query pattern, creating a new LSI to accommodate the new queries. The application starts to experience throttling when performing write operations on the base table even though the number of table updates has not increased. What is the cause of the issue?
Answer options:
A.LSI shares read-capacity with the base table. B.LSI shares write-capacity with the base table. C.Data replication to the LSI is synchronous causing latency. D.Creation of the LSI forces write operations to be strongly consistent.