MB-920 Describe Dynamics 365 Supply Chain Management Practice Question
Exhibit
Refer to the exhibit.
```json
{
"Costing": {
"InventoryModel": "Standard cost",
"CostingVersion": "2025-Q1",
"ItemCost": {
"ItemId": "FG-200",
"Cost": 150.00,
"CostingMethod": "BOM calculation",
"BOM": [
{"ItemId": "RM-300", "Quantity": 2, "Cost": 20.00},
{"ItemId": "RM-400", "Quantity": 1, "Cost": 50.00}
]
}
}
}
```The exhibit shows the cost breakdown for finished good FG-200. The cost of RM-300 is 20.00 per unit, and RM-400 is 50.00 per unit. What is the total calculated cost of FG-200 based on this BOM?
⚠ Common exam trap
The trap here is that candidates often misread the BOM quantities or incorrectly sum the costs (e.g., adding 20 + 50 = 70 and then multiplying by 2, or forgetting to multiply RM-300 by its quantity of 2), leading to wrong totals like 100.00 or 120.00.
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
✓
90.00
The bill of materials (BOM) for FG-200 lists RM-300 (2 units at 20.00 each = 40.00) and RM-400 (1 unit at 50.00 = 50.00). The total calculated cost is 40.00 + 50.00 = 90.00, making option C correct. In Dynamics 365 Supply Chain Management, the BOM calculation rolls up costs from raw materials to the finished good based on the BOM structure and cost prices.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
120.00
Why it's wrong here
This is higher than the correct BOM calculation.
- ✗
100.00
Why it's wrong here
This does not match the BOM calculation.
- ✓
90.00
Why this is correct
The BOM calculation sums component costs: 2*20 + 1*50 = 90.
- ✗
150.00
Why it's wrong here
150 is the standard cost, not the BOM calculated cost.
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.