AWS Certified Machine Learning – Specialty — Question 133

A company is launching a new product and needs to build a mechanism to monitor comments about the company and its new product on social media. The company needs to be able to evaluate the sentiment expressed in social media posts, and visualize trends and configure alarms based on various thresholds.
The company needs to implement this solution quickly, and wants to minimize the infrastructure and data science resources needed to evaluate the messages.
The company already has a solution in place to collect posts and store them within an Amazon S3 bucket.
What services should the data science team use to deliver this solution?

Answer options

Correct answer: D

Explanation

The correct answer is D because it effectively uses Amazon Comprehend to analyze sentiment and logs this information in a custom CloudWatch metric, allowing for trend monitoring and alerts. Options A and B involve unnecessary complexity by training models that are not needed, while option C does not utilize CloudWatch for monitoring, which is crucial for the requirement of alarms based on trends.