Question 80
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: Tool Design and MCP Integration - An extraction pipeline must always run `extract_metadata` as the very first tool call before any enrichment step, with no exceptions. How do you guarantee that specific first action?
- A`tool_choice: {"type": "tool", "name": "extract_metadata"}` for the first request.
- B`tool_choice: "any"` and hope the model picks it first.
- CList `extract_metadata` first in the `tools` array.
- D`tool_choice: "auto"` with a strong system-prompt hint.