Courseiva
Describe Dynamics 365 FinancemediumMultiple ChoiceObjective-mapped

MB-920 Describe Dynamics 365 Finance Practice Question

Exhibit

Refer to the exhibit.

{
  "DataEntity": "GeneralJournalAccountEntry",
  "Fields": ["MainAccount", "TransactionCurrency", "AmountInTransactionCurrency", "PostingLayer", "AccountingDate"],
  "Filter": "PostingLayer eq 'Current' and AccountingDate ge 2025-01-01"
}

You are using the data management framework to export general journal entries from Dynamics 365 Finance. The exhibit shows a data export job configuration. Which data entity is being exported?

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

GeneralJournalAccountEntry

The exhibit shows "DataEntity": "GeneralJournalAccountEntry", so that is the entity being exported. Option D is correct. Option A (DimensionSetEntry) is for dimension sets, not general journal entries. Option B (GeneralJournalTransaction) is for individual transaction lines. Option C (GeneralJournalEntry) is for the journal header. Only GeneralJournalAccountEntry contains the detailed account-level lines.

Answer analysis

Option-by-option breakdown

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

  • DimensionSetEntry

    Why it's wrong here

    DimensionSetEntry is for financial dimension values, not journal entries.

  • GeneralJournalTransaction

    Why it's wrong here

    GeneralJournalTransaction is not a standard data entity name in Dynamics 365 Finance.

  • GeneralJournalEntry

    Why it's wrong here

    GeneralJournalEntry is a different data entity that does not include account-level details.

  • GeneralJournalAccountEntry

    Why this is correct

    The configuration specifies "DataEntity": "GeneralJournalAccountEntry".

About these practice questions

One of 930 original MB-920 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

Same concept, more angles

1 more way this is tested on MB-920

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. Refer to the exhibit. The SQL-like query is used to retrieve data from Dynamics 365 Finance. What does this query return?

medium
  • A.All general journal entries for a specific main account.
  • B.Main accounts with total debits greater than 10,000, ordered by total descending.
  • C.Main accounts with total amounts less than 10,000, ordered ascending.
  • D.All main accounts with any activity in 2025.

Why B: The query selects MainAccount and sum of Amount from GeneralJournalEntry for a specific date range, groups by MainAccount, filters groups with total amount > 10000, and orders by total descending. Option A is wrong because it does not filter by a specific account. Option C is wrong because it returns only accounts with total > 10000. Option D is wrong because it is not ordered ascending.

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.