Question

Difficulty: EasyAWS Machine Learning Services

A global travel agency wants to analyze customer feedback submitted in various languages. The agency needs to translate the feedback into English and then perform sentiment analysis to identify whether the reviews are positive or negative. Which two AWS machine learning services should the agency use to meet these requirements? (Select TWO)

  1. Amazon TranslateAnswer
  2. Amazon ComprehendAnswer
  3. C
    Amazon Rekognition
  4. D
    Amazon Polly
  5. E
    Amazon Lex

Answer

Amazon Translate and Amazon Comprehend
Amazon Translate is the correct service for translating text feedback from multiple languages into English. Amazon Comprehend is the correct service for analyzing the translated text to detect sentiment (positive or negative).

Step-by-Step Solution

1
Identify the service needed to convert customer feedback from various languages into English.
Amazon Translate is selected because it is designed for automated language translation.
The scenario requires translating written text feedback from multi-language sources into a single language.
2
Identify the service needed to perform sentiment analysis on the translated English text.
Amazon Comprehend is selected because it is a natural language processing service that identifies sentiment.
The scenario requires determining whether the reviews are positive or negative based on the text content.

Key Concept

AWS Machine Learning Services
Estimated Time:45s
Rate this question