Q18 — AWS SAA-C03 Ch.5
Question 18 of 65 | ← Chapter 5
Q318. A company wants to use artificial intelligence (Al) to determine the quality of its customer service calls.The company currently manages calls in four different languages,including English.The company will offer new languages in the future. The company does not have the resources to regularly maintain machine learning (ML) models The company needs to create written sentiment analysis reports from the customer service call recordings.The customer service call recording text must be translated into English. Which combination of steps will meet these requirements? (Select THREE.)
- A. Use Amazon Comprehend to translate the audio recordings into English
- B. Use Amazon Lex to create the written sentiment analysis reports
- C. Use Amazon Polly to convert the audio recordings into text.
- D. Use Amazon Transcribe to convert the audio recordings in any language into text ✓
- E. Use Amazon Translate to translate text in any language to English ✓
- F. Use Amazon Comprehend to create the sentiment analysis reports ✓
Correct Answer: D. Use Amazon Transcribe to convert the audio recordings in any language into text, E. Use Amazon Translate to translate text in any language to English, F. Use Amazon Comprehend to create the sentiment analysis reports
Explanation
Step D, using Amazon Transcribe, will convert the customer service call recordings in any language into text, which can then be used for analysis.Step E, using Amazon Translate, will translate the recorded text from any language into English, which is required by the company.Finally, step F, using Amazon Comprehend, will analyze the sentiment of the translated text and generate sentiment analysis reports.Steps A, B, and C are not necessary to achieve the desired outcome.