Dynamo DB Flashcards

1
Q

Which DynamoDB table configuration will meet the requirements of a web application with unpredictable and moderate to high read and write throughput most cost-effectively?

A

A: Configure DynamoDB in on-demand mode by using the DynamoDB Standard table class.

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

Q: How should a solutions architect design a scalable and fault-tolerant solution to process messages received by an application using Amazon DynamoDB?

A

A: Use an Amazon SQS FIFO queue to receive the messages. Configure the queue to trigger an AWS Lambda function to process the messages and store the results in DynamoDB.

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

Q: What solution will meet the requirements of storing and querying a large amount of IoT sensor data in a cost-effective and scalable way?

A

A: Use Amazon DynamoDB on-demand capacity mode with the DynamoDB Standard table class.

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