AWS Certified Machine Learning Engineer – Associate (MLA-C01) — Question 201
A retail company is creating an AI-powered assistant for customers. The company has a large body of documentation that the assistant needs to use for general inquiries. The company wants any responses about prices to use only documentation that is less than 1 month old.
Which solution will meet these requirements?
Answer options
- A. Use Amazon Q Business to develop the responses. Configure a document attribute filter so that responses about prices use only the documents from the past month.
- B. Use Amazon Q Business to develop the responses. Configure the source attribution citation so that responses about prices use only the documents from the past month.
- C. Segment the documents into folders based on the month of document creation. Configure Amazon Q Developer to use only the documents from the past month to develop responses about prices.
- D. Segment the documents into folders based on the month of document creation. Grant the assistant access to only the documents from the past month for responses about prices. Use Amazon Q Developer to develop the responses.
Correct answer: A
Explanation
Option A is correct because it directly implements a document attribute filter in Amazon Q Business to ensure that pricing responses are generated from the most recent documents. The other options either do not utilize the necessary filtering mechanisms (B) or do not utilize Amazon Q Business effectively (C and D), making them inadequate for the requirements stated.