AI-200 Event Driven Integration Practice Question
You are troubleshooting an Azure Function triggered by an Azure Event Grid subscription. The function is failing to receive events. Which TWO diagnostic steps should you take in the Azure Portal or via Azure CLI? Each correct answer is a valid troubleshooting action.
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
✓
Inspect the configured dead-letter blob storage container for undelivered event files.
You can check Event Grid delivery metrics and inspect the dead-letter container if configured.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Inspect the configured dead-letter blob storage container for undelivered event files.
Why this is correct
If dead-lettering is enabled, failed events are archived in the storage container.
- ✗
Verify the AMQP listener port 5671 firewall rules on the function app.
Why it's wrong here
Event Grid webhooks communicate over HTTP/HTTPS, not AMQP.
- ✓
Check Event Grid metric charts for delivery failures, dropped events, and matched events.
Why this is correct
Event Grid metrics display delivery success and failure counts.
- ✗
Review Service Bus session lock renewal logs.
Why it's wrong here
The scenario involves Event Grid and Azure Functions, not Service Bus sessions.
- ✗
Check Event Hubs consumer group checkpoint offset status.
Why it's wrong here
Event Hubs checkpoints do not apply to Event Grid triggers.
About these practice questions
This AI-200 question is part of Courseiva's 503-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 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-200 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-200 exam.