AWS Certified Machine Learning – Specialty — Question 145

A retail company wants to update its customer support system. The company wants to implement automatic routing of customer claims to different queues to prioritize the claims by category.
Currently, an operator manually performs the category assignment and routing. After the operator classifies and routes the claim, the company stores the claim's record in a central database. The claim's record includes the claim's category.
The company has no data science team or experience in the field of machine learning (ML). The company's small development team needs a solution that requires no ML expertise.
Which solution meets these requirements?

Answer options

Correct answer: D

Explanation

The correct answer is D because it utilizes Amazon Comprehend, which provides a straightforward way to implement custom classification without requiring machine learning expertise. Options A and B involve using Amazon SageMaker, which necessitates more complex machine learning knowledge, and option C relies on Amazon Textract, which does not directly achieve the goal of custom classification without additional complexity.