Which of the following are use cases for Amazon DynamoDB? Choose 3 answers
A.
Storing BLOB data.
B.
Managing web sessions.
C.
Storing JSON documents.
D.
Storing metadata for Amazon S3 objects.
E.
Running relational joins and complex updates.
F.
Storing large amounts of infrequently accessed data.
C, D, E
Not F
If you have a use case that involves storing a large amount of data that you rarely access, then DynamoDB may not be right for you.
https://aws.amazon.com/dynamodb/faqs/
Not A
Amazon S3 stores unstructured blobs
https://aws.amazon.com/dynamodb/faqs/
Not B
makes no sense, this isn’t a load balancer
BCD
http://www.aiotestking.com/amazon/which-of-the-following-are-use-cases-for-amazon-dynamodb/
Thanks for the correction
BCD
http://www.aiotestking.com/amazon/which-of-the-following-are-use-cases-for-amazon-dynamodb/
BCD is correct
BCD
B: http://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/java-dg-tomcat-session-manager.html
https://forums.aws.amazon.com/thread.jspa?threadID=112302
C: No explanation needed
D:https://aws.amazon.com/blogs/big-data/building-and-maintaining-an-amazon-s3-metadata-index-without-servers/
BCD