ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 512 - SAA-C03 discussion

Report
Export

A company is planning to use an Amazon DynamoDB table for data storage. The company is concerned about cost optimization. The table will not be used on most mornings. In the evenings, the read and write traffic will often be unpredictable. When traffic spikes occur, they will happen very quickly.

What should a solutions architect recommend?

A.
Create a DynamoDB table in on-demand capacity mode.
Answers
A.
Create a DynamoDB table in on-demand capacity mode.
B.
Create a DynamoDB table with a global secondary index
Answers
B.
Create a DynamoDB table with a global secondary index
C.
Create a DynamoDB table with provisioned capacity and auto scaling.
Answers
C.
Create a DynamoDB table with provisioned capacity and auto scaling.
D.
Create a DynamoDB table in provisioned capacity mode, and configure it as a global table
Answers
D.
Create a DynamoDB table in provisioned capacity mode, and configure it as a global table
Suggested answer: A

Explanation:

Provisioned capacity is best if you have relatively predictable application traffic, run applications whose traffic is consistent, and ramps up or down gradually. On-demand capacity mode is best when you have unknown workloads, unpredictable application traffic and also if you only want to pay exactly for what you use. The on-demand pricing model is ideal for bursty, new, or unpredictable workloads whose traffic can spike in seconds or minutes, and when under-provisioned capacity would impact the user experience. https://docs.aws.amazon.com/wellarchitected/latest/serverless-applications-lens/capacity.html

asked 16/09/2024
J Von
49 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first