AI-200 Event Driven Integration Practice Question
You are designing a multi-tenant AI document processing system. Tenants upload documents, and events are dispatched via Azure Event Grid. You need to ensure that tenant isolation is maintained and that events are securely delivered to tenant-specific webhook endpoints using Azure AD (Entra ID) authentication. Which authentication mechanism should you configure on the Event Grid subscription?
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
✓
Configure a Managed Identity and Microsoft Entra ID authentication on the Event Grid webhook subscription destination.
Event Grid supports delivering events to webhook endpoints secured by Microsoft Entra ID by configuring an Azure AD application and managed identity.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Configure a Managed Identity and Microsoft Entra ID authentication on the Event Grid webhook subscription destination.
Why this is correct
Event Grid supports native Azure AD authentication using managed identities to securely push events to webhook endpoints.
- ✗
Configure a Shared Access Signature (SAS) token on the Event Grid topic endpoint.
Why it's wrong here
SAS tokens are used for client publishing or storage access, whereas event delivery to webhooks uses Entra ID or webhook secret validation.
- ✗
Attach an IP firewall rule on the Event Grid namespace to restrict delivery sources.
Why it's wrong here
Firewalls restrict inbound connections to Event Grid, but do not authenticate outbound event deliveries to external webhooks.
- ✗
Enable Basic Authentication with a static API key in the Event Grid subscription schema settings.
Why it's wrong here
Event Grid does not support Basic Authentication for webhook deliveries.
About these practice questions
Courseiva writes every AI-200 question from scratch — 507 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 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.