AWS Certified Data Analytics Specialty 2021 – Hands-On - DynamoDB TTL

AWS Certified Data Analytics Specialty 2021 – Hands-On - DynamoDB TTL

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial explains the concept of Time to Live (TTL) in DynamoDB, which allows automatic deletion of items after a specified expiry timestamp. It covers the TTL expiration process, its benefits, and use cases such as data reduction and regulatory compliance. The tutorial also provides a hands-on demonstration of creating a TTL table, defining TTL attributes, and running previews to simulate item expiration.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of using Time to Live (TTL) in DynamoDB?

To increase the read capacity units

To automatically delete items after a specified time

To enhance data encryption

To improve write performance

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How long can expired items remain in DynamoDB before they are guaranteed to be deleted?

24 hours

48 hours

72 hours

12 hours

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens to expired items that have not yet been deleted in DynamoDB?

They are immediately removed from all queries

They are moved to a separate table

They remain visible in reads and scans

They are archived for future retrieval

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a use case for implementing TTL in DynamoDB?

Improving query performance

Enhancing data encryption

Reducing stored data by keeping only current items

Increasing the number of partitions

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in creating a table with TTL in DynamoDB?

Setting the sort key

Defining the partition key

Running a preview of deletions

Enabling CloudWatch metrics

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you check which items will be deleted when TTL is enabled?

By running a preview

By using the AWS CLI

By checking the error logs

By querying the backup table

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What tool can be used to monitor the number of items deleted by TTL in the last 24 hours?

AWS Config

CloudWatch metrics

Amazon S3

AWS Lambda