FEFreeExamDumps.in

Claude Certified Architect

180 / 180← PrevNext →
Topic 12

Question 180

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: Conversational AI Architecture Patterns - A banking assistant asks "Which account do you mean?" after a vague request, and the `find_accounts` tool returns two checking accounts that both match the customer's name. The assistant is about to act on the first one returned. What is the correct handling of the multiple matches?

  • AAct on the first matching account, since it was returned first.
  • BMerge the two accounts' balances and present a combined view.
  • CPick whichever account had the most recent activity as a tiebreaker.
  • DAsk the customer for an additional identifier (last four digits or account nickname) to disambiguate before acting.