AI agent interview questions
Agent interviews test one thing above all: whether you can say when an agent is the wrong answer. Beyond that, they probe the loop (what ends it, and how you know it ended for the right reason), tool design, what the agent remembers and forgets, when more than one agent earns its cost, and how any of it gets evaluated. 74 questions below, with answers, ordered easy to hard.
The highest-signal answer in the whole topic. Autonomy is a cost you justify, not a default, and the strongest candidates price it before reaching for it.
A finish action, no-progress detection, and budgets for steps and tokens. An agent whose only exit is a step cap has no stopping rule, just a fire alarm.
Tool descriptions are instructions the model reads, so their design is part of the prompt. Memory is four separate problems, not one.
Per-step success multiplies, so long runs decay fast. Trajectories get evaluated, not just final answers, and cost is counted per resolved task including the failures.
If you would rather learn it in order than answer questions cold, the Agent Engineering course builds one agent across the whole thing: write the loop, make it survive being killed mid-action, then measure it. The concept pages cover the ideas underneath one at a time.
