exam questions

Exam AWS Certified Developer - Associate DVA-C02 All Questions

View all questions & answers for the AWS Certified Developer - Associate DVA-C02 exam

Exam AWS Certified Developer - Associate DVA-C02 topic 1 question 462 discussion

A developer is building an application that processes a stream of user-supplied data. The data stream must be consumed by multiple Amazon EC2 based processing applications in parallel and in real time. Each processor must be able to resume without losing data if there is a service interruption. The application architect plans to add other processors in the near future, and wants to minimize the amount of data duplication involved.

Which solution will satisfy these requirements?

  • A. Publish the data to Amazon Simple Queue Service (Amazon SQS).
  • B. Publish the data to Amazon Data Firehose.
  • C. Publish the data to Amazon EventBridge.
  • D. Publish the data to Amazon Kinesis Data Streams.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
ShakthiGCP
4 months, 1 week ago
Selected Answer: D
Real-time Data Streaming: Kinesis Data Streams is designed for real-time processing of streaming data. It offers high throughput and low latency, making it suitable for applications requiring immediate processing of incoming data. Parallel Processing: Kinesis Data Streams allows you to partition the data stream into shards. Each shard can be consumed by a single consumer (in this case, an EC2 instance). By creating multiple shards, you can distribute the processing load across multiple EC2 instances for parallel processing. This scales horizontally to accommodate increasing data volume and processing needs.
upvoted 1 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago