MB-910 Describe Dynamics 365 Customer Service Practice Question
Refer to the exhibit.
{
"routes": [
{
"name": "Priority Routing",
"conditions": [
{"attribute": "prioritycode", "operator": "eq", "value": 2},
{"attribute": "new_region", "operator": "eq", "value": "EMEA"}
],
"queueId": "queue-emea-high"
}
]
}A case with prioritycode = 2 and new_region = 'EMEA' is created. To which queue will it be routed?
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
✓
queue-emea-high
The conditions match both criteria, and the queueId is 'queue-emea-high'. Other options are not referenced in the exhibit.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
queue-priority-high
Why it's wrong here
There is no queue with that name in the exhibit.
- ✓
queue-emea-high
Why this is correct
Correct: The routing rule matches and routes to queue-emea-high.
- ✗
queue-default
Why it's wrong here
No default queue is specified; the rule explicitly targets queue-emea-high.
- ✗
queue-emea
Why it's wrong here
The queueId is queue-emea-high, not queue-emea.
Go deeper
Related to this question
About these practice questions
One of 941 original MB-910 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 by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This MB-910 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 MB-910 exam.