AI-200 Event Driven Integration Practice Question
You are designing an enterprise AI event-driven pipeline. Events from multiple SaaS applications are published to an Azure Event Grid domain. You need to ensure that a rogue tenant cannot exhaust the delivery throughput of other tenants. Which feature should you leverage?
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
✓
Deploy separate Event Grid topics or distinct Event Domains per tenant with dedicated custom access keys or managed identities.
Azure Event Grid domains allow multi-tenant isolation by grouping topics under a single domain resource, and quotas/throttling are managed at the tier level, but for tenant isolation, separate Event Grid topics/domains or enterprise tier configurations are utilized.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Deploy separate Event Grid topics or distinct Event Domains per tenant with dedicated custom access keys or managed identities.
Why this is correct
Isolating tenants into separate topics or domains ensures resource and security isolation across tenant boundaries.
- ✗
Set the maximum delivery retry count to zero for all tenants.
Why it's wrong here
Disabling retries causes dropped messages on transient errors, which is not an isolation mechanism.
- ✗
Enable Azure DDoS Protection Standard on the storage account dead-letter container.
Why it's wrong here
DDoS protection defends network IPs against volumetric attacks, not application-level event domain isolation.
- ✗
Configure Service Bus partitioned queues in front of the Event Grid domain.
Why it's wrong here
Placing Service Bus in front of Event Grid reverses the standard architectural flow and adds unnecessary complexity.
About these practice questions
Courseiva writes every AI-200 question from scratch — 503 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.