nerdexam
Amazon

AIP-C01 · Question #43

A medical company uses Amazon Bedrock to power a clinical documentation summarization system. The system produces inconsistent summaries when handling complex clinical documents. The system…

The correct answer is B. Implement version control for prompts in a code repository with a test suite that contains complex. Option B best meets the requirements because it provides systematic diagnosis, measurable comparison, and historical traceability of prompt performance. By placing prompts under version control and testing them against complex clinical documents, the company can consistently…

Deployment, Operations, and Optimization

Question

A medical company uses Amazon Bedrock to power a clinical documentation summarization system. The system produces inconsistent summaries when handling complex clinical documents. The system performed well on simple clinical documents. The company needs a solution that diagnoses inconsistencies, compares prompt performance against established metrics, and maintains historical records of prompt versions. Which solution will meet these requirements?

Options

  • ACreate multiple prompt variants by using Prompt management in Amazon Bedrock. Manually test
  • BImplement version control for prompts in a code repository with a test suite that contains complex
  • CDeploy each new prompt version to separate Amazon Bedrock API endpoints. Split production
  • DCreate a custom prompt evaluation flow in Amazon Bedrock Flows that applies the same clinical

How the community answered

(35 responses)
  • A
    23% (8)
  • B
    63% (22)
  • C
    9% (3)
  • D
    6% (2)

Explanation

Option B best meets the requirements because it provides systematic diagnosis, measurable comparison, and historical traceability of prompt performance. By placing prompts under version control and testing them against complex clinical documents, the company can consistently reproduce issues, track regressions, and compare prompt behavior using quantifiable metrics such as factual accuracy, completeness, and consistency. Automated testing ensures scalability and repeatability, while version history preserves prompt evolution over time.

Topics

#Prompt Engineering#Prompt Evaluation#Version Control#Generative AI MLOps

Community Discussion

No community discussion yet for this question.

Full AIP-C01 Practice