PrepAway - Latest Free Exam Questions & Answers

Which statements about DynamoDB are true?

Which statements about DynamoDB are true? Choose 2 answers

PrepAway - Latest Free Exam Questions & Answers

A.
DynamoDB uses optimistic concurrency control

B.
DynamoDB restricts item access during writes

C.
DynamoDB uses a pessimistic locking model

D.
DynamoDB restricts item access during reads

E.
DynamoDB uses conditional writes for consistency

10 Comments on “Which statements about DynamoDB are true?

  1. BDA says:

    Wrong answers:

    D – access is never restricted, there is a locking strategy in place
    B – access is never restricted, there is s locking strategy in place

    Vague answers:

    C – http://docs.aws.amazon.com/aws-sdk-php/v2/api/class-Aws.DynamoDb.Session.LockingStrategy.PessimisticLockingStrategy.html – I guess I need to code more…not sure about this.

    Correct answers:

    A – http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBMapper.OptimisticLocking.html
    E – http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html#WorkingWithItems.ConditionalUpdate




    1



    0

Leave a Reply

Your email address will not be published. Required fields are marked *