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

Giving Claude M365 Access via Power Automate and a FastMCP Server
A developer built a lightweight MCP server that lets Claude interact with Microsoft 365 (inbox, calendar, OneDrive, Planner, Excel, Word) using Power Automate webhooks — no admin Graph permissions needed.

Practical fixes for OpenClaw reliability issues
A developer shares eight specific techniques that improved their OpenClaw setup, including a 3-tier memory system with daily logs and a knowledge graph, activation score management, and file-based rule enforcement.

Workaround for OpenClaw Claude Access via Claude Code CLI
A method routes OpenClaw through Claude Code CLI to maintain Claude subscription access after Anthropic blocked direct third-party harnesses. The process involves installing the CLI, setting up an OAuth token, and configuring OpenClaw to use the ACP plugin.

Local LLM Setup Recommendations for OpenClaw
A user shares their configuration for running a local LLM with OpenClaw, using a GB10 for AI processing and a Mac mini for the OpenClaw installation, with specific model and server details.