AI-102 Plan and manage an Azure AI solution Practice Question
Exhibit
Refer to the exhibit.
{
"name": "MyBot",
"kind": "bot",
"location": "westus",
"properties": {
"displayName": "MyBot",
"description": "Customer service bot",
"endpoint": "https://mybot.azurewebsites.net/api/messages",
"msaAppId": "12345678-1234-1234-1234-123456789012",
"luisAppIds": [],
"developerAppInsightsKey": "<key>",
"developerAppInsightsApplicationId": "<appId>"
}
}You see the exhibit representing an Azure Bot resource configuration. The bot is not responding to user messages. What should you verify first?
⚠ Common exam trap
The trap here is that candidates often jump to authentication or AI service configuration issues, but the most immediate and common cause of a non-responsive bot is a simple connectivity or endpoint misconfiguration.
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
✓
Check that the endpoint URL is correct and the web app is running
The most common reason a bot fails to respond to user messages is that the endpoint URL configured in the Azure Bot resource does not match the actual URL of the running web app, or the web app itself is stopped or unresponsive. Without a correct and reachable endpoint, the Bot Framework Service cannot forward messages to the bot's message handler, causing a complete communication breakdown.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Check that the endpoint URL is correct and the web app is running
Why this is correct
The bot's web app must be running and the endpoint must be reachable.
- ✗
Ensure that LUIS app IDs are provided
Why it's wrong here
LUIS is optional; bot can work without it.
- ✗
Verify that the Application Insights key is valid
Why it's wrong here
Application Insights is for telemetry, not required for bot functionality.
- ✗
Confirm that the msaAppId is a valid GUID
Why it's wrong here
The msaAppId appears valid but does not affect responsiveness.
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.