Courseiva
Event Driven IntegrationmediumMultiple ChoiceObjective-mapped

AI-200 Event Driven Integration Practice Question

You are designing an enterprise messaging solution using Azure Service Bus. You need to ensure that messages published within a transaction (involving multiple messages sent to different queues) either all succeed or all fail together. What feature should you use?

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

Service Bus client transaction scope (TransactionScope in .NET)

Azure Service Bus supports transactions using .NET TransactionScope or SendVia features, allowing multiple messages to be sent transactionally within the same messaging namespace.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Storage Account atomic blob leases

    Why it's wrong here

    Blob leases manage concurrent write locks on files, not messaging transactions.

  • Event Grid atomic batch publishing mode

    Why it's wrong here

    Event Grid batching sends multiple events, but does not provide distributed transaction rollbacks across queues.

  • Event Hubs transaction coordinator checkpointing

    Why it's wrong here

    Event Hubs checkpointing tracks consumer progress, not multi-message transactional publisher guarantees.

  • Service Bus client transaction scope (TransactionScope in .NET)

    Why this is correct

    Service Bus supports ambient transactions via TransactionScope, ensuring atomic send/receive operations across entities within the same namespace.

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 →

How Courseiva writes practice questions · Editorial policy

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.