Question 324 of 977
Describe Dynamics 365 Customer ServicehardMultiple ChoiceObjective-mapped

Quick Answer

The answer is that the case priority will be set to High. This occurs because the routing rule set evaluates conditions in a top-down, sequential manner, and when a case is created for a Gold customer with Critical severity, both specified conditions are met, triggering the corresponding action to assign High priority. In the Microsoft Dynamics 365 Fundamentals CRM MB-910 exam, this scenario tests your understanding of how condition evaluation logic works within Customer Service routing rule sets—specifically, that all conditions in a rule must be true for the action to execute, and the system does not skip or default to a lower priority unless explicitly defined. A common trap is assuming that unmatched conditions cause an error or that the rule set applies a default value, but the correct logic is that the rule simply applies its action when all conditions are satisfied. Memory tip: think of it like a checklist—every box must be ticked for the action to fire, and if it does, the result is immediate and explicit.

MB-910 Describe Dynamics 365 Customer Service Practice Question

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.

Exhibit

{
  "name": "Case Priority Rule",
  "conditions": [
    {
      "attribute": "customer_tier",
      "operator": "equals",
      "value": "Gold"
    },
    {
      "attribute": "severity",
      "operator": "equals",
      "value": "Critical"
    }
  ],
  "action": "Set priority to High"
}

Refer to the exhibit. A Dynamics 365 Customer Service administrator configures the routing rule set shown. What will happen when a case is created for a Gold customer with Critical severity?

Question 1hardmultiple choice
Review the full routing breakdown →

Exhibit

{
  "name": "Case Priority Rule",
  "conditions": [
    {
      "attribute": "customer_tier",
      "operator": "equals",
      "value": "Gold"
    },
    {
      "attribute": "severity",
      "operator": "equals",
      "value": "Critical"
    }
  ],
  "action": "Set priority to High"
}

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 case priority will be set to High.

Option A is correct because both conditions are met, so the action sets priority to High. Option B is wrong because no conditions are unmet. Option C is wrong because the rule does not specify a low priority. Option D is wrong because the rule applies to this combination.

Key principle: NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.

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 case priority will remain unchanged.

    Why it's wrong here

    The rule will execute because conditions are met.

  • The case priority will be set to Low.

    Why it's wrong here

    The rule sets priority to High, not Low.

  • The case will be blocked from creation.

    Why it's wrong here

    No blocking action is defined.

  • The case priority will be set to High.

    Why this is correct

    Both conditions are true, so the action is applied.

    Related concept

    Static NAT maps one inside address to one outside address.

Common exam traps

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Detailed technical explanation

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

Key takeaway

NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related MB-910 NAT questions on configuration and troubleshooting.

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 — Static NAT maps one inside address to one outside address..

What is the correct answer to this question?

The correct answer is: The case priority will be set to High. — Option A is correct because both conditions are met, so the action sets priority to High. Option B is wrong because no conditions are unmet. Option C is wrong because the rule does not specify a low priority. Option D is wrong because the rule applies to this combination.

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

Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related MB-910 NAT questions on configuration and troubleshooting.

What is the key concept behind this question?

Static NAT maps one inside address to one outside address.

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

1 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. A Dynamics 365 Customer Service administrator has configured the routing rule set as shown. A case is created with priority 'High' and origin 'Phone'. Which queue will it be assigned to?

medium
  • A.An error occurs
  • B.StandardQueue
  • C.No queue assigned
  • D.PremiumSupportQueue

Why C: Option D is correct because the case does not match the condition of the first rule (origin is Phone, not Email) nor the second rule (priority is High, not Normal, and origin is Phone, not Web). Since no rule matches, the case is not assigned to any queue defined in the rule set. Option A is wrong because PremiumSupportQueue requires origin Email. Option B is wrong because StandardQueue requires priority Normal or origin Web. Option C is wrong because no match means no assignment.

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.