AI-102 Implement an agentic solution Practice Question
You are developing an agentic solution that uses multiple agents to handle customer inquiries. You need to ensure that agents can hand off to each other with full context. Which THREE features should you use?
⚠ Common exam trap
Azure AI often tests the distinction between features that enable inter-agent communication (like Shared Memory and Threads) versus features that extend agent capabilities (like function calling), leading candidates to mistakenly select function calling for context sharing.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Shared Memory
Shared Memory (B) is correct because it allows multiple agents to access and update a common data store, ensuring that when one agent hands off to another, the full conversation history and context are preserved. This is essential for maintaining continuity in multi-agent systems, as each agent can read the shared state to understand what has been discussed and decided.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
KQL
Why it's wrong here
KQL is for querying Azure Data Explorer.
- ✓
Shared Memory
Why this is correct
Shared Memory allows agents to persist and share state across handoffs.
- ✓
Agent Handoff
Why this is correct
Agent Handoff allows one agent to pass control to another with context.
- ✓
Threads
Why this is correct
Threads store conversation history that can be passed during handoff.
- ✗
Function calling
Why it's wrong here
Function calling is for tool integration, not agent handoff.
Go deeper
Related to this question
About these practice questions
This AI-102 question is part of Courseiva's 945-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AI-102 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-102 exam.