Claude Code
3
Topics
150
Questions
15
Practice sets
85%
Average score
across submitted attempts
Topics
Each topic has its own theory, sample questions and timed sets.
Claude Code Workflows
Agentic workflows, subagents, multi-step tasks
50 questionsEasy· 20Medium· 20Hard· 10MCP Integration in Claude Code
MCP servers and tool integration in Claude Code
50 questionsEasy· 20Medium· 20Hard· 10
More in AI Tools & Coding Assistants
3 topics
3 topics
2 topics
2 topics
Guides for this subject
How it works · 11 min read
Why the agent stopped before it finished
You asked for five things and got one, with a confident summary and no error. An agent loop ends when the model writes a message containing no tool call — a judgement nothing checks against your task. The five ways a run ends early, each fingerprint, and the phrasing that fixes it.
How it works · 11 min read
Where you edit your prompt decides what it costs
The session was fast for twenty turns, then you added one line to the top of a file and the next answer crawled. A prompt cache is keyed on an exact prefix, so cost and latency depend on where you changed something, not how much. The ordering rule that falls out of it.
Troubleshooting · 9 min read
Your MCP server connects and the tools still do not run
The server is green, the tool count is right, and the model answers without touching any of it. That is a selection problem, not a connection problem: ten causes with distinct fingerprints, from a six-word description to the thirtieth tool that pushed the right one out of reach.