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 »

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 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