Question 168
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 user says "Cancel my dinner reservation for Friday," then two turns later says "Actually, keep Friday but move the Saturday one to 8pm." The assistant must resolve the conflicting intent without acting on the wrong booking. What is the best way to handle this conflicting input?
- AAct on the earliest instruction, since it was stated first and is most deliberate.
- BConfirm the current intent with the user before acting — restate what will change (keep Friday, move Saturday to 8pm).
- CAverage the two requests by canceling Friday and moving it to 8pm.
- DSilently apply both instructions in the order received.