hardMultiple ChoiceObjective-mapped
MB-920 Practice Question: Refer to the exhibit
Exhibit
Refer to the exhibit.
{
"ProductId": 12345,
"Price": 29.99,
"Currency": "USD",
"TaxGroup": "WA",
"TaxRate": 0.087,
"ItemType": "Physical"
}
Exhibit: A JSON snippet representing a product configuration in Dynamics 365 Commerce.Refer to the exhibit. A product has a tax group of 'WA' and a tax rate of 0.087. The price is set to 29.99. A customer in Washington state purchases this product. What will be the final price including tax?
⚠ Common exam trap
The trap here is that candidates often forget to round the tax amount to two decimal places before adding it to the price, leading them to choose $32.59 (truncation) instead of the correctly rounded $32.60.
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
✓
$32.60
The final price including tax is calculated by adding the tax amount to the base price. The tax amount is $29.99 * 0.087 = $2.60913, which rounds to $2.61 (standard rounding to two decimal places). Adding this to $29.99 gives $32.60. Dynamics 365 Commerce applies tax rounding based on the system's tax calculation settings, typically rounding to the nearest cent.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
$29.99
Why it's wrong here
Does not include tax.
- ✗
$32.59
Why it's wrong here
Incorrect rounding.
- ✓
$32.60
Why this is correct
29.99 + (29.99 * 0.087) = 32.60.
- ✗
$32.48
Why it's wrong here
Uses wrong tax calculation.
Go deeper
Related to this question
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 →
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.