AWS Certified Database – Specialty — Question 146

A company is running its customer feedback application on Amazon Aurora MySQL. The company runs a report every day to extract customer feedback, and a team reads the feedback to determine if the customer comments are positive or negative. It sometimes takes days before the company can contact unhappy customers and take corrective measures. The company wants to use machine learning to automate this workflow.
Which solution meets this requirement with the LEAST amount of effort?

Answer options

Correct answer: C

Explanation

Option C is correct because it allows for direct integration between Aurora and Amazon Comprehend, enabling sentiment analysis using SQL functions without the need for data export, making it the least effort solution. Options A and B require exporting the data to Amazon S3, which adds complexity and effort. Option D involves SageMaker, which is more complicated than using Comprehend for this specific task.