Courseiva

MB-910 Practice Question: Explore the core capabilities of customer engagement apps in Dynamics 365

Exhibit

{
  "emailMarketing": {
    "fromName": "Contoso Marketing",
    "fromEmail": "noreply@contoso.com",
    "replyToEmail": "support@contoso.com",
    "emailTemplate": "Newsletter Template",
    "segment": {
      "logicalName": "account",
      "criteria": [
        {
          "attribute": "revenue",
          "operator": "gte",
          "value": 1000000
        },
        {
          "attribute": "statecode",
          "operator": "eq",
          "value": 0
        }
      ]
    }
  }
}

Refer to the exhibit. A marketing user creates an email marketing configuration targeting accounts with revenue >= $1M and active status (statecode 0). The email fails to send, and the error indicates that the segment returned zero members. Which is the most likely reason?

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 segment is based on the account entity, but email marketing requires contacts or leads.

Email marketing segments in Dynamics 365 Marketing must be based on contacts or leads, not accounts directly. Option B is incorrect because statecode 0 means active, not inactive. Option C is unlikely as the error indicates the segment returned zero members, not a template issue. Option D is incorrect because revenue is typically stored as a currency/decimal type, so the comparison should work.

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 segment is based on the account entity, but email marketing requires contacts or leads.

    Why this is correct

    This is correct. Email marketing requires the segment to be based on contacts or leads; accounts cannot be directly targeted.

  • The statecode value 0 indicates inactive accounts.

    Why it's wrong here

    This is incorrect. Statecode 0 represents active accounts; inactive accounts use statecode 1 or 2.

  • The email template is missing a required dynamic field.

    Why it's wrong here

    This is incorrect. The error directly states that the segment returned zero members, not a template issue.

  • The revenue value is stored as a string, causing the comparison to fail.

    Why it's wrong here

    This is incorrect. Revenue is stored as a decimal/currency type, and the comparison with >= $1M is valid.

About these practice questions

Courseiva writes every MB-910 question from scratch — 941 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. 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.