MB-920 Describe Dynamics 365 Supply Chain Management Practice Question
Exhibit
Refer to the exhibit.
```json
{
"Warehouse": {
"WarehouseId": "WH01",
"LocationProfiles": [
{
"ProfileId": "BULK",
"LocationType": "Bulk",
"MaxWeight": 1000,
"MaxVolume": 10
},
{
"ProfileId": "PICK",
"LocationType": "Picking",
"MaxWeight": 100,
"MaxVolume": 1
}
],
"LocationDirectives": [
{
"DirectiveCode": "PUT-BULK",
"WorkOrderType": "Purchase orders",
"Action": "Put",
"LocationProfile": "BULK"
}
]
}
}
```A warehouse configuration shows a location directive for putaway of purchase orders. When a purchase order is received, the system tries to put items into a location with the BULK profile. However, some large items are being placed in PICK locations. What could be the cause?
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
✓
The location directive does not have weight or volume constraints.
The location directive for putaway of purchase orders specifies the BULK profile, but without weight or volume constraints, the system does not prevent large items from being placed in PICK locations if they fit. The directive only guides the system to prefer BULK locations, but if no BULK location is available or the item doesn't meet constraints, it may fall back to other locations like PICK. Options B, C, and D are incorrect: Option B is wrong because the BULK profile assignment doesn't directly cause the issue; Option C is wrong because the directive is for purchase orders; Option D is wrong because there is no separate override directive for PICK locations.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
The location directive does not have weight or volume constraints.
Why this is correct
Correct. Without weight or volume constraints on the location directive, the system may place large items into PICK locations if they fit, even though the directive specifies BULK.
- ✗
The location profile for BULK is not correctly assigned to locations.
Why it's wrong here
Incorrect. The location profile for BULK being incorrectly assigned would prevent items from being put into BULK locations, but the issue is that items are going to PICK locations, not that they fail to go to BULK.
- ✗
The location directive is for sales orders, not purchase orders.
Why it's wrong here
Incorrect. The directive is specifically for purchase orders, so this is not the cause.
- ✗
A separate directive for PICK locations overrides the BULK directive.
Why it's wrong here
Incorrect. There is no separate directive for PICK locations that would override the BULK directive; the system uses the directive sequence and constraints.
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.