Question 35:
You work as a machine learning specialist at a ride sharing software company. You need to analyze the streaming ride data of your firm’s drivers. First, you need to clean, organize, and transform the drive data and load it into your firm’s data lake. So you can then use the data in your machine learning models in SageMaker. Which AWS services would give you the simplest solution?
Answer options:
A.Use Amazon Kinesis Data Streams to capture the streaming ride data. Use Amazon Kinesis Data Analytics to clean, organize, and transform the drive data and then output the data to your S3 data lake using a Lambda function. B.Use Amazon Kinesis Data Streams to capture the streaming ride data. Have Amazon Kinesis Data Streams trigger a lambda function to clean, organize, and transform the drive data and then output the data to your S3 data lake. C.Use Amazon Kinesis Data Streams to capture the streaming ride data. Have Kinesis Data Streams stream the data to a set of processing workers running in ECS Fargate. The workers send the data to your S3 data lake. D.Use Amazon Kinesis Data Firehose to stream the data directly to your S3 data lake.