Courseiva
Describe Dynamics 365 Customer ServicemediumMultiple ChoiceObjective-mapped

MB-910 Describe Dynamics 365 Customer Service Practice Question

Exhibit

Refer to the exhibit. The following JSON configures a routing rule in Dynamics 365 Customer Service:

{
  "name": "HighPriorityRoute",
  "conditions": [
    {
      "field": "prioritycode",
      "operator": "eq",
      "value": 1
    }
  ],
  "queueId": "HighPriorityQueue"
}

Refer to the exhibit. The routing rule is configured but cases with priority 1 are not being routed to the HighPriorityQueue. What is the most likely cause?

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

The routing rule is not published (active)

Routing rules must be published (active) to take effect. If the rule is not active, cases will not be routed to the queue. Option B is incorrect because a non-existent queue would typically produce a different error, but the issue described points to an inactive rule. Option C is incorrect because incorrect JSON syntax would cause a validation error upon saving, not a silent failure. Option D is incorrect because Omnichannel for Customer Service is not required for basic routing rules; it is an add-on for unified routing.

Answer analysis

Option-by-option breakdown

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

  • The routing rule is not published (active)

    Why this is correct

    Rules must be published to become active.

  • The queue does not exist

    Why it's wrong here

    If the queue didn't exist, the rule would still be created but would fail at runtime.

  • The JSON syntax is incorrect

    Why it's wrong here

    The JSON is syntactically correct.

  • Omnichannel for Customer Service is not enabled

    Why it's wrong here

    Routing rules work without Omnichannel.

About these practice questions

Courseiva writes every MB-910 question from scratch — 941 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 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.