Claude Certified Agent Foundations Exam Guide Discrepancies Identified

Exam Content Discrepancies
A developer who recently took the Claude Certified Agent Foundations (CCA-F) exam has documented inconsistencies between official preparation materials and the actual test. The source identifies three key areas where preparation materials don't match exam reality.
Scenario Count Mismatch
The official exam guide lists 6 scenarios that questions may be drawn from:
- Customer Support Resolution Agent
- Code Generation with Claude Code
- Multi-Agent Research System
- Developer Productivity with Claude
- Claude Code for Continuous Integration
- Structured Data Extraction
However, the foundations-level exam may actually draw from up to 13 scenarios. Beyond the 6 listed, the pool includes:
- Agentic Tool Design
- Long Document Processing
- Claude for Operations
- Conversational AI Patterns
- Agent Skills for Enterprise Knowledge Management
- Agent Skills for Developer Tooling
- Agent Skills with Code Execution
Practice Exam Limitations
The practice exam only contains questions for 4 scenarios:
- Customer Support Resolution Agent
- Code Generation with Claude Code
- Multi-Agent Research System
- Claude Code for Continuous Integration
This means the "4 randomly selected" scenarios in practice mode are actually "the only 4 available." The remaining 9 scenarios have no questions in the practice exam.
Real Exam Experience
The exam taker confirms that their actual test included scenarios not listed in the official exam guide's 6 scenarios. Despite this, questions still felt "squarely within 'Foundations' territory" and tested the same architectural thinking and engineering judgment required for building production systems with Claude.
Preparation Recommendations
The source emphasizes practical experience over relying solely on official materials. Key takeaways for preparation:
- Don't assume the exam guide's 6 scenarios are exhaustive
- The practice exam is useful but limited to only 4 of potentially 13+ scenarios
- Scoring high on the practice exam doesn't mean you've covered all possible exam content
- Third-party practice questions online are of very limited help
- Focus on hands-on exercises: build an agent, design MCP tools, set up Claude Code in a real project, wire up a structured extraction pipeline
📖 Read the full source: r/ClaudeAI
👀 See Also

Practical Prompt Structure for Claude AI Execution Agents
A developer shares prompt engineering techniques that reduced hallucinations in Claude AI agents performing API calls, data extraction, and multi-step workflows. Key strategies include writing prompts as contracts, dedicating 40% of tokens to error handling, and separating 'wait' from 'stop' conditions.

Recover deleted Claude Desktop conversations from Chromium cache
Immediately quit Claude Desktop, find the Chromium blockfile cache at %APPDATA%\Claude\Cache\Cache_Data (Windows), then use Python packages ccl_chromium_reader and standard compression libs to extract HTTP response bodies containing your chat UUID.

One-Soup One-Dish: A Japanese Cooking Principle for AI Fatigue
Takuya applies the Japanese 'Ichiju Issai' cooking principle to combat AI fatigue — simplify your tech stack to one primary tool and one side tool, just like a meal of rice, soup, and one dish.

Optimizing AutoResearch on RTX 5090: What Failed and What Worked
A developer shares specific configuration details for running AutoResearch on an RTX 5090/Blackwell setup, including failed approaches that appeared functional but performed poorly, and the working configuration that achieved stable results with TOTAL_BATCH_SIZE=2**17 and TIME_BUDGET=1200.