Question 290 of 977
Describe Dynamics 365 Customer InsightsmediumMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is that this segment identifies customers with medium spending between 500 and 2000. This is correct because the segment definition in Dynamics 365 Customer Insights uses a 'between' range operator to filter numeric data, setting both a lower bound of 500 and an upper bound of 2000, which captures all customers whose total spending falls inclusively within that interval. On the Microsoft Dynamics 365 Fundamentals CRM MB-910 exam, this tests your understanding of how segment builders apply conditional logic to customer attributes, often appearing in scenario-based exhibits where you must interpret the purpose of a defined rule. A common trap is confusing 'between' with 'greater than' or 'less than' operators, which would exclude the boundary values or create open-ended ranges. Remember the memory tip: "Between means both ends are in," so the segment includes customers spending exactly 500 or 2000, not just those in the middle.

MB-910 Describe Dynamics 365 Customer Insights Practice Question

This MB-910 practice question tests your understanding of describe dynamics 365 customer insights. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. 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

Refer to the exhibit.

{
  "segments": [
    {
      "name": "HighValueCustomers",
      "criteria": {
        "operator": "and",
        "conditions": [
          {"field": "TotalPurchaseAmount", "operator": "greaterThan", "value": 500},
          {"field": "TotalPurchaseAmount", "operator": "lessThan", "value": 2000}
        ]
      }
    }
  ]
}

You are reviewing the exhibit of a segment definition in Customer Insights - Data. What is the purpose of this segment?

Question 1mediummultiple choice
Full question →

Exhibit

Refer to the exhibit.

{
  "segments": [
    {
      "name": "HighValueCustomers",
      "criteria": {
        "operator": "and",
        "conditions": [
          {"field": "TotalPurchaseAmount", "operator": "greaterThan", "value": 500},
          {"field": "TotalPurchaseAmount", "operator": "lessThan", "value": 2000}
        ]
      }
    }
  ]
}

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

Identify customers with medium spending between 500 and 2000

Option C is correct because the segment definition in Customer Insights - Data uses a condition that filters for customers whose total spending falls within the range of 500 to 2000, inclusive. This is a typical numeric range condition in a segment builder, where the 'between' operator defines a lower and upper bound to capture medium-spending customers.

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.

  • Identify customers with high spending above 2000

    Why it's wrong here

    The condition requires less than 2000, so high spenders are excluded.

  • Identify all customers

    Why it's wrong here

    The segment has conditions, so it does not include all customers.

  • Identify customers with medium spending between 500 and 2000

    Why this is correct

    The segment includes customers with TotalPurchaseAmount between 500 and 2000.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Identify customers with low spending below 500

    Why it's wrong here

    The condition requires greater than 500, so low spenders are excluded.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may misread the 'between' operator as exclusive or confuse it with a single threshold, leading them to select options that describe spending above or below a single value rather than a range.

Detailed technical explanation

How to think about this question

In Customer Insights - Data, segment definitions are built using the segment builder UI, which translates conditions into SQL-like queries against the unified customer profile. The 'between' operator is inclusive on both ends, meaning customers with exactly 500 or 2000 spending are included. This is important for precise segmentation in marketing campaigns, where misclassifying boundary values could lead to incorrect targeting.

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.

TExam Day Tips

  • 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 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. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. 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.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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 Insights — This question tests Describe Dynamics 365 Customer Insights — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Identify customers with medium spending between 500 and 2000 — Option C is correct because the segment definition in Customer Insights - Data uses a condition that filters for customers whose total spending falls within the range of 500 to 2000, inclusive. This is a typical numeric range condition in a segment builder, where the 'between' operator defines a lower and upper bound to capture medium-spending customers.

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

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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

Last reviewed: Jun 24, 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.