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. 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. D. Send the posts stream to Amazon Managed Streaming for Apache Kafka instead of the Kinesis data stream.  Suggested Answer: C Community Answer: C 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 This question is in DAS-C01 AWS Certified Data Analytics – Specialty Exam For getting AWS Certified Data Analytics – Specialty Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Amazon. Trademarks, certification & product names are used for reference only and belong to Amazon. The website does not contain actual questions and answers from Amazon's Certification Exam.
Please login or Register to submit your answer