A developer is writing an application, which stores data in an Amazon DynamoDB table. The developer wants to query the DynamoDB table by using the partition key and a different sort key value. The developer needs the latest data with all recent write operations. How should the developer write the DynamoDB query? A. Add a local secondary index (LSI) during table creation. Query the LSI by using eventually consistent reads. B. Add a local secondary index (LSI) during table creation. Query the LSI by using strongly consistent reads. C. Add a global secondary index (GSI) during table creation. Query the GSI by using eventually consistent reads. D. Add a global secondary index (GSI) during table creation. Query the GSI by using strongly consistent reads.  Suggested Answer: B Community Answer: B This question is in DVA-C02 AWS Certified Developer – Associate Exam For getting AWS Certified Developer – Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Amazon. Trademarks, certification & product names are used for reference only and belong to Amazon. The website does not contain actual questions and answers from Amazon's Certification Exam.
Please login or Register to submit your answer