AWS Certified Machine Learning – Specialty — Question 22

A Machine Learning Specialist is working with a large cybersecurity company that manages security events in real time for companies around the world. The cybersecurity company wants to design a solution that will allow it to use machine learning to score malicious events as anomalies on the data as it is being ingested. The company also wants be able to save the results in its data lake for later processing and analysis.
What is the MOST efficient way to accomplish these tasks?

Answer options

Correct answer: A

Explanation

The correct answer is A because it utilizes Amazon Kinesis Data Firehose for real-time data ingestion and Amazon Kinesis Data Analytics Random Cut Forest for efficient anomaly detection. Options B and C involve more complex setups with Apache Spark and require additional resources, while option D adds unnecessary complexity with AWS Glue and SageMaker, making them less efficient for this specific use case.