What is a “provisioned mode” table in DynamoDB?

What is a “provisioned mode” table in DynamoDB?

a) A table where read/write capacity is automatically managed
b) A table where read/write capacity is manually set by the user
c) A table used only for archiving data
d) A table with automatic backups enabled

Answer:

b) A table where read/write capacity is manually set by the user

Explanation:

In provisioned mode, the user manually sets the read and write capacity units for the table. If the workload changes, these limits need to be adjusted accordingly.

Reference:

DynamoDB Quiz – MCQ Questions and Answers

Scroll to Top