FEFreeExamDumps.in

Claude Certified Architect

Topic 8

Question 105

CCA-F is a newly released exam. These practice questions reflect our best current understanding — the exact wording and question formats may change in the live exam until the certification matures. Use them to learn the concepts, not to memorize.

Scenario: Prompt Engineering and Structured Output - An extraction schema marks `middle_name` as required. Many source documents have no middle name, and the model fabricates plausible-looking values to satisfy the field. How should the schema be designed?

  • AMake the field nullable (`"type": ["string", "null"]`) so the model can return null when the information is absent.
  • BKeep it required but add "do not guess" to the prompt.
  • CRemove the field from the schema entirely so nothing is reported.
  • DSet a default value of "N/A" as a required string.