AWS Certified Generative AI – Professional (AIP-C01) — Question 31

A healthcare company uses Amazon Bedrock to deploy an application that generates summaries of clinical documents. The application experiences inconsistent response quality with occasional factual hallucinations. Monthly costs exceed the company's projections by 40%. A GenAI developer must implement a near real-time monitoring solution to detect hallucinations, identify abnormal token consumption, and provide early warnings of cost anomalies. The solution must require minimal custom development work and maintenance overhead.
Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

Option C is correct because it combines logging, contextual grounding checks, and anomaly detection in a way that minimizes custom development and maintenance. Option A lacks the contextual grounding checks necessary to detect hallucinations effectively. Option B requires additional custom development with AWS Lambda, increasing the maintenance workload. Option D does not address hallucinations directly, focusing instead on logging and visualization.