Which statements about DynamoDB are true?

Which statements about DynamoDB are true? Choose 2 answers

Which statements about DynamoDB are true? Choose 2 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



Leave a Reply 10

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


Brian Smith

Brian Smith

A & E

seenagape

seenagape

I choose AE

LSK

LSK

Hey seenagape,

I have queries in some of the questions for AWS Solution Architect Associate exam. If you don’t mind can you please ping me your email id at [email protected]. I will discuss the questions with you.

Niranjana HK

Niranjana HK

A and E

BDA

BDA

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

certified

certified

Amazon is built on optimism. Always the correct answer. ;-p