AI-103 Implement Generative AI And Agentic Solutions Practice Question
You are building an advanced agentic solution in Azure AI Foundry that integrates with external line-of-business systems. Which THREE architectural patterns or features should you incorporate to ensure robustness and safety? (Choose THREE)
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
✓
Human-in-the-loop review for high-impact tool actions
Rate limiting, human-in-the-loop approvals, and robust exception handling with retries are essential for robust agentic integrations.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Human-in-the-loop review for high-impact tool actions
Why this is correct
Human approval prevents unintended data modifications or destructive API calls.
- ✗
Allowing the agent to execute any bash command directly on production servers without validation
Why it's wrong here
Unconstrained bash execution is catastrophic for security and stability.
- ✗
Disabling all logging and monitoring to maximize execution speed
Why it's wrong here
Disabling monitoring prevents debugging and auditing of agent tool executions.
- ✓
Exponential backoff and jitter retry logic for handling API rate limits (HTTP 429)
Why this is correct
Retry logic ensures transient errors and throttling do not crash the agent workflow.
- ✓
Structured Outputs with strict JSON Schema validation for tool payloads
Why this is correct
Strict JSON schemas guarantee that tool arguments are correctly formatted before API execution.
About these practice questions
One of 510 original AI-103 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official Microsoft exam blueprint
This AI-103 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-103 exam.