ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 39 - DAS-C01 discussion

Report
Export

A media analytics company consumes a stream of social media posts. The posts are sent to an Amazon Kinesis data stream partitioned on user_id. An AWS Lambda function retrieves the records and validates the content before loading the posts into an Amazon OpenSearch Service (Amazon Elasticsearch Service) cluster. The validation process needs to receive the posts for a given user in the order they were received by the Kinesis data stream.

During peak hours, the social media posts take more than an hour to appear in the Amazon OpenSearch Service (Amazon ES) cluster. A data analytics specialist must implement a solution that reduces this latency with the least possible operational overhead.

Which solution meets these requirements?

A.
Migrate the validation process from Lambda to AWS Glue.
Answers
A.
Migrate the validation process from Lambda to AWS Glue.
B.
Migrate the Lambda consumers from standard data stream iterators to an HTTP/2 stream consumer.
Answers
B.
Migrate the Lambda consumers from standard data stream iterators to an HTTP/2 stream consumer.
C.
Increase the number of shards in the Kinesis data stream.
Answers
C.
Increase the number of shards in the Kinesis data stream.
D.
Send the posts stream to Amazon Managed Streaming for Apache Kafka instead of the Kinesis data stream.
Answers
D.
Send the posts stream to Amazon Managed Streaming for Apache Kafka instead of the Kinesis data stream.
Suggested answer: C

Explanation:


For real-time processing of streaming data, Amazon Kinesis partitions data in multiple shards that can then be consumed by multiple Amazon EC2 Reference: https://d1.awsstatic.com/whitepapers/AWS_Cloud_Best_Practices.pdf

asked 16/09/2024
Blake Heffelfinger
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first