Courseiva
Describe Dynamics 365 FinancehardMultiple ChoiceObjective-mapped

MB-920 Describe Dynamics 365 Finance Practice Question

Exhibit

Refer to the exhibit.

{
  "FinancialDimensions": {
    "Dimensions": [
      {
        "Name": "Department",
        "Values": ["Sales", "Marketing", "IT"],
        "Active": true
      },
      {
        "Name": "CostCenter",
        "Values": ["CC001", "CC002", "CC003"],
        "Active": true
      }
    ],
    "AccountStructure": {
      "MainAccount": 7,
      "Department": 3,
      "CostCenter": 4
    }
  }
}

Refer to the exhibit. A user tries to post a journal with the account string 1234567-IT-CC001. The general ledger account structure requires main account (7 characters), department (3 characters), and cost center (4 characters). The system rejects the entry. What 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 department segment length is incorrect.

The department segment 'IT' is only 2 characters long, but the account structure requires a department of 3 characters. This violation of segment length causes the journal to be rejected. Option A is incorrect because the cost center segment length is not the primary issue (though it may also be incorrect). Option C is incorrect because the main account segment '1234567' has exactly 7 characters. Option D is incorrect because the issue is segment length, not the existence of the department value.

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 cost center segment length is incorrect.

    Why it's wrong here

    Cost center is 4 characters, correct.

  • The department segment length is incorrect.

    Why this is correct

    Department expects 3 characters but 'IT' is 2.

  • The main account segment length is incorrect.

    Why it's wrong here

    Main account is 7 characters, correct.

  • The department value does not exist in the dimension values.

    Why it's wrong here

    The value 'IT' exists in the list.

About these practice questions

Courseiva writes every MB-920 question from scratch — 930 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-920 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-920 exam.