Question 800 of 977
Describe Dynamics 365 Customer ServicemediumMultiple ChoiceObjective-mapped

Routing Rule Sets for Automatic Case Assignment and Prioritization

This MB-910 practice question tests your understanding of describe dynamics 365 customer service. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A customer service manager wants to automatically assign cases to the appropriate queue based on the customer's support tier (Gold, Silver, Bronze). Which Dynamics 365 Customer Service feature should be configured?

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

Set up Routing Rule Sets

Option B is correct because Routing Rule Sets allow automatic assignment of cases to queues based on conditions such as the customer's support tier (Gold, Silver, Bronze). This feature enables the manager to define rules that evaluate case attributes and route them to the appropriate queue without manual intervention. Option A is incorrect because Service Level Agreements (SLAs) define response and resolution time targets, not routing logic. Option C is incorrect because simply creating separate queues does not provide automatic routing; rules are needed to direct cases into those queues. Option D is incorrect because Unified Routing is a more advanced feature that may involve additional licensing and complexity, while Routing Rule Sets are the standard, straightforward solution for this scenario.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • Configure Service Level Agreements (SLAs)

    Why it's wrong here

    SLAs define response and resolution times, not routing.

  • Set up Routing Rule Sets

    Why this is correct

    Routing Rule Sets automatically assign cases to queues based on conditions like customer tier.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Create separate queues for each tier

    Why it's wrong here

    Queues are containers, not dynamic routing rules.

  • Enable Unified Routing

    Why it's wrong here

    Unified Routing is a premium feature for omnichannel routing, but traditional Routing Rules are sufficient.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Detailed technical explanation

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.

What to study next

Got this wrong? Here's your next step.

Identify which MB-910 exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.

Related practice questions

Related MB-910 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free MB-910 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this MB-910 question test?

Describe Dynamics 365 Customer Service — This question tests Describe Dynamics 365 Customer Service — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Set up Routing Rule Sets — Option B is correct because Routing Rule Sets allow automatic assignment of cases to queues based on conditions such as the customer's support tier (Gold, Silver, Bronze). This feature enables the manager to define rules that evaluate case attributes and route them to the appropriate queue without manual intervention. Option A is incorrect because Service Level Agreements (SLAs) define response and resolution time targets, not routing logic. Option C is incorrect because simply creating separate queues does not provide automatic routing; rules are needed to direct cases into those queues. Option D is incorrect because Unified Routing is a more advanced feature that may involve additional licensing and complexity, while Routing Rule Sets are the standard, straightforward solution for this scenario.

What should I do if I get this MB-910 question wrong?

Identify which MB-910 exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

4 more ways this is tested on MB-910

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. 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?

easy
  • A.queue-priority-high
  • B.queue-emea-high
  • C.queue-default
  • D.queue-emea

Why B: Option B is correct because the conditions match both criteria, and the queueId is 'queue-emea-high'. Other options are not referenced in the exhibit.

Variation 2. An organization wants to automatically categorize incoming cases based on keywords in the subject line. Which feature should be used?

medium
  • A.Copilot for Service
  • B.Routing rule set
  • C.SLA
  • D.Queue

Why B: Routing rule sets in Dynamics 365 Customer Service allow you to define conditions based on fields like the subject line to automatically categorize and route incoming cases. By specifying keywords in the subject line as conditions, the system can assign cases to the appropriate queue or support tier without manual intervention. This directly meets the requirement for automatic categorization based on subject line keywords.

Variation 3. A company wants to automatically prioritize cases based on customer tier and issue severity. Which feature should they configure in Dynamics 365 Customer Service?

medium
  • A.Service Level Agreement (SLA)
  • B.Entitlements
  • C.Routing rules
  • D.Dynamics 365 Copilot

Why C: Option C (Routing rules) is correct because routing rules can be configured to automatically prioritize cases based on criteria such as customer tier and issue severity. Option A (SLA) is incorrect because SLAs define response and resolution time commitments, not prioritization logic. Option B (Entitlements) is incorrect because entitlements specify the support coverage (e.g., number of incidents or hours) for a customer, not how to prioritize cases. Option D (Dynamics 365 Copilot) is incorrect because Copilot is an AI-powered assistant that helps with tasks like drafting responses, not for case prioritization.

Variation 4. A support manager wants to automatically prioritize cases based on customer tier and sentiment. Which feature should they configure?

medium
  • A.Unified Routing
  • B.Copilot for Service
  • C.Service Level Agreements (SLAs)
  • D.Omnichannel for Customer Service

Why A: Option A is correct because Unified Routing enables automatic prioritization of cases based on attributes such as customer tier and sentiment through configurable routing rules. Option B is incorrect because Copilot for Service provides AI-powered assistance to agents, not case routing. Option C is incorrect because Service Level Agreements (SLAs) define response and resolution time targets, not prioritization logic. Option D is incorrect because Omnichannel for Customer Service routes conversations across channels but relies on Unified Routing for prioritization.

Keep practising

More MB-910 practice questions

Last reviewed: Jun 21, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.