Question 53:
KindleYou is a location-based social search mobile app that allows users to like or dislike other users, and allows users to chat if both parties liked each other in the app. It has more than 1 billion customers across the world. They use DynamoDB to support the mobile application and S3 to host the images and other documents shared between users. DynamoDB has a table with 60 partitions and is being heavily accessed by users. There are lots of hot partitions. To better accommodate uneven access patterns, how will DynamoDB use its capacity to prevent throttling?
Answer options:
A.Using Burst Capacity effectively B.Using Adaptive Capacity C.Design Partition Keys to distribute workload evenly D.Using Write Sharding to Distribute Workloads Evenly