Courseiva

MB-920 Practice Question: Describe the core capabilities of the finance and operations apps

Exhibit

Refer to the exhibit.

<Query>
  <Entity name="CustInvoiceJour" />
  <Fields>
    <Field name="InvoiceId" />
    <Field name="InvoiceAmount" />
    <Field name="DueDate" />
  </Fields>
  <Filters>
    <Filter field="InvoiceAmount" operator="gt" value="10000" />
  </Filters>
</Query>

Refer to the exhibit. A developer creates a data entity query to export invoice data. What will the query return?

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

Invoices with an amount greater than 10,000

Invoices with an amount greater than 10,000. The filter uses the 'gt' (greater than) operator on InvoiceAmount with value 10000, so it returns invoices where InvoiceAmount > 10000. Option A is wrong because it says less than 10,000. Option C is wrong because the filter is on amount, not InvoiceId. Option D is wrong because there is no date filter.

Answer analysis

Option-by-option breakdown

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

  • Invoices with an amount less than 10,000

    Why it's wrong here

    Operator is gt (greater than), not lt.

  • Invoices with an amount greater than 10,000

    Why this is correct

    Filter selects invoices where InvoiceAmount > 10000.

  • Invoices with InvoiceId greater than 10000

    Why it's wrong here

    Filter is on InvoiceAmount, not InvoiceId.

  • All invoices due after today

    Why it's wrong here

    No filter on DueDate.

About these practice questions

This MB-920 question is part of Courseiva's 930-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 →

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.