Q42 — AWS AIF-C01 Ch.1
Question 42 of 100 | ← Chapter 1
A company has built a chatbot that answers natural language questions using images. The company wants to ensure the chatbot does not return inappropriate or unwanted images. Which solution meets these requirements?
- A. Implement a moderation API. ✓
- B. Retrain the model using a general public dataset.
- C. Perform model validation.
- D. Automatically integrate user feedback.
Correct Answer: A. Implement a moderation API.
Explanation
This question tests understanding of content filtering solutions for chatbots. To ensure the chatbot does not return inappropriate or unwanted images, the key is implementing a mechanism to review and filter those images. A moderation API can perform real-time content inspection of images to ensure compliance with company policies and standards, thereby preventing the dissemination of inappropriate content. Therefore, option A, 'Implement a moderation API,' is the most direct and effective solution.