AWS Certified AI Practitioner (AIF-C01) — Question 143

A company deployed an AI/ML solution to help customer service agents respond to frequently asked questions. The questions can change over time. The company wants to give customer service agents the ability to ask questions and receive automatically generated answers to common customer questions.

Which strategy will meet these requirements MOST cost-effectively?

Answer options

Correct answer: D

Explanation

The correct answer is D because Retrieval Augmented Generation (RAG) effectively utilizes existing knowledge to generate responses, making it adaptable and cost-efficient for evolving questions. Options A, B, and C involve more extensive training and maintenance of the model, which can be more resource-intensive and less responsive to changes compared to RAG.