AI-200 Event Driven Integration Practice Question
When designing an Azure Event Hubs streaming pipeline for AI telemetry, which THREE components or configurations are required to consume events reliably using the EventProcessorClient? Each correct answer represents a necessary element.
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
✓
A Checkpoint Store (such as an Azure Blob Storage container client)
Using EventProcessorClient requires an Event Hubs connection string, a consumer group, and a checkpoint store (such as Azure Blob Storage).
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
A Checkpoint Store (such as an Azure Blob Storage container client)
Why this is correct
The processor needs a checkpoint store to persist consumer progress and coordinate partitions.
- ✗
An active Azure Service Bus subscription connection
Why it's wrong here
EventProcessorClient does not require Service Bus subscriptions.
- ✓
An Event Hubs Consumer Group name
Why this is correct
Consumers must read from a specific consumer group.
- ✗
An Event Grid custom topic endpoint URL
Why it's wrong here
Event Grid is not part of the EventProcessorClient setup.
- ✓
Event Hubs connection string and Event Hub name
Why this is correct
Connection details are required to connect to the Event Hub.
Quick reference
Azure Blob Storage Tier Comparison
| Tier | Storage Cost | Retrieval Cost | Latency | Use Case |
|---|---|---|---|---|
| Hot | Highest | Lowest | Immediate | Active data, frequent reads |
| Cool | Lower | Higher | Immediate | Data accessed < once / month |
| Cold | Lower still | Higher | Immediate | Data accessed < once / quarter |
| Archive | Lowest | Highest + rehydration delay | Hours | Long-term compliance retention |
About these practice questions
One of 503 original AI-200 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.