AI-200 Event Driven Integration Practice Question
You are designing a multi-tenant AI ingestion pipeline using Azure Event Hubs. You need to ensure that low-priority tenants cannot starve high-priority tenants of partition resources. Which feature should you implement?
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 Hubs namespaces for high-priority and low-priority tenants.
Event Hubs Dedicated clusters support capacity management and partitioning strategies, but for fine-grained client isolation, developers can use Partition Key isolation or separate namespaces.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Set the Capture interval to 60 seconds for low-priority partitions.
Why it's wrong here
Capture interval affects storage archiving frequency, not ingestion resource allocation.
- ✓
Deploy separate Event Hubs namespaces for high-priority and low-priority tenants.
Why this is correct
Separate namespaces provide complete physical and resource isolation, preventing noisy-neighbor problems.
- ✗
Configure RBAC permissions to restrict low-priority tenants to Reader roles.
Why it's wrong here
Producers need Write permissions to ingest data; RBAC does not solve resource throttling or starvation.
- ✗
Enable Azure DDoS Protection Standard on the Event Hubs consumer group.
Why it's wrong here
DDoS protection defends against volumetric network attacks, not application-level tenant resource starvation.
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.