ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 907 - SAA-C03 discussion

Report
Export

How can trade data from DynamoDB be ingested into an S3 data lake for near real-time analysis?

A.

Use DynamoDB Streams to invoke a Lambda function that writes to S3.

Answers
A.

Use DynamoDB Streams to invoke a Lambda function that writes to S3.

B.

Use DynamoDB Streams to invoke a Lambda function that writes to Data Firehose, which writes to S3.

Answers
B.

Use DynamoDB Streams to invoke a Lambda function that writes to Data Firehose, which writes to S3.

C.

Enable Kinesis Data Streams on DynamoDB. Configure it to invoke a Lambda function that writes to S3.

Answers
C.

Enable Kinesis Data Streams on DynamoDB. Configure it to invoke a Lambda function that writes to S3.

D.

Enable Kinesis Data Streams on DynamoDB. Use Data Firehose to write to S3.

Answers
D.

Enable Kinesis Data Streams on DynamoDB. Use Data Firehose to write to S3.

Suggested answer: A

Explanation:

Option A is the simplest solution, using DynamoDB Streams and Lambda for real-time ingestion into S3.

Options B, C, and D add unnecessary complexity with Data Firehose or Kinesis.

asked 29/11/2024
Earl Frederick
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first