AI-102 Plan and manage an Azure AI solution Practice Question
You are deploying an Azure AI multi-agent solution on Microsoft Foundry. The solution uses three agents that must share context and pass tasks among themselves. To ensure reliable orchestration and traceability, which agent pattern should you implement?
⚠ Common exam trap
Candidates often confuse the sequential pattern with the parallel pattern, assuming that 'sharing context' implies concurrent execution, but the question's emphasis on 'reliable orchestration and traceability' explicitly requires ordered, non-concurrent task handoff.
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
✓
Sequential agent pattern
The sequential agent pattern is correct because the scenario requires agents to share context and pass tasks among themselves in a reliable, traceable manner. In Microsoft Foundry, the sequential pattern ensures each agent executes in a defined order, passing state and results to the next agent, which provides clear orchestration and full traceability of the workflow.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Parallel agent pattern
Why it's wrong here
Parallel pattern is for concurrent execution, not sequential handoffs and context sharing.
- ✓
Sequential agent pattern
Why this is correct
Sequential pattern ensures ordered task execution with clear handoffs and traceability.
- ✗
Sub-agent pattern
Why it's wrong here
Sub-agent pattern is for delegating tasks to sub-agents within a single agent, not for orchestrating multiple independent agents.
- ✗
Custom agent pattern
Why it's wrong here
Custom pattern lacks built-in orchestration and traceability guarantees.
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.