Question 207:
You work as a machine learning specialist for the sales department of a large web retailer that needs to gain insight into their sales patterns. They need a way to use a visualization to show their sales data in near-real time so that they can quickly recognize higher-than-expected sales of specific products. This will help your product operations quickly meet high demands. Which option is a viable, efficient solution to your problem?
Answer options:
A.Use Kinesis Data Streams to stream your data to S3. Then run a Random Cut Forest SagaMaker model on the data continuously, using the output as source data to visualization in QuickSight. B.Use Kinesis Data Firehose to stream your data to S3. Then run a Random Cut Forest SagaMaker model on the data continuously, using the output as source data to visualization in QuickSight. C.Use Kinesis Data Firehose to stream your data to S3. Use QuickSight ML Insights to use the output as source data to visualization in QuickSight. D.Use Kinesis Data Firehose to stream your data to a Kinesis Data Analytics application that runs a Random Cut Forest SagaMaker model on the data continuously, writing the output to S3 which is then used as source data to visualization in QuickSight.