Question 93:
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. KindleYou has a large customer base spread across multiple geographic areas. Customers need to update their profile information while using the application. Team understands the Global tables are the right solution to implement replication. Suggest some best practices for designing replica table of the global table. Select 5 options.
Answer options:
A.The table must have the same partition key as all of the other replicas. B.The table must have the same write capacity but not read capacity C.The table must have the same read capacity but not write capacity D.the table must have same read and write capacity. E.The table must have DynamoDB Streams enabled, with the stream containing both the new and the old images of the item. F.The global secondary indexes must have the same partition key and sort key G.The table and the global secondary names across all replicas must be same H. The table and the local secondary names across all replicas must be same