AWS Certified Machine Learning – Specialty — Question 210

A retail company wants to build a recommendation system for the company's website. The system needs to provide recommendations for existing users and needs to base those recommendations on each user's past browsing history. The system also must filter out any items that the user previously purchased.

Which solution will meet these requirements with the LEAST development effort?

Answer options

Correct answer: C

Explanation

Option C is the best choice as the USER_PERSONALIZATION recipe in Amazon Personalize is specifically designed for providing tailored recommendations while allowing for filtering of previously purchased items with minimal development effort. Options A and D involve more complex setups with SageMaker, which require additional configuration and management. Option B, while using Amazon Personalize, employs a different recipe that may not optimally meet the user's requirements.