Courseiva
Describe Dynamics 365 Customer InsightsmediumMultiple ChoiceObjective-mapped

MB-910 Describe Dynamics 365 Customer Insights Practice Question

Exhibit

Refer to the exhibit.

```json
{
  "dataSource": {
    "name": "SalesData",
    "kind": "Dynamics365",
    "entities": [
      {
        "name": "Account",
        "fields": ["accountid", "name", "revenue"]
      }
    ]
  }
}
```

An administrator is configuring a data source in Dynamics 365 Customer Insights using the provided JSON. What is the purpose of this configuration?

⚠ Common exam trap

Many candidates confuse the initial data ingestion step with downstream activities like segmentation or prediction, not recognizing that the JSON's purpose is solely to define where and how data enters the system.

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

To ingest data from Dynamics 365

The JSON configuration defines a data source connection to Dynamics 365, specifying the entity and field mappings required to ingest data into Customer Insights. This is the foundational step for bringing customer data into the system for unification, enrichment, and analysis.

Answer analysis

Option-by-option breakdown

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

  • To run a prediction model

    Why it's wrong here

    No prediction model is defined.

  • To ingest data from Dynamics 365

    Why this is correct

    The data source is set to Dynamics365.

  • To create a customer segment

    Why it's wrong here

    The JSON defines a data source, not a segment.

  • To calculate a measure

    Why it's wrong here

    No measure calculation is defined.

About these practice questions

One of 941 original MB-910 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

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.