ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

22 / 258

Question 22:

Your marketing department wishes to understand how their products are being represented in the various social media services in which they have active content streams. They would like insights into the reception of a current product line in order to plan for the roll-out of a new product in the line in the future. You have been tasked with creating a service that organizes the social media content by sentiment across all languages so that your marketing department can determine how best to introduce the new product.
How would you quickly and most efficiently design and build a service for your marketing team that gives insight into the social media sentiment?

Answer options:

A.Use the scikit-learn python library to build a sentiment analysis service to provide insight data to the marketing team’s internal application platform. Build a dashboard into the application platform using React or Angular.
B.Use the DetectSentiment Amazon Comprehend API as a service to provide insight data to the marketing team’s internal application platform. Build a dashboard into the application platform using React or Angular.
C.Use the Amazon Lex API as a service to implement the solution to provide insight data to the marketing team’s internal application platform. Build a dashboard into the application platform using React or Angular.
D.Use Amazon Kinesis to stream the data to S3, Amazon Translate to translate it, Amazon Comprehend to extract the sentiment, Amazon Athena with Amazon QuickSight to build a natural-language-processing (NLP)-powered social media dashboard.