AI-200 Event Driven Integration Practice Question
You are building an event-driven application where messages sent to an Azure Service Bus queue must not be processed until a specific date and time in the future (e.g., 2 hours from now). What property should you set on the outgoing message?
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
✓
ScheduledEnqueueTimeUtc
Azure Service Bus supports scheduled messaging. You can set the ScheduledEnqueueTimeUtc property on a message so that it becomes available for consumption only at the specified time.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
TimeToLive
Why it's wrong here
TimeToLive determines how long a message stays in the queue before expiring, not when it becomes active.
- ✗
LockDuration
Why it's wrong here
LockDuration specifies how long a message remains locked while a consumer is processing it.
- ✓
ScheduledEnqueueTimeUtc
Why this is correct
ScheduledEnqueueTimeUtc delays message availability in the queue until the designated timestamp.
- ✗
SequenceNumber
Why it's wrong here
SequenceNumber is a read-only auto-incrementing integer assigned by the broker.
About these practice questions
One of 507 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.