You can select a specific Availability Zone in which to place your DynamoDB Table.
False.
How can you optimise the performance of a large scan in DynamoDb?
Run smaller scans in parallel.
What is some characteristics of DynamoDB?
Name a few applications for which DynamoDB is a good choice.
How is the data stored in DynamoDB?
- Spread across 3 geographically distinct data centers
What can documents in DynamoDB be written in?
What is used for authentication and access control to a DynamoDB?
IAM
How can you make sure that an user only can access their own data in DynamoDB?
DynamoDB supports both Eventually Consistent and Strongly Consistent reads, which it the default?
Eventual Consistency.
In DynamoDB, how can you specify what attributes a query or scan should return?
By specifying the ProjectionExpression parameter.
You’re doing a query on a DynamoDB table, how is the result sorted? Can you change this in any way?
By default, are queries eventual or strongly consistent?
Eventual. If you want Strong Consistency you need to specify it
How can you refine the result of a scan?
How can you improve the performance of a query or scan?
Which are the two pricing models for DynamoDB?
- On-Demand Capacity
How does the On-Demand Capacity model work for DynamoDB?
When should you use the Provisioned Throughput model for DynamoDB?
You can change you DynamoDB table from Provisioned to On-Demand once per day.
True.
What does DAX stand for, and what is it?
Give a few examples of when to use DAX.
How does DAX work?
When is DAX not a good choice?
What is DynamoDB Transactions?
What is DynamoDB TTL?