FEFreeExamDumps.in

Claude Certified Architect

Topic 10

Question 138

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: Developer Productivity Tools - A multi-phase refactor needs an initial discovery pass that reads dozens of files and prints verbose output. Done in the main session, this discovery floods the context window and degrades later steps. How should the discovery phase be run?

  • ARun discovery inline in the main session and `/compact` afterward to recover space.
  • BRaise `max_tokens` so the verbose discovery output fits comfortably.
  • CDelegate discovery to an Explore subagent so its verbose output stays isolated from the main context.
  • DSkip discovery and start editing, reading files only as errors appear.