Implement an agentic solution

Create and deploy custom AI agents using Microsoft Foundry Agent Service and Agent Framework.

Covers understanding agent roles and use cases, configuring resources for agent development, and creating agents with Microsoft Foundry Agent Service. Includes implementing complex agents with Microsoft Agent Framework, building multi-agent solutions with orchestration, handling multiple users, and enabling autonomous capabilities. Also covers testing, optimizing, and deploying agents effectively.
5 minutes 5 Questions

Implementing an agentic solution in Azure involves creating AI systems that can autonomously perform tasks, make decisions, and interact with various tools and data sources to achieve specific goals. An agentic solution goes beyond simple question-answering by enabling the AI to plan, execute multi…

Concepts covered: Understanding agent roles and use cases, Configuring resources for agent development, Creating agents with Microsoft Foundry Agent Service, Implementing complex agents with Agent Framework, Implementing multi-agent orchestration workflows, Testing, optimizing, and deploying agents

Test mode:
AI-102 - Implement an agentic solution Example Questions

Test your knowledge of Implement an agentic solution

Question 1

What is the primary function of the presence_penalty parameter when configuring Azure OpenAI model deployments for agent optimization?

Question 2

What is the primary purpose of using semantic functions in the Semantic Kernel framework when implementing complex agents?

Question 3

A media streaming company is implementing an Azure AI content moderation system that processes user-uploaded videos through multiple specialized agents. The workflow includes: a speech transcription agent (15 seconds per minute of video), a visual content scanning agent (10 seconds per minute), a sentiment analysis agent (8 seconds), and a policy enforcement agent (5 seconds). Business rules require that transcription and visual scanning must both complete before sentiment analysis begins, as sentiment depends on both audio and visual context. The policy enforcement agent needs results from all three previous agents to make final approval decisions. During testing, you notice that 30% of videos fail visual scanning due to poor quality, but these still require transcription and sentiment analysis for audio content alone, while policy enforcement must adapt its criteria based on which data sources are available. The platform handles 10,000 video uploads daily with lengths varying from 30 seconds to 10 minutes. Which orchestration design pattern should you implement to handle conditional agent execution paths based on intermediate results while maintaining efficient parallel processing where possible?

More Implement an agentic solution questions
214 questions (total)