MB-920 Describe Dynamics 365 Finance Practice Question
Exhibit
Refer to the exhibit. KQL query: FinanceTransactions | where Date >= datetime(2023-01-01) and Date < datetime(2024-01-01) | summarize TotalAmount = sum(Amount) by AccountCategory | top 5 by TotalAmount desc
Refer to the exhibit. A Dynamics 365 Finance analyst runs the KQL query shown against the FinanceTransactions table. What is the result?
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
✓
Top 5 account categories by total amount for 2023
The query filters for Year == 2023, groups by AccountCategory, sums the Amount for each category, orders by total amount descending, and uses take 5 to return the top 5 categories. Option A is incorrect because it says 'all account categories' but the query only returns the top 5. Option B is incorrect because it suggests grouping by month, while the query groups by AccountCategory. Option C is incorrect because it refers to 2024, but the filter is for 2023.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
All account categories with their total amounts for 2023
Why it's wrong here
Uses top 5, not all.
- ✗
Monthly total amounts for each account category in 2023
Why it's wrong here
No monthly grouping.
- ✗
Top 5 account categories by total amount for 2024
Why it's wrong here
Filter is for 2023.
- ✓
Top 5 account categories by total amount for 2023
Why this is correct
Correctly summarizes and returns top 5.
Go deeper
Related to this question
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 →
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.