Question 171:
You work as a machine learning specialist for a hedge fund firm. Your traders trade in highly volatile securities and derivatives. In real-time, their trading activity must be monitored for an anomalous activity to keep the firm from entering into potentially very large high-risk transactions that could jeopardize the firm’s valuation and collateral obligations with the Securities and Exchange Commission (SEC). Which of the following options best describes your optimal machine learning solution to this problem?
Answer options:
A.Use Kinesis Data Streams to gather the trading, valuation, and collateral data from your investment management systems, source the data from Kinesis Data Streams toKinesis Data Analytics, use SQL to transform the data and write it to S3, use the SageMaker Random Cut Forest built-in algorithm to detect anomalous trading activity. B.Use Kinesis Data Firehose to gather the trading, valuation, and collateral data from your investment management systems, source the data from Kinesis Data Firehose toKinesis Data Analytics, use SQL to transform the data and write it to S3, use the SageMaker k-means built-in algorithm to detect anomalous trading activity. C.Use Kinesis Data Streams to gather the trading, valuation, and collateral data from your investment management systems, source the data from Kinesis Data Streams toKinesis Data Analytics, use Apache Flink to transform the data and write it to S3, use the SageMaker Random Cut Forest built-in algorithm to detect anomalous trading activity. D.Use a Glue ETL job to gather the trading, valuation, and collateral data from your investment management systems. Have the Glue ETL job transform the data and write it to S3, use the SageMaker Random Cut Forest built-in algorithm to detect anomalous trading activity.