MB-910 Describe Dynamics 365 Customer Insights Practice Question
Exhibit
Refer to the exhibit.
```json
{
"segment": {
"name": "HighValue",
"criteria": "Customer.TotalSpend > 10000"
}
}
```A marketer creates a segment in Dynamics 365 Customer Insights using the JSON shown. What will this segment contain?
⚠ Common exam trap
A common mix-up: candidates confuse a static attribute-based segment (like spend threshold) with predictive segments (like churn) or time-based segments (like new customers), leading them to pick options that sound plausible but are not supported by the JSON condition shown.
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 who have spent more than $10,000
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.
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 low spending
Why it's wrong here
The criteria is high spend.
- ✓
Customers who have spent more than $10,000
Why this is correct
The criteria is TotalSpend > 10000.
- ✗
Customers likely to churn
Why it's wrong here
No churn model is referenced.
- ✗
New customers acquired this month
Why it's wrong here
No date criteria present.
Go deeper
Related to this question
About these practice questions
This MB-910 question is part of Courseiva's 941-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
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.