MB-920 Describe Dynamics 365 Supply Chain Management Practice Question
Exhibit
Refer to the exhibit.
```json
{
"WorkTemplate": {
"WorkTemplateCode": "PICK-001",
"WorkPoolID": "POOL1",
"Priority": 10,
"WorkType": "Pick",
"WorkLines": [
{
"LineNumber": 1,
"WorkClassID": "Picking",
"Location": {
"LocationProfile": "BULK",
"ZoneID": "ZONE1"
},
"Item": {
"ItemNumber": "ITEM002",
"Quantity": 50
}
}
]
}
}
```Refer to the exhibit. A pick work template has a location profile of 'BULK'. However, workers are being directed to a location with profile 'FLOOR' instead. What is the most likely cause?
⚠ Common exam trap
Test-takers frequently assume the work template's location profile setting is sufficient to control where workers go, but in reality, the location directive's query criteria are what ultimately determine the location selection, and the template's profile is only a filter if the directive enforces it.
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 for picking does not restrict to location profile 'BULK'.
The location directive determines which locations are searched for picking work. If the directive does not restrict the search to location profile 'BULK', it may return locations with profile 'FLOOR' that match other criteria (e.g., zone, warehouse). Since the work template specifies 'BULK' as the location profile, but the directive is not filtering by that profile, workers are directed to 'FLOOR' locations instead.
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 for picking does not restrict to location profile 'BULK'.
Why this is correct
Location directives use queries to find locations; if not restricted, they may pick other profiles.
- ✗
The work class ID 'Picking' is not authorized for 'BULK' locations.
Why it's wrong here
Work class ID controls which work types can be performed, not location selection.
- ✗
The work template priority is too low, causing a higher priority template to override.
Why it's wrong here
Priority affects which template is used, not which location is selected.
- ✗
The item 'ITEM002' has a default storage location with profile 'FLOOR'.
Why it's wrong here
Default storage location may be used for putaway, but location directives still apply for picking.
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.