DynamoDB Flashcards

1
Q

How many RCUs for?
- 6 Kb eventually consistent?
- 6 Kb strongly consistent?

A

1 RCUs and 2 RCUs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Can you use the DynamoDB on-demand backup capability to write to Amazon S3 and download locally?

A

On-demand and PITR are suitable for backing up your tables for disaster recovery purposes. However, with these methods, you can’t use the data for use cases involving data analysis or extract, transform, and load (ETL) jobs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does dynamodb:UpdateItem allow?

A

Updates or Inserts!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the DynamoDB opeations where consistent read apply?

A

Strongly consistent reads apply only while using the read operations (such as GetItem, Query, and Scan).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly