AI-102 Implement agentic AI solutions Practice Question
A company wants to deploy an agent using Azure Bot Service that integrates with Microsoft Teams. Which THREE steps should the team take?
⚠ Common exam trap
A common mix-up: candidates assume hosting (Azure Function) or language choice (C#) are mandatory steps, when in fact the three required steps are always: register the bot in Azure, build with the SDK, and create the Teams app manifest.
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
✓
Use the Bot Framework SDK to build the bot with Teams-specific features.
The Bot Framework SDK provides the necessary APIs and tools to build bots that can leverage Teams-specific features such as adaptive cards, messaging extensions, and task modules. Without the SDK, you cannot implement the channel-specific logic required for Teams integration.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Use the Bot Framework SDK to build the bot with Teams-specific features.
Why this is correct
SDK provides Teams integration capabilities.
- ✓
Create a Teams app manifest file with bot configuration.
Why this is correct
Manifest defines the bot's identity in Teams.
- ✓
Register the bot in the Azure portal and obtain a Microsoft App ID.
Why this is correct
Registration is required for authentication.
- ✗
Deploy the bot code to an Azure Function.
Why it's wrong here
Azure Functions is not mandatory; other hosting options exist.
- ✗
Write the bot in C# using Azure SDK for .NET.
Why it's wrong here
Bot can be written in multiple languages.
Go deeper
Related to this question
About these practice questions
Courseiva writes every AI-102 question from scratch — 945 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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.