MLA-C01 · Question #55
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 Amazo
The correct answer is A. Configure the competitor's name as a blocked phrase in Amazon Q Business.. Blocked phrases in Amazon Q Business is a content filtering feature that prevents specific terms from appearing in the application's responses - making option A the direct, purpose-built solution for this requirement. Why the distractors are wrong: B is incorrect because a retrie
Question
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?
Options
- AConfigure the competitor's name as a blocked phrase in Amazon Q Business.
- BConfigure an Amazon Q Business retriever to exclude the competitor's name.
- CConfigure an Amazon Kendra retriever for Amazon Q Business to build indexes that exclude the
- DConfigure document attribute boosting in Amazon Q Business to deprioritize the competitor's
How the community answered
(26 responses)- A73% (19)
- B15% (4)
- C4% (1)
- D8% (2)
Explanation
Blocked phrases in Amazon Q Business is a content filtering feature that prevents specific terms from appearing in the application's responses - making option A the direct, purpose-built solution for this requirement.
Why the distractors are wrong:
- B is incorrect because a retriever's job is to fetch relevant content from data sources, not to filter output text; excluding a name from retrieval doesn't guarantee it won't appear in generated responses.
- C is incorrect for the same reason - Kendra indexes control what documents are retrieved, not what words appear in the final generated answer.
- D is incorrect because document attribute boosting controls ranking/relevance of documents, not content suppression; the competitor's name could still surface in top-ranked results.
Memory tip: Think of "blocked phrases" as a content firewall on the output - it operates at the response level, which is the only layer that guarantees a word never reaches the user. Retriever and index settings operate on the input side (what data gets fetched), not the output side (what text gets returned).
Topics
Community Discussion
No community discussion yet for this question.