AWS Certified Machine Learning Engineer – Associate (MLA-C01) — Question 51
A company is creating an application that will recommend products for customers to purchase. The application will make API calls to Amazon Q Business. The company must ensure that responses from Amazon Q Business do not include the name of the company's main competitor.
Which solution will meet this requirement?
Answer options
- A. Configure the competitor's name as a blocked phrase in Amazon Q Business.
- B. Configure an Amazon Q Business retriever to exclude the competitor’s name.
- C. Configure an Amazon Kendra retriever for Amazon Q Business to build indexes that exclude the competitor's name.
- D. Configure document attribute boosting in Amazon Q Business to deprioritize the competitor's name.
Correct answer: A
Explanation
The correct answer is A, as configuring the competitor's name as a blocked phrase directly prevents it from being included in responses. Option B is incorrect because using a retriever alone doesn't ensure the name is blocked. Option C is not applicable since Amazon Kendra is not needed for this specific requirement. Option D would only reduce the prominence of the competitor's name, not block it entirely.