exam questions

Exam AWS Certified Database - Specialty All Questions

View all questions & answers for the AWS Certified Database - Specialty exam

Exam AWS Certified Database - Specialty topic 1 question 267 discussion

Exam question from Amazon's AWS Certified Database - Specialty
Question #: 267
Topic #: 1
[All AWS Certified Database - Specialty Questions]

A startup company is developing electric vehicles. These vehicles are expected to send real-time data to the AWS Cloud for data analysis. This data will include trip metrics, trip duration, and engine temperature. The database team decides to store the data for 15 days using Amazon DynamoDB.

How can the database team achieve this with the LEAST operational overhead?

  • A. Implement Amazon DynamoDB Accelerator (DAX) on the DynamoDB table. Use Amazon EventBridge (Amazon CloudWatch Events) to poll the DynamoDB table and drop items after 15 days
  • B. Turn on DynamoDB Streams for the DynamoDB table to push the data from DynamoDB to another storage location. Use AWS Lambda to poll and terminate items older than 15 days.
  • C. Turn on the TTL feature for the DynamoDB table. Use the TTL attribute as a timestamp and set the expiration of items to 15 days
  • D. Create an AWS Lambda function to poll the list of DynamoDB tables every 15 days. Drop the existing table and create a new table
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Pranava_GCP
1 year, 9 months ago
Selected Answer: C
C. Turn on the TTL feature for the DynamoDB table. https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/TTL.html "Amazon DynamoDB Time to Live (TTL) allows you to define a per-item timestamp to determine when an item is no longer needed. Shortly after the date and time of the specified timestamp, DynamoDB deletes the item from your table and only consumes throughput when the deletion is replicated to additional Regions. TTL is provided at no extra cost as a means to reduce stored data volumes by retaining only the items that remain current for your workload’s needs."
upvoted 3 times
...
chen0305_099
1 year, 9 months ago
Selected Answer: C
CCCCCCC
upvoted 1 times
...
tsk9921
2 years ago
C...Expiration after 15 days, use TTL feature
upvoted 1 times
...
amulbaba
2 years, 5 months ago
Selected Answer: C
Definitely C
upvoted 1 times
...
satishstechie
2 years, 6 months ago
Selected Answer: C
C is the answer, Less overhead
upvoted 3 times
...
satishstechie
2 years, 6 months ago
Answer is C
upvoted 2 times
...
Sab
2 years, 6 months ago
Answer C
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...