Question 212 of 977
Describe Dynamics 365 Customer InsightseasyMultiple ChoiceObjective-mapped

Quick Answer

The answer is customers with TotalSpend more than 5000. This is correct because the attribute-based segment builder conditions in Dynamics 365 Customer Insights use logical operators like “greater than” to filter records based on numeric attribute values. When a condition specifies TotalSpend greater than 5000, the segment includes only those customer records where the TotalSpend field exceeds that threshold, excluding any value equal to or below 5000. On the Microsoft Dynamics 365 Fundamentals CRM MB-910 exam, this tests your understanding of how segments are constructed using attribute conditions rather than activity or relationship rules. A common trap is confusing “greater than” with “greater than or equal to,” which would also include exactly 5000. Remember the memory tip: “Greater than is strictly above—no ties allowed.”

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.

{
  "segment": {
    "name": "HighValueCustomers",
    "criteria": {
      "measure": "TotalSpend",
      "operator": "greaterThan",
      "value": 5000
    }
  }
}

A marketer creates the segment shown. Which customers will be included?

Question 1easymultiple choice
Full question →

Exhibit

Refer to the exhibit.

{
  "segment": {
    "name": "HighValueCustomers",
    "criteria": {
      "measure": "TotalSpend",
      "operator": "greaterThan",
      "value": 5000
    }
  }
}

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

Customers with TotalSpend more than 5000

The segment shown uses a condition that filters customers based on the 'TotalSpend' attribute being greater than 5000. In Dynamics 365 Customer Insights, segments are built using attribute conditions, and the operator 'greater than' (>) includes only records where the numeric value exceeds the specified threshold. Therefore, customers with a TotalSpend value above 5000 are included in the segment.

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.

  • Customers with TotalSpend more than 5000

    Why this is correct

    Matches the criteria.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Customers with TotalSpend less than 5000

    Why it's wrong here

    Opposite condition.

  • All customers with any TotalSpend

    Why it's wrong here

    Condition filters.

  • Customers with TotalSpend exactly 5000

    Why it's wrong here

    greaterThan excludes 5000.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse 'greater than' with 'greater than or equal to', assuming the threshold value is included, but the segment explicitly uses 'greater than' which excludes the boundary value of 5000.

Detailed technical explanation

How to think about this question

In Dynamics 365 Customer Insights, segment conditions are evaluated against the Customer Data Platform (CDP) data model, where numeric attributes like TotalSpend are stored as decimal or integer types. The 'greater than' operator performs a strict numeric comparison, excluding null values and non-numeric data. This behavior aligns with standard SQL WHERE clause semantics, where 'TotalSpend > 5000' returns only rows with values strictly greater than 5000, not including 5000 itself.

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: Customers with TotalSpend more than 5000 — The segment shown uses a condition that filters customers based on the 'TotalSpend' attribute being greater than 5000. In Dynamics 365 Customer Insights, segments are built using attribute conditions, and the operator 'greater than' (>) includes only records where the numeric value exceeds the specified threshold. Therefore, customers with a TotalSpend value above 5000 are included in the segment.

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

Same concept, more angles

3 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. A marketing manager wants to use Dynamics 365 Customer Insights to create a segment of customers who have purchased a product in the last 30 days and have a high lifetime value score (above 80). The data resides in a unified customer profile entity that includes 'purchase date' and 'lifetime value score' fields. How should the manager build this segment?

easy
  • A.Use the segment builder with conditions: purchase date is in last 30 days AND lifetime value score > 80.
  • B.Define a relationship between the customer and purchase tables.
  • C.Create a measure that calculates the average purchase date and lifetime value score.
  • D.Run an enrichment to add external data and then manually filter the list.

Why A: Option A is correct because Dynamics 365 Customer Insights allows users to build segments directly from the unified customer profile using the segment builder. The manager can add conditions on the 'purchase date' field (e.g., 'in the last 30 days') and the 'lifetime value score' field (e.g., 'greater than 80') to create a dynamic segment that automatically updates as data changes. This approach leverages the built-in time-based and numeric filters without needing additional relationships, measures, or enrichments.

Variation 2. A marketing team wants to create a segment of customers who have made a purchase in the last 30 days. Which Customer Insights capability should they use?

easy
  • A.Predictive scoring
  • B.Segmentation
  • C.Data unification
  • D.Measures

Why B: Segmentation allows creating dynamic segments based on conditions. Option A is correct because segmentation is the feature for grouping customers.

Variation 3. A marketer creates a segment in Dynamics 365 Customer Insights using the JSON shown. What will this segment contain?

easy
  • A.Customers with low spending
  • B.Customers who have spent more than $10,000
  • C.Customers likely to churn
  • D.New customers acquired this month

Why B: Option B is correct because the JSON segment definition includes a condition that filters customers based on 'totalSpend' being greater than 10000. In Dynamics 365 Customer Insights, segments are built using attribute-based rules, and this JSON explicitly defines a numeric comparison on the 'totalSpend' field, which directly corresponds to customers who have spent more than $10,000.

Keep practising

More MB-910 practice questions

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.