NoSQL

What is the default backup retention period for DynamoDB continuous backups?

What is the default backup retention period for DynamoDB continuous backups? a) 24 hours b) 7 days c) 35 days d) 365 days Answer: c) 35 days Explanation: DynamoDB continuous backups, using point-in-time recovery, retain backups for up to 35 days, allowing you to recover from accidental data loss within this period. Reference: DynamoDB Quiz

What is the default backup retention period for DynamoDB continuous backups? Read More »

What is the default limit on the number of tables that can be created in DynamoDB?

What is the default limit on the number of tables that can be created in DynamoDB? a) 256 b) 500 c) 256 per region d) Unlimited Answer: c) 256 per region Explanation: The default limit is 256 tables per region in DynamoDB, but this limit can be increased by submitting a request to AWS Support.

What is the default limit on the number of tables that can be created in DynamoDB? Read More »

How does DynamoDB handle transactions?

How does DynamoDB handle transactions? a) DynamoDB does not support transactions b) DynamoDB supports ACID transactions across multiple items and tables c) DynamoDB supports transactions but only on a single item d) DynamoDB handles transactions by replicating data across tables Answer: b) DynamoDB supports ACID transactions across multiple items and tables Explanation: DynamoDB supports ACID

How does DynamoDB handle transactions? Read More »

What is DynamoDB Auto Scaling used for?

What is DynamoDB Auto Scaling used for? a) To increase database size automatically b) To automatically adjust read/write capacity based on demand c) To reduce the number of tables d) To automatically manage data replication Answer: b) To automatically adjust read/write capacity based on demand Explanation: DynamoDB Auto Scaling automatically adjusts a table’s provisioned read

What is DynamoDB Auto Scaling used for? Read More »

What type of consistency model does DynamoDB provide by default?

What type of consistency model does DynamoDB provide by default? a) Strongly consistent reads b) Eventually consistent reads c) Immediate consistency d) Eventual consistency only for writes Answer: b) Eventually consistent reads Explanation: DynamoDB provides eventually consistent reads by default. However, it also offers an option for strongly consistent reads if required. Reference: DynamoDB Quiz

What type of consistency model does DynamoDB provide by default? Read More »

Scroll to Top