Courseiva

CCNA Describe Dynamics 365 Supply Chain Management Questions

75 of 324 questions · Page 3/5 · Describe Dynamics 365 Supply Chain Management · Answers revealed

151
MCQhard

A warehouse manager queries the on-hand inventory for item L0101 and receives the JSON output above: ```json { "ItemId": "L0101", "OnHandQuantity": 700, "PhysicallyReserved": 400, "AvailablePhysical": 300 } ``` Currently, how many units of item L0101 are available to be picked for new orders?

A.500
B.300
C.200
D.700
AnswerB

300 is available after subtracting reserved from total on hand.

Why this answer

The on-hand inventory for item L0101 is 700 units, but 400 units are physically reserved for existing orders. The available-to-pick quantity is the on-hand total minus physically reserved inventory, which equals 300 units. This is confirmed by the 'AvailablePhysical' field in the JSON output, which directly represents the quantity available to be picked for new orders in Dynamics 365 Supply Chain Management.

Exam trap

The trap here is that candidates often confuse the total on-hand quantity (700) or the simple subtraction (500) with the actual available-to-pick quantity, overlooking the 'AvailablePhysical' field in the JSON output which is the definitive value for picking in Dynamics 365 Supply Chain Management.

How to eliminate wrong answers

Option A is wrong because 500 represents the on-hand total minus physically reserved inventory, but the 'AvailablePhysical' field in the JSON output explicitly shows 300, which is the actual available-to-pick quantity. Option C is wrong because 200 is the physically reserved quantity, not the available-to-pick quantity. Option D is wrong because 700 is the total on-hand inventory, which includes reserved stock and is not available for new orders.

152
MCQmedium

Northwind Traders uses Dynamics 365 Supply Chain Management for their distribution operations. They have a requirement to manage inventory across multiple warehouses and legal entities. They want to transfer finished goods from their manufacturing subsidiary (legal entity A) to their distribution subsidiary (legal entity B) at a transfer price that includes a markup. The transfer should be recorded as a sale in entity A and a purchase in entity B. They plan to use intercompany functionality. The finance team has set up intercompany parameters, but the transactions are not creating the expected intercompany orders. The administrator has verified that both entities are configured correctly in the system. However, the intercompany orders are not generated automatically when a purchase order is created in entity B. What should the administrator check next?

A.Ensure that the intercompany relationship is defined for the specific item in the item mapping setup.
B.Confirm that the inventory unit of measure is the same in both entities.
C.Check that the intercompany parameters in entity B are set to 'Create intercompany purchase orders automatically'.
D.Verify that the vendor associated with entity A is set up as an intercompany vendor in entity B.
AnswerA

Without item-level mapping, intercompany orders are not automatically generated.

Why this answer

Intercompany orders require that the intercompany relationship is defined on the item level, not just the legal entity level. The item must be mapped between entities to trigger automatic order creation. The vendor setup on the purchase order is correct but without item mapping, no interchain.

Intercompany parameters are global, but item relations are per item.

153
MCQeasy

A warehouse manager wants to assign workers to specific zones and track their performance. Which warehouse management feature should be used?

A.Location directives
B.Work templates
C.Mobile device menu items
D.Labor management
AnswerD

Labor management enables assignment of workers to zones and performance tracking.

Why this answer

Labor management in Dynamics 365 Supply Chain Management is specifically designed to assign workers to zones and track their performance, including metrics like productivity and efficiency. This feature enables warehouse managers to define labor standards, monitor worker activities, and generate performance reports, directly addressing the scenario's requirements.

Exam trap

The trap here is that candidates often confuse mobile device menu items (which handle task execution) with labor management (which handles assignment and performance tracking), because both involve worker interaction with the system.

How to eliminate wrong answers

Option A is wrong because location directives are used to determine pick and put locations for inventory movements, not for assigning workers or tracking performance. Option B is wrong because work templates define the structure of warehouse work (e.g., steps for picking or replenishment), not worker assignments or performance tracking. Option C is wrong because mobile device menu items configure the user interface for scanning and executing warehouse tasks, but they do not provide labor assignment or performance monitoring capabilities.

154
MCQeasy

A company uses Dynamics 365 Supply Chain Management for production. They want to automatically create production orders when sales orders are entered for make-to-order items. Which planning method should they use?

A.Discrete manufacturing with BOMs
B.Engineer-to-order (ETO) planning
C.Make-to-order (MTO) planning
D.Master planning with automatic firming
AnswerC

MTO automatically generates production orders from sales orders.

Why this answer

Make-to-order (MTO) planning is the correct method because it directly links sales orders to production orders, automatically generating production orders when a sales order is entered for a make-to-order item. This ensures that production is triggered only when demand exists, aligning with the company's requirement for make-to-order scenarios in Dynamics 365 Supply Chain Management.

Exam trap

The trap here is that candidates often confuse 'master planning with automatic firming' as the method for creating production orders, but it is actually a scheduling and firming feature that works in conjunction with MTO planning, not a standalone planning method.

How to eliminate wrong answers

Option A is wrong because discrete manufacturing with BOMs is a production type, not a planning method; it defines how products are manufactured using bills of materials and routes, but does not automatically create production orders from sales orders. Option B is wrong because engineer-to-order (ETO) planning is used for items that require custom engineering and design before production, not for standard make-to-order items where the product is already defined. Option D is wrong because master planning with automatic firming is a scheduling and firming mechanism that can be used with various planning methods, but it does not inherently link sales orders to production orders for make-to-order items; it requires MTO planning to be set as the coverage code.

155
MCQhard

A company uses Dynamics 365 Supply Chain Management with advanced warehouse management. They need to enforce that workers scan a license plate when completing a transfer order receipt. Which configuration should be used?

A.Configure the mobile device display settings
B.Modify the mobile device menu item for receipt
C.Set up cycle counting thresholds
D.Define work templates for transfer orders
AnswerB

The menu item can require license plate scanning.

Why this answer

Modifying the mobile device menu item for receipt allows configuration to enforce license plate scanning when completing a transfer order receipt. Option A (mobile device display settings) controls the look and feel, not scanning requirements. Option C (cycle counting thresholds) is used for inventory counting, not transfer order receipts.

Option D (work templates) defines how work is created, not the scanning behavior at receipt.

156
MCQhard

A global manufacturer uses Dynamics 365 Supply Chain Management. They need to configure a process that automatically generates purchase orders when inventory drops below a predefined level, based on real-time demand. Which feature should they use?

A.Vendor collaboration
B.Master planning
C.Demand forecasting
D.Reorder point planning
AnswerD

Reorder point planning creates purchase orders when inventory hits a predefined reorder point, making it the correct feature.

Why this answer

Reorder point planning creates purchase orders when stock hits a reorder point. Option A is incorrect because Vendor collaboration is for communication with suppliers, not for generating orders. Option B is incorrect because Master planning covers broader supply and demand planning, but reorder point planning is the specific feature for automated reordering based on predefined levels.

Option C is incorrect because Demand forecasting predicts future demand but does not automatically generate purchase orders.

157
MCQmedium

A company uses Dynamics 365 Supply Chain Management and wants to optimize logistics costs by consolidating shipments from multiple orders to the same customer. Which feature should they use?

A.Transportation management
B.Warehouse management
C.Sales and marketing
D.Master planning
AnswerA

Transportation management supports load building and shipment consolidation.

Why this answer

The Transportation management module allows shipment consolidation based on rules like same customer, delivery address, or route. Option B is wrong because the Warehouse management module handles internal warehouse operations. Option C is wrong because the Sales and marketing module manages sales orders, not logistics optimization.

Option D is wrong because the Master planning module calculates supply requirements, not shipment consolidation.

158
MCQhard

A company uses Dynamics 365 Supply Chain Management and wants to implement a process where products are tracked from raw material to finished goods using unique identifiers. Which feature should they enable to achieve this?

A.Batch tracking
B.Serial number tracking
C.Product configuration
D.Catch weight
AnswerB

Serial number tracking assigns a unique identifier to each individual item for traceability.

Why this answer

(Serial number tracking) is correct because it provides unique identification for each individual item from raw material to finished good. Option A (Batch tracking) is wrong because it tracks groups of items with common attributes, not individual unique items. Option C (Product configuration) is wrong because it deals with configuring product variants based on attributes, not traceability.

Option D (Catch weight) is wrong because it handles variable-weight items, not unique identification.

159
Multi-Selectmedium

Which TWO features are available in Dynamics 365 Supply Chain Management to support lean manufacturing?

Select 2 answers
A.Batch balancing
B.Value stream mapping
C.Product configuration
D.Quality orders
E.Kanban scheduling
AnswersB, E

Value stream mapping is a lean manufacturing feature.

Why this answer

Options B and E are correct because Value stream mapping and Kanban scheduling are key features of lean manufacturing in Dynamics 365 Supply Chain Management. Option A (Batch balancing) is used in process manufacturing, not lean. Option C (Product configuration) is for configurable products, not lean.

Option D (Quality orders) are for quality inspections, not a lean manufacturing feature.

160
Multi-Selectmedium

Which TWO actions should a supply chain manager take to set up vendor collaboration in Dynamics 365 Supply Chain Management?

Select 2 answers
A.Configure the vendor collaboration portal in the Dynamics 365 Finance and Operations app
B.Set up a separate Microsoft Entra ID tenant for vendors
C.Enable the vendor for collaboration in the vendor master record
D.Publish the procurement catalog to the vendor portal
E.Add vendor users as external contacts in the system
AnswersC, E

Vendors must be enabled for collaboration in the vendor master.

Why this answer

Enabling the vendor for collaboration in the vendor master record is a necessary step to allow that vendor to participate in collaboration. Option E is correct because adding vendor users as external contacts in the system is required to give them access to the vendor collaboration portal. Option A is incorrect because configuring the vendor collaboration portal is typically an IT or administrative task and not the primary action for a supply chain manager.

Option B is incorrect because vendor collaboration does not require a separate Microsoft Entra ID tenant; vendors use their own credentials. Option D is incorrect because publishing the procurement catalog is an optional step and not required to set up vendor collaboration.

161
MCQmedium

A manufacturer uses Dynamics 365 Supply Chain Management. The production scheduler needs to see real-time capacity load on work centers to avoid overloading. Which workspace or tool should they use?

A.Cost management workspace
B.Warehouse management workspace
C.Gantt chart in production control
D.Master planning workspace
AnswerC

The Gantt chart shows real-time capacity load on work centers.

Why this answer

The Gantt chart in production control provides real-time capacity visualization for work centers, allowing the production scheduler to see capacity load and avoid overloading. Option A is wrong because the cost management workspace focuses on costing, not capacity. Option B is wrong because the warehouse management workspace is for warehouse operations.

Option D is wrong because the master planning workspace focuses on material planning, not real-time capacity.

162
MCQhard

A company uses Dynamics 365 Supply Chain Management with advanced warehouse management. They need to enforce strict FIFO (first in, first out) picking for perishable goods. Which configuration ensures that the oldest inventory is picked first?

A.Configure a reservation hierarchy with expiration date as the primary dimension
B.Adjust the work template to order by location
C.Set up location profiles with strict picking order
D.Modify the mobile device menu item for picking
AnswerA

Reservation hierarchies can prioritize oldest inventory for FIFO.

Why this answer

Configuring a reservation hierarchy with expiration date as the primary dimension ensures that the system prioritizes inventory based on the oldest expiration date first. In Dynamics 365 Supply Chain Management with advanced warehouse management, the reservation hierarchy defines the order in which dimensions (e.g., location, license plate, expiration date) are considered during reservation and picking. By placing expiration date at the top, the system automatically enforces FIFO for perishable goods, picking the oldest stock first.

Exam trap

The trap here is that candidates often confuse work template sequencing (Option B) or location profiles (Option C) with the actual inventory reservation logic, not realizing that FIFO enforcement requires a reservation hierarchy dimension order, not just a sorting or location-based rule.

How to eliminate wrong answers

Option B is wrong because adjusting the work template to order by location only sorts work lines by location sequence, not by inventory age or expiration date, so it does not enforce FIFO picking. Option C is wrong because setting up location profiles with strict picking order controls the sequence of locations within a zone (e.g., by location ranking), but it does not consider the expiration date dimension of the inventory itself. Option D is wrong because modifying the mobile device menu item for picking changes the user interface and scanning workflow, not the underlying reservation or picking logic that determines which inventory batch is selected first.

163
Multi-Selecthard

Which THREE are benefits of using Dynamics 365 Supply Chain Management's AI and Copilot features?

Select 3 answers
A.Automated supplier negotiation
B.Improved demand forecasting
C.Reduced need for manual data entry
D.Optimized inventory levels
E.Enhanced production scheduling
AnswersB, D, E

AI enhances demand forecasting accuracy.

Why this answer

Dynamics 365 Supply Chain Management's AI and Copilot features use machine learning models to analyze historical sales data, market trends, and external factors (e.g., weather, economic indicators) to generate more accurate demand forecasts. This reduces stockouts and overstock situations by predicting future demand with higher precision than traditional statistical methods.

Exam trap

The trap here is that candidates may confuse general automation benefits (like reduced data entry) with specific AI/Copilot capabilities, or assume supplier negotiation is automated when it is not a standard feature in Dynamics 365 Supply Chain Management.

164
MCQhard

Contoso, Ltd. is a manufacturer of custom machinery. They use Dynamics 365 Supply Chain Management with production orders and subcontracting. A production order for a custom drilling machine requires a specialized heat treatment process that is performed by an external vendor. The heat treatment is set up as a route operation with a resource of type 'Vendor' and a subcontracting purchase agreement. The production order has been released and started, but the vendor reports that they have not received the purchase order for the heat treatment service. The production planner checks the purchase order and finds that it has not been created yet. The planner confirms that the purchase agreement is active and covers the required service. What is the most likely reason that the purchase order was not automatically generated?

A.The purchase agreement has expired or is not approved.
B.The operation for heat treatment has not been scheduled on the production route.
C.The production order status is 'Estimated' and needs to be released first.
D.The vendor resource is not set up correctly in the system.
AnswerB

The system generates the purchase order only after the operation is scheduled; unscheduled operations do not trigger purchase order creation.

Why this answer

In Dynamics 365 Supply Chain Management, a subcontracting purchase order is automatically generated only after the corresponding route operation has been scheduled on the production route. Without scheduling, the system does not know when the service is needed and therefore does not trigger the purchase order creation, even if the purchase agreement is active and the production order has been released.

Exam trap

The trap here is that candidates often assume a released production order automatically generates all subcontracting purchase orders, but the system requires the route operation to be scheduled first to trigger the purchase order creation.

How to eliminate wrong answers

Option A is wrong because the question explicitly states that the purchase agreement is active and covers the required service, so expiration or approval status is not the issue. Option C is wrong because the production order has already been released and started, meaning its status is beyond 'Estimated' (which is the initial status before release). Option D is wrong because the vendor resource is set up correctly as a 'Vendor' type resource and the purchase agreement exists; the problem is the lack of scheduling, not the resource setup.

165
MCQmedium

You are a supply chain analyst for a company that uses Dynamics 365 Supply Chain Management. The company procures steel coils from multiple suppliers. The procurement manager wants to evaluate supplier performance based on on-time delivery and price variance. They need a dashboard that shows a scorecard for each supplier, summarizing the percentage of deliveries received on or before the promised date, and the average price deviation from the purchase order price. Which tool should you use to create this dashboard without custom development?

A.Procurement and sourcing module
B.Vendor collaboration
C.Power BI
D.Excel integration
AnswerC

Correct. Power BI can connect to Dynamics 365 data and create visual dashboards for supplier scorecards.

Why this answer

Power BI can connect to Dynamics 365 data and create visual dashboards for supplier scorecards. Option A is wrong because the Procurement and sourcing module provides purchase order management but not a configurable scorecard dashboard. Option B is wrong because Vendor collaboration is for communication with vendors, not analytics.

Option D is wrong because Excel is not a dashboard tool for real-time scorecards without manual effort.

166
MCQhard

A distribution company uses Dynamics 365 Supply Chain Management. They notice that transportation costs are high across multiple carriers. Which module should they configure to optimize carrier selection and route planning?

A.Master Planning
B.Warehouse Management
C.Transportation Management
D.Asset Management
AnswerC

TMS optimizes carrier selection and route planning.

Why this answer

Transportation Management (TMS) provides tools for carrier rate shopping, route planning, and freight optimization. Option A (Master Planning) is wrong because Master Planning handles supply/demand balancing, not carrier selection. Option B (Warehouse Management) is wrong because Warehouse Management focuses on inbound/outbound operations, not transportation.

Option D is wrong because Asset Management is for equipment maintenance.

167
MCQeasy

Refer to the exhibit. A sales representative tries to confirm a sales order for 50 units of item L-5000, but the system does not allow confirmation because the available quantity is only 40. The reservation method is set to Manual. What should the sales representative do to proceed with the order?

A.Create a purchase order for 10 units
B.Change the reservation method to Automatic
C.Reduce the order quantity to 40 units
D.Manually reserve 40 units and backorder the remaining 10
AnswerD

Manual reservation allows partial reservation and backordering the rest.

Why this answer

The reservation method is set to Manual, meaning the system does not automatically allocate inventory. The sales representative must manually reserve the available 40 units and backorder the remaining 10 units to proceed with the order, which aligns with the manual reservation process in Dynamics 365 Supply Chain Management.

Exam trap

The trap here is that candidates often assume changing the reservation method to Automatic will fix the immediate issue, but the system requires manual reservation for the current order regardless of the method setting, and the correct action is to manually reserve available stock and backorder the rest.

How to eliminate wrong answers

Option A is wrong because creating a purchase order for 10 units does not directly resolve the reservation issue; the sales order still lacks a manual reservation for the available 40 units and the backorder for the remaining 10. Option B is wrong because changing the reservation method to Automatic would alter the system's default behavior but does not address the immediate need to confirm the order with the current manual setting; the system would still require manual intervention for the existing order. Option C is wrong because reducing the order quantity to 40 units avoids the backorder but does not follow the correct procedure for handling a shortfall when the reservation method is Manual; the proper action is to reserve what is available and backorder the rest.

168
MCQmedium

A company uses Dynamics 365 Supply Chain Management and wants to automatically reorder stock when inventory falls below a defined level. Which functionality should be configured?

A.Cycle counting
B.Inventory aging
C.Reorder point
D.Safety stock
AnswerC

Reorder point automatically generates purchase orders when inventory falls below the reorder point.

Why this answer

The Reorder point functionality triggers purchase orders automatically when inventory falls below a defined level. Option A is incorrect because Cycle counting is an inventory accuracy process, not for replenishment. Option B is incorrect because Inventory aging is for valuation analysis, not for automatic reordering.

Option D is incorrect because Safety stock is a buffer quantity but does not automatically create orders; it is used in conjunction with reorder points or other replenishment methods.

169
MCQmedium

Refer to the exhibit. A purchase order is received with a freight charge. The company wants the freight cost to be allocated to inventory value for landed cost calculations. Which configuration is required?

A.Set up the charge code 'FREIGHT' as a landing cost and allocate it to the purchase order line.
B.Use the 'Charges' code with debit type 'Item' to post to inventory.
C.Add the freight charge as a fixed cost to the vendor's invoice.
D.Create a new item for freight and include it in the purchase order.
AnswerA

Landing costs allocate charges to inventory value, increasing the cost of the item.

Why this answer

In Dynamics 365 Supply Chain Management, to allocate a freight charge to inventory value for landed cost calculations, you must set up a charge code (e.g., 'FREIGHT') with the 'Landing cost' option enabled. This charge code is then assigned to the purchase order line, which automatically distributes the freight cost proportionally across the items, increasing their inventory value as part of the landed cost.

Exam trap

The trap here is that candidates often confuse the 'Charges' code with debit type 'Item' (Option B) as a valid method for landed cost, but it lacks the allocation logic and does not integrate with the Landed cost module, which is specifically designed for this purpose.

How to eliminate wrong answers

Option B is wrong because using a 'Charges' code with debit type 'Item' posts the charge directly to the inventory value without the landed cost allocation logic; it does not enable the automatic proportional distribution across purchase order lines that landed cost requires. Option C is wrong because adding the freight charge as a fixed cost to the vendor's invoice does not allocate it to inventory value; it simply records an additional cost on the invoice without affecting the inventory valuation of the received items. Option D is wrong because creating a new item for freight and including it in the purchase order treats freight as a separate inventory item, which does not allocate the cost to the original items' landed cost and may distort inventory valuation and reporting.

170
MCQhard

A company using Dynamics 365 Supply Chain Management wants to implement vendor collaboration so that suppliers can view purchase orders and confirm delivery dates. Which feature should be set up?

A.Vendor collaboration
B.Inventory management
C.Procurement and sourcing
D.Accounts payable
AnswerA

Vendor collaboration provides a portal for suppliers to view and confirm purchase orders.

Why this answer

Vendor collaboration is the dedicated feature in Dynamics 365 Supply Chain Management that allows external suppliers to access a portal where they can view purchase orders, confirm delivery dates, and update order status. This feature is specifically designed to enable secure, real-time collaboration between buyers and vendors without requiring the supplier to have a full Dynamics 365 license.

Exam trap

The trap here is that candidates confuse the internal procurement module (Procurement and sourcing) with the external-facing vendor collaboration feature, assuming that purchasing functionality inherently includes supplier access, when in fact a separate workspace and security model are required.

How to eliminate wrong answers

Option B is wrong because Inventory management focuses on tracking and optimizing stock levels, warehouse operations, and inventory transactions, not on external supplier communication or purchase order confirmation. Option C is wrong because Procurement and sourcing handles the internal purchasing process, such as creating purchase orders and managing vendor catalogs, but does not provide the external portal for suppliers to view or confirm orders. Option D is wrong because Accounts payable deals with financial transactions like invoice matching and payment processing, not with operational collaboration on purchase order delivery dates.

171
MCQeasy

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?

A.120.00
B.100.00
C.90.00
D.150.00
AnswerC

The BOM calculation sums component costs: 2*20 + 1*50 = 90.

Why this answer

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.

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.

How to eliminate wrong answers

Option A (120.00) is wrong because it incorrectly assumes 3 units of RM-300 (3 × 20 = 60) plus 1 unit of RM-400 (50) totals 110, or misapplies a different quantity; 120.00 does not match any valid combination from the given BOM. Option B (100.00) is wrong because it might result from using 2 units of RM-300 (40) plus 1 unit of RM-400 (50) but then adding an extra 10.00 erroneously, or from a miscalculation like 2 × 20 + 1 × 50 = 90, not 100. Option D (150.00) is wrong because it could come from multiplying both costs by 2 (2 × 20 + 2 × 50 = 140) or using 3 units of RM-400 (3 × 50 = 150), neither of which matches the BOM quantities.

172
MCQmedium

A logistics company uses Dynamics 365 Supply Chain Management to manage transportation. They need to calculate freight charges automatically based on carrier rates and shipment details. Which module should they use?

A.Warehouse management
B.Inventory management
C.Transportation management
D.Procurement and sourcing
AnswerC

Transportation management provides rate engines and masters for freight calculation.

Why this answer

The Transportation management module in Dynamics 365 Supply Chain Management is specifically designed to handle freight rate calculations, carrier rate negotiations, and shipment cost automation. It integrates carrier rate engines to compute charges based on shipment details like weight, volume, and destination, making it the correct choice for this requirement.

Exam trap

The trap here is that candidates often confuse the Transportation management module with Warehouse management because both involve logistics, but Warehouse management does not include carrier rate engines or automated freight charge calculation.

How to eliminate wrong answers

Option A is wrong because Warehouse management focuses on inbound/outbound warehouse operations, such as picking, packing, and inventory storage, not on freight charge calculation. Option B is wrong because Inventory management handles stock levels, replenishment, and inventory valuation, but does not include carrier rate engines or freight cost automation. Option D is wrong because Procurement and sourcing manages purchase orders, vendor selection, and supplier contracts, not transportation rate calculations or shipment-level cost automation.

173
MCQhard

A distribution company uses Dynamics 365 Supply Chain Management. They want to use AI to predict customer demand and automatically suggest purchase orders. Which feature should they enable?

A.Warehouse management module
B.Planning Optimization add-in
C.Inventory Visibility add-in
D.Demand Forecasting feature
AnswerD

Demand Forecasting uses AI to predict demand and can generate suggested purchase orders.

Why this answer

The Demand Forecasting feature uses machine learning to predict customer demand and can automatically suggest purchase orders for replenishment. Option A is wrong because the Warehouse management module deals with warehouse operations, not demand prediction. Option B is wrong because the Planning Optimization add-in improves master planning performance but does not provide AI-based demand prediction.

Option C is wrong because the Inventory Visibility add-in provides near real-time inventory visibility, not demand prediction.

174
MCQmedium

A company uses Dynamics 365 Supply Chain Management to manage its supply chain. The procurement manager notices that purchase requisitions are not being converted to purchase orders automatically as expected. The workflow for purchase requisitions is set to auto-approve for amounts under $1,000. Upon investigation, the manager finds that a requisition for $950 is stuck in 'Draft' status. What is the most likely cause?

A.The workflow requires budget approval for all requisitions.
B.The purchase requisition was rejected by the workflow.
C.The dollar limit for auto-approval is set to $900.
D.The purchase requisition has not been submitted for review.
AnswerD

A purchase requisition must be submitted to trigger the workflow. Draft status means it hasn't been submitted.

Why this answer

In Dynamics 365 Supply Chain Management, a purchase requisition must be explicitly submitted to trigger the workflow. Even if the workflow is configured for auto-approval, the requisition remains in 'Draft' status until the user clicks 'Submit'. The $950 requisition was never submitted, so the auto-approval process never started.

Exam trap

The trap here is that candidates assume auto-approval means the system automatically processes the requisition from Draft to Approved without requiring manual submission, but in Dynamics 365, submission is a mandatory user action to start any workflow, including auto-approval.

How to eliminate wrong answers

Option A is wrong because budget approval is a separate workflow step that would only apply after submission; it does not prevent submission or keep a requisition in 'Draft'. Option B is wrong because a rejected requisition would show a 'Rejected' status, not 'Draft'. Option C is wrong because the auto-approval limit is $1,000, and $950 is under that threshold; if the limit were $900, the requisition would still need to be submitted first before the workflow could evaluate it.

175
MCQeasy

A manufacturing company uses Dynamics 365 Supply Chain Management to manage its production. The production manager notices that the planned production orders are not generating the expected material requirements. What should the administrator check first?

A.Verify that the route is correctly defined for the item.
B.Check if the item's inventory status is set to 'Open'.
C.Ensure the bill of materials (BOM) is approved and active.
D.Review the capacity constraints on the work center.
AnswerC

An active BOM is required for material requirement generation.

Why this answer

The bill of materials (BOM) defines the components required for production. If the BOM is missing or incorrect, material requirements will not be generated. The route is for operations sequencing, not material requirements.

Inventory status and capacity constraints affect execution, not planning explosion.

176
MCQeasy

A company wants to use Dynamics 365 Supply Chain Management to manage quality inspections for incoming raw materials. Which module should they configure?

A.Production control
B.Warehouse management
C.Quality management
D.Inventory management
AnswerC

Quality management provides inspection and nonconformance tools.

Why this answer

The Quality management module in Dynamics 365 Supply Chain Management is specifically designed to handle quality inspections, including those for incoming raw materials. It allows you to define quality orders, attach item sampling rules, and specify test instruments and failure actions, ensuring that raw materials meet required standards before they are accepted into inventory.

Exam trap

The trap here is that candidates often confuse the Inventory management module's ability to view on-hand quantities and reservations with the need to configure inspection processes, but Inventory management lacks the test setup, sampling, and failure action capabilities that are exclusive to the Quality management module.

How to eliminate wrong answers

Option A is wrong because Production control manages manufacturing orders, routings, and shop floor execution, not the inspection of incoming raw materials. Option B is wrong because Warehouse management focuses on warehouse processes like receiving, putaway, and picking, and while it can trigger quality orders via location directives, it does not configure the inspection criteria or test results itself. Option D is wrong because Inventory management handles stock levels, transfers, and reservations, but quality inspection setup and execution are outside its core scope.

177
MCQhard

A company configured the warehouse management parameters as shown in the exhibit. What is the purpose of this configuration?

A.To adjust the minimum and maximum replenishment quantities during picking
B.To automatically replenish picking locations when the quantity falls below the minimum of 10 units
C.To disable location directives and use wave-based processing
D.To manually trigger replenishment when inventory drops below 10 units
AnswerB

The wave step type 'Replenishment' with min/max triggers automatic replenishment when stock falls below 10.

Why this answer

The configuration sets a minimum replenishment quantity of 10 units, which triggers automatic replenishment during wave processing when the picking location falls below that threshold. Option A is incorrect because the configuration does not adjust min/max during picking; it defines a fixed threshold. Option C is incorrect because location directives are still used; the wave step is for replenishment, not to disable directives.

Option D is incorrect because replenishment is automatic, not manual.

Exam trap

Candidates often confuse automatic wave-based replenishment with manual replenishment or think it adjusts quantities during picking. This question tests understanding of the min/max replenishment setup in warehouse parameters.

178
Multi-Selectmedium

Which THREE modules are part of Dynamics 365 Supply Chain Management?

Select 3 answers
A.Procurement and sourcing
B.Master planning
C.Project management and accounting
D.Human resources
E.Sales and marketing
AnswersA, B, E

Procurement and sourcing is a core module in Supply Chain Management.

Why this answer

The correct answers are A, B, and E. Procurement and sourcing, Master planning, and Sales and marketing are core modules of Dynamics 365 Supply Chain Management. Option C (Project management and accounting) is part of Dynamics 365 Project Operations, not Supply Chain Management.

Option D (Human resources) is part of Dynamics 365 Human Resources.

179
MCQeasy

A company uses Dynamics 365 Supply Chain Management to manage its supply chain. They have multiple vendors for the same raw material. The procurement team wants to receive automatic suggestions on which vendor to select when creating purchase orders, based on the lowest price and best delivery history. Currently, the buyers research manually. Which feature should they use?

A.Request for quotation
B.Purchase agreements
C.Vendor collaboration
D.Vendor scorecards and rating
AnswerD

Vendor scorecards provide ratings based on performance metrics that can guide vendor selection.

Why this answer

Vendor scorecards and rating in Dynamics 365 Supply Chain Management allow procurement teams to evaluate and compare vendors based on criteria such as price and delivery history, enabling automatic suggestions when creating purchase orders. Option A is incorrect because request for quotation is a process to solicit bids from vendors, not a tool for automatic suggestion. Option B is incorrect because purchase agreements are contracts that define terms, not a recommendation mechanism.

Option C is incorrect because vendor collaboration is a portal for communication and document sharing, not for vendor evaluation and suggestion.

180
MCQmedium

A company uses Dynamics 365 Supply Chain Management with process manufacturing. They need to manage byproducts and co-products in a production order. Which functionality should they use?

A.Bill of materials (BOM)
B.Location directives
C.Transfer orders
D.Formula with co-products and by-products
AnswerD

Formulas in process manufacturing handle multiple outputs.

Why this answer

In process manufacturing, co-products and by-products are managed using a formula, not a bill of materials (BOM). The formula defines the production recipe, including the main output, co-products (intended secondary outputs), and by-products (unavoidable secondary outputs). This allows the system to automatically credit or cost these outputs during production order processing.

Exam trap

The trap here is that candidates confuse the Bill of Materials (BOM) used in discrete manufacturing with the Formula used in process manufacturing, not realizing that only formulas support co-products and by-products.

How to eliminate wrong answers

Option A is wrong because a Bill of Materials (BOM) is used for discrete manufacturing to list components and subassemblies, but it does not support the definition of co-products or by-products. Option B is wrong because location directives control where inventory is picked or put away in the warehouse, not the composition of a production order. Option C is wrong because transfer orders move inventory between locations and have no role in defining production outputs or byproducts.

181
MCQhard

You are a Dynamics 365 consultant for a chemical company that uses process manufacturing. They produce adhesives in batches, and the quality of the final product depends on precise adherence to the formula. The company wants to implement a system that prevents operators from starting a production batch unless the raw materials meet quality specifications (e.g., viscosity and purity). Additionally, the system should record the actual test results for each material used in the batch. Which feature combination should you recommend?

A.Batch disposition codes and reservation hierarchy
B.Quality management with quality orders linked to production
C.Inventory blocking and quarantine management
D.Material consumption registration and production journals
AnswerB

Quality orders can be set to require testing before production release, and results are recorded.

Why this answer

Quality management with quality orders can be integrated with production control to enforce material testing before production. Option A is wrong because batch disposition codes control inventory availability, not production start. Option C is wrong because inventory blocking is a manual process, not automated.

Option D is wrong because material consumption registration tracks usage, not quality compliance.

182
MCQeasy

You are configuring a reservation hierarchy for a warehouse in Dynamics 365 Supply Chain Management. Based on the exhibit, what is the primary criterion for picking inventory?

A.Expiration date
B.Lot number
C.Location
D.FIFO
AnswerC

Location has priority 1, making it the primary criterion.

Why this answer

(Location). The reservation hierarchy shows dimensions in order of priority: location (priority 1), lot number (priority 2), expiration date (priority 3). The primary criterion for picking inventory is the dimension with the highest priority (priority 1), which is location.

Option A (Expiration date) is wrong because it is priority 3, not the primary. Option B (Lot number) is wrong because it is priority 2. Option D (FIFO) is the name of the reservation hierarchy method, not a picking dimension.

183
MCQeasy

A small business uses Dynamics 365 Supply Chain Management to manage inventory. They currently sell products from a single warehouse. The owner wants to start tracking the cost of goods sold (COGS) for each product using the standard costing method. You need to set up the system to calculate COGS correctly. You have the following options: A. Enable standard costing in the Inventory model group for each product and run the Inventory close process periodically. B. Use the FIFO costing method and run the Inventory recalculation. C. Use the Moving average costing method and rely on automatic posting to the general ledger. D. Configure the Product master to use the Purchase price as the cost price and post directly to COGS. Which option should you choose?

A.Use the FIFO costing method and run the Inventory recalculation.
B.Configure the Product master to use the Purchase price as the cost price and post directly to COGS.
C.Use the Moving average costing method and rely on automatic posting to the general ledger.
D.Enable standard costing in the Inventory model group for each product and run the Inventory close process periodically.
AnswerD

Using the purchase price directly does not reflect standard costing, which requires predetermined standard costs and variance calculations. This method would not produce accurate standard costing COGS.

Why this answer

Standard costing requires setting the inventory model group to Standard cost and running the Inventory close process periodically to calculate variances and determine the actual COGS. Option A is incorrect because FIFO is a different costing method (first in, first out) and does not use standard costing. Option B is incorrect because using purchase price directly does not reflect standard costing methodology; standard costing uses predetermined costs.

Option C is incorrect because moving average is a different costing method that calculates a weighted average cost after each receipt.

184
MCQeasy

A company wants to use Dynamics 365 Supply Chain Management to manage supplier collaboration for purchase orders. Which portal should they enable?

A.Customer Self-Service
B.Procurement and Sourcing
C.Vendor Collaboration
D.Supplier Portal
AnswerC

Vendor Collaboration enables supplier interaction on POs.

Why this answer

The Vendor Collaboration portal allows suppliers to view and respond to purchase orders, invoices, and forecasts. Option A (Customer Self-Service) is incorrect because it is designed for customers, not suppliers. Option B (Procurement and Sourcing) is incorrect because it is a module for internal procurement processes and does not provide a supplier self-service portal.

Option D (Supplier Portal) is incorrect because although it is a common term, the official name in Dynamics 365 Supply Chain Management is Vendor Collaboration.

185
MCQhard

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?

A.The location directive for picking does not restrict to location profile 'BULK'.
B.The work class ID 'Picking' is not authorized for 'BULK' locations.
C.The work template priority is too low, causing a higher priority template to override.
D.The item 'ITEM002' has a default storage location with profile 'FLOOR'.
AnswerA

Location directives use queries to find locations; if not restricted, they may pick other profiles.

Why this answer

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.

Exam trap

The trap here is that candidates 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.

How to eliminate wrong answers

Option B is wrong because the work class ID 'Picking' being unauthorized for 'BULK' locations would prevent any picking work from being created for those locations, not cause a switch to 'FLOOR' locations. Option C is wrong because a higher priority template overriding would change the entire work template, not just the location profile within the same template. Option D is wrong because the item's default storage location is used for put-away, not for picking; picking location directives are independent of item default storage locations.

186
Multi-Selecteasy

Which THREE of the following are valid master planning types in Dynamics 365 Supply Chain Management?

Select 3 answers
A.Supply planning
B.Intercompany planning
C.Demand planning
D.Capacity planning
E.Distribution planning
AnswersA, B, E

Supply planning is a master planning type.

Why this answer

In Dynamics 365 Supply Chain Management, the valid master planning types are supply planning, intercompany planning, and distribution planning. Options A, B, and E are correct. Demand planning and capacity planning are related but are not master planning types.

187
MCQmedium

You are reviewing a Power BI report that shows quality order counts by status. The report shows 0 for 'Open' status even though there are open quality orders. What is the most likely reason?

A.The count of open orders is actually zero.
B.The query filters to only orders created in the last 30 days.
C.The 'CreationDate' field does not exist in the QualityOrders table.
D.The 'Status' field is not used in the summarize.
AnswerB

Open orders created more than 30 days ago are excluded.

Why this answer

The Power BI report likely uses a filter that limits data to the last 30 days. Open quality orders may have been created earlier, so they are excluded from the report, resulting in a count of 0. Option A is wrong because open orders do exist, so the count is not actually zero.

Option C is wrong because the 'CreationDate' field exists and is used for filtering. Option D is wrong because the 'Status' field is used in the report to categorize counts, but the filter on creation date is the cause.

188
MCQmedium

A company uses Dynamics 365 Supply Chain Management with the Quality Management module. They want to automatically generate quality orders for incoming raw materials based on specific criteria like vendor and item. Which feature should they configure?

A.Quality associations.
B.Nonconformance reports.
C.Quarantine zones.
D.Test groups.
AnswerA

Quality associations define the conditions that automatically generate quality orders.

Why this answer

Quality associations in Dynamics 365 Supply Chain Management allow you to define rules that automatically generate quality orders when specific conditions are met, such as a particular vendor or item for incoming raw materials. This feature links the triggering event (e.g., a purchase order receipt) to the required quality testing process without manual intervention.

Exam trap

The trap here is confusing the feature that triggers quality orders (quality associations) with the components that define the testing process (test groups) or handle failures (nonconformance reports), leading candidates to select a plausible but incorrect option based on familiarity with testing terminology.

How to eliminate wrong answers

Option B is wrong because nonconformance reports are used to document and manage products that fail quality tests, not to automatically generate quality orders. Option C is wrong because quarantine zones are physical or virtual locations for isolating nonconforming or suspect inventory, not a configuration for triggering quality orders. Option D is wrong because test groups define the specific tests and sampling plans to be performed on a quality order, but they do not determine when or for which items quality orders are automatically created.

189
MCQmedium

A company wants to ensure that quality inspections are performed on a random sample of incoming raw materials. Which feature should be configured in Dynamics 365 Supply Chain Management?

A.Quarantine zones
B.Quality orders with sampling plans
C.Disposition codes
D.Nonconformance management
AnswerB

Quality orders can be triggered automatically based on sampling plans.

Why this answer

Quality orders can be automatically generated based on sampling plans to perform inspections on a random sample of incoming raw materials. Option A is incorrect because quarantine zones are used to isolate nonconforming materials after inspection, not for random sampling. Option C is incorrect because disposition codes are used to define the outcome of a quality order, not to trigger inspections.

Option D is incorrect because nonconformance management is used to manage issues after a nonconformance is identified, not to perform random inspections.

190
MCQeasy

A company uses Dynamics 365 Supply Chain Management and wants to ensure that raw materials are inspected before being put away. Which warehouse management configuration should be used?

A.Create a putaway work template that requires inspection.
B.Configure location directives to direct items to a quarantine location.
C.Set up a quality order that is automatically generated upon receipt.
D.Configure a mobile device menu item for inspection.
AnswerC

Quality orders enforce inspection before putaway.

Why this answer

A quality order can be automatically generated upon receipt to enforce inspection before putaway. Option A is wrong because putaway work is created after inspection; it doesn't enforce inspection. Option B is wrong because location directives guide where to put items, not inspection.

Option D is wrong because mobile device menu items are used for scanning, not configuration of inspection.

191
MCQeasy

A company uses Dynamics 365 Supply Chain Management for quality control. They want to automatically generate quality orders for a specific item when it is received from a certain vendor. How should they achieve this?

A.Quality groups
B.Nonconformance types
C.Quality associations
D.Test instruments
AnswerC

Quality associations trigger quality orders based on criteria like item and vendor.

Why this answer

Quality associations define when quality orders are generated automatically. Option C is correct. Option A is for generic quality groups.

Option B is for nonconformance types. Option D is for test instruments.

192
MCQhard

A company using Dynamics 365 Supply Chain Management is experiencing delays in order fulfillment because the picking process is not optimized. The warehouse manager wants to implement a system that directs pickers to the most efficient route based on current warehouse layout. Which feature should be configured to achieve this?

A.RFID (Radio-Frequency Identification)
B.Mobile device menu items
C.Product filters
D.Location directives with wave processing
AnswerD

Location directives in wave processing can be set to create optimized pick routes based on warehouse layout.

Why this answer

Location directives with wave processing are designed to optimize warehouse picking by directing pickers to the most efficient route based on the current warehouse layout. They use predefined criteria (e.g., zone, location rank, or FEFO) to generate pick work during wave execution, ensuring minimal travel time. This directly addresses the delay caused by an unoptimized picking process.

Exam trap

The trap here is that candidates often confuse mobile device menu items (which control what pickers see on their scanner) with the underlying logic that determines the picking route, leading them to choose Option B instead of the correct location directives.

How to eliminate wrong answers

Option A is wrong because RFID is a data capture technology for tracking inventory via radio waves, not a routing or optimization feature for picker paths. Option B is wrong because mobile device menu items define the user interface and actions available on handheld scanners, but they do not determine the picking route or sequence. Option C is wrong because product filters are used to narrow down product selections in queries or reports, not to direct pickers to efficient routes in the warehouse.

193
MCQmedium

A retailer uses Dynamics 365 Supply Chain Management to manage inventory across multiple stores. They need to ensure that store managers can only see inventory for their own store. What configuration should they use?

A.Product filters
B.Data security policies
C.Inventory Visibility add-in
D.Warehouse management parameters
AnswerB

Data security policies can restrict record visibility based on user roles and organizational hierarchy.

Why this answer

Data security policies in Dynamics 365 Supply Chain Management allow administrators to restrict record-level access based on user roles and context, such as limiting inventory visibility to a specific store. By configuring a data security policy that filters inventory records by the store dimension, store managers will only see data relevant to their assigned store. This is the correct approach because it enforces row-level security without customizing forms or reports.

Exam trap

The trap here is that candidates often confuse product filters (which limit product visibility) with data security policies (which limit record-level access), leading them to choose Option A instead of the correct security mechanism.

How to eliminate wrong answers

Option A is wrong because product filters control which products appear in searches and catalogs, not which inventory records a user can see per store. Option C is wrong because the Inventory Visibility add-in provides a separate, high-performance inventory service for external systems and does not enforce per-store security policies within the Supply Chain Management client. Option D is wrong because warehouse management parameters define operational settings like picking routes and location profiles, not user-specific data access restrictions.

194
MCQeasy

A company uses Dynamics 365 Supply Chain Management to manage its supply chain. They need to track the carbon footprint of each product throughout its lifecycle. Which capability should they use?

A.Asset management
B.Quality management
C.Product compliance
D.Sustainability module
AnswerD

The Sustainability module provides carbon footprint tracking for products.

Why this answer

The Sustainability module in Dynamics 365 Supply Chain Management provides carbon footprint tracking. Option A is wrong because Asset management tracks equipment, not product carbon footprint. Option B is wrong because Quality management ensures product quality, not environmental impact.

Option C is wrong because Product compliance focuses on regulatory compliance, not carbon footprint.

195
MCQeasy

A small manufacturing company recently implemented Dynamics 365 Supply Chain Management to manage their production. They produce custom furniture and want to use production orders to track costs and materials. The production manager creates a production order for a new chair design. However, when they try to estimate the production order, they receive an error: 'No active bill of materials (BOM) version exists for the item.' The item (chair) has a BOM, but the BOM version is set to 'Draft' status. The manager needs to proceed with the production order as soon as possible. What should the administrator do to resolve this issue?

A.Change the BOM version status from 'Draft' to 'Approved' and then 'Active'.
B.Copy the BOM from a similar item and assign it to the chair.
C.Delete the existing BOM version and create a new one with 'Active' status directly.
D.Set the production order to not require a BOM by clearing the BOM field.
AnswerA

Activating the BOM version makes it available for production orders.

Why this answer

The BOM version must be approved and activated before it can be used on production orders. Setting to 'Active' status makes it usable. Deleting and recreating would waste time.

Copying from another item may introduce errors. Changing the production order to use the route only bypasses the BOM requirement but materials won't be tracked.

196
MCQhard

A global manufacturer uses Dynamics 365 Supply Chain Management. They produce high-value machinery and need to track the exact materials used in each finished good for service and warranty purposes. The company uses discrete manufacturing with production orders. Currently, the system estimates material consumption based on the bill of materials (BOM), but actual consumption may vary due to scrap or rework. The company wants to capture actual material consumption in real time on the shop floor using handheld scanners. You need to configure the system to allow shop floor workers to report material consumption against a production order. You have the following options: A. Use the Production floor execution interface and enable the 'Report as finished' and 'Report as consumed' options on the production order. B. Use the Warehouse Management mobile app to perform a raw material picking and consumption process via a mobile device menu item. C. Use the BOM version to force exact consumption and ignore variances. D. Use the Inventory adjustments journal to manually reduce raw material inventory after production. Which option should you choose?

A.Use the Production floor execution interface and enable the 'Report as finished' and 'Report as consumed' options on the production order.
B.Use the Inventory adjustments journal to manually reduce raw material inventory after production.
C.Use the Warehouse Management mobile app to perform a raw material picking and consumption process via a mobile device menu item.
D.Use the BOM version to force exact consumption and ignore variances.
AnswerC

Correct. The Warehouse Management mobile app can be configured with a mobile device menu item for raw material picking and consumption, enabling workers to scan and report actual material usage in real time against production orders.

Why this answer

The Warehouse Management mobile app can be configured with a menu item for raw material picking and consumption, allowing real-time scanning and actual consumption capture on the shop floor. Option A is incorrect because the Production floor execution interface is primarily for reporting progress and finishing, but consumption reporting via that interface does not provide the same real-time scanning capability as the warehouse mobile app. Option B is incorrect because the Inventory adjustments journal is a manual, after-the-fact process that does not capture consumption in real time and is prone to errors.

Option D is incorrect because forcing exact consumption via the BOM version ignores actual variances such as scrap or rework, which defeats the purpose of tracking actual material usage.

197
MCQmedium

A company uses Dynamics 365 Supply Chain Management. They receive a shipment of raw materials, but the quantity received is less than the purchase order. They want to update inventory with the actual received quantity and create a backorder for the remaining. What should they do?

A.Register the received quantity in the receiving journal and mark the open order line as backorder.
B.Cancel the purchase order and create a new one for the received quantity.
C.Use the 'Receive against order' option to post the full quantity.
D.Record the received quantity as an inventory adjustment.
AnswerA

This updates inventory and leaves the remaining quantity on the purchase order as backorder.

Why this answer

Dynamics 365 Supply Chain Management allows partial receipt of a purchase order by registering the actual received quantity in a receiving journal. The remaining quantity can be marked as a backorder on the open order line, which automatically creates a backorder for the outstanding amount without canceling the original purchase order. This ensures inventory is updated accurately with the received quantity while the system tracks the backordered quantity for future fulfillment.

Exam trap

The trap here is that candidates often confuse inventory adjustments with purchase order receipts, thinking that any inventory update can be done via adjustments, but adjustments do not link to the purchase order and cannot create backorders.

How to eliminate wrong answers

Option B is wrong because canceling the purchase order and creating a new one is inefficient and loses the original order reference, pricing, and delivery schedule; Dynamics 365 supports partial receipts natively. Option C is wrong because using 'Receive against order' to post the full quantity would incorrectly record inventory as if the entire order was received, causing inventory discrepancies and violating the actual receipt. Option D is wrong because recording the received quantity as an inventory adjustment bypasses the purchase order process, breaking the procurement-to-pay workflow and failing to create a backorder for the remaining quantity.

198
MCQhard

A manufacturing company uses Dynamics 365 Supply Chain Management for process manufacturing. They produce a liquid chemical that requires a specific mixing time. Which feature should be used to enforce that the production step takes at least 30 minutes before the next step can begin?

A.Product configuration model
B.Route operation with a 'Process time' set to 30 minutes
C.Production orders with a bill of materials (BOM)
D.Quality order with a test time
AnswerB

Route operations define the steps and can specify process times that must be met.

Why this answer

A route operation with a 'Process time' of 30 minutes will enforce that the operation takes at least that long. Option A is for discrete manufacturing, not process. Option C is for product configuration, not production steps.

Option D is for quality management, not time enforcement.

199
Multi-Selectmedium

Which TWO of the following are features of Dynamics 365 Supply Chain Management that enable real-time visibility into inventory across multiple warehouses?

Select 2 answers
A.Inventory aging report
B.Procurement and Sourcing module
C.Inventory Visibility Service add-in
D.Power BI content pack for Dynamics 365 Supply Chain Management
E.Warehouse Management mobile app
AnswersC, D

Correct. The Inventory Visibility Service add-in enables real-time visibility and soft reservations across multiple warehouses.

Why this answer

The Inventory Visibility Service add-in (C) provides real-time visibility into inventory across multiple warehouses, enabling soft reservations and multi-warehouse sourcing. The Power BI content pack for Dynamics 365 Supply Chain Management (D) offers real-time dashboards for inventory analysis across locations. The Inventory aging report (A) is a historical view, not real-time.

The Procurement and Sourcing module (B) focuses on purchasing processes, not cross-warehouse visibility. The Warehouse Management mobile app (E) is used for scanning and operational tasks within a single warehouse, not for visibility across warehouses.

200
MCQeasy

A procurement manager reviews a purchase order. How many units of item M-100 are still due to be received?

A.100
B.50
C.150
D.50
AnswerB

50 is the quantity still due (100 - 50).

Why this answer

The purchase order for item M-100 has a quantity of 100 units ordered. The receipt history shows 50 units have already been received. Therefore, the remaining quantity due to be received is 100 - 50 = 50 units.

In Dynamics 365 Supply Chain Management, the 'Open order quantity' or 'Remaining delivery' field on the purchase order line reflects this calculation.

Exam trap

The trap here is that two answer options (B and D) display the same numeric value (50), testing whether the candidate carefully reads the question and recognizes that only one is marked as correct, while the other is a distractor.

How to eliminate wrong answers

Option A is wrong because 100 represents the total ordered quantity, not the quantity still due after partial receipt. Option C is wrong because 150 exceeds the ordered quantity and would only be possible if an overdelivery tolerance was set, which is not indicated. Option D is wrong because it is a duplicate of the correct answer (50) but appears as a separate option; the correct answer is B, not D.

201
Multi-Selectmedium

Which TWO modules are part of Dynamics 365 Supply Chain Management for warehouse operations?

Select 2 answers
A.Asset Management
B.Project Management
C.Inventory Management
D.Transportation Management
E.Warehouse Management
AnswersC, E

Inventory Management tracks stock levels and movements.

Why this answer

The correct answers are C and E. Inventory Management (C) and Warehouse Management (E) are core modules of Dynamics 365 Supply Chain Management that directly support warehouse operations. Option A, Asset Management, is focused on maintaining equipment and assets, not warehouse operations.

Option B, Project Management, handles project-based planning and execution, unrelated to warehousing. Option D, Transportation Management, deals with logistics and freight, which is distinct from in-warehouse operations.

202
MCQeasy

A company uses Dynamics 365 Supply Chain Management and wants to track a product's entire lifecycle from raw material to finished good and through to customer delivery. Which feature should they use?

A.Bill of materials (BOM)
B.Product traceability (batch/serial tracking)
C.Route management
D.Inventory aging report
AnswerB

It tracks items through the entire supply chain.

Why this answer

Product traceability (batch/serial tracking) enables tracking of items from raw material through production to customer delivery. Option A (Bill of materials) defines product structure but does not track movement. Option C (Route management) defines production steps but not traceability.

Option D (Inventory aging report) shows stock aging but not full traceability.

203
MCQhard

A global manufacturer uses Dynamics 365 Supply Chain Management. They are implementing IoT-enabled predictive maintenance for their production equipment. Which component should they integrate with Supply Chain Management to receive and process IoT signals?

A.Azure Machine Learning
B.Power Automate
C.Azure IoT Hub
D.IoT Intelligence add-in
AnswerD

The IoT Intelligence add-in is specifically designed to receive IoT signals and trigger maintenance actions in Supply Chain Management.

Why this answer

The IoT Intelligence add-in for Dynamics 365 Supply Chain Management is specifically designed to receive IoT signals and trigger maintenance actions. Option A is wrong because Azure Machine Learning is a platform for building predictive models, but it does not directly receive IoT signals; it requires a data pipeline to ingest data. Option B is wrong because Power Automate can be used to automate workflows but is not the primary component for receiving and processing IoT signals.

Option C is wrong because Azure IoT Hub is a cloud service for ingesting IoT data, but it is not directly integrated with Supply Chain Management without the IoT Intelligence add-in.

204
Drag & Dropmedium

Drag and drop the steps to configure a sales order in Dynamics 365 Supply Chain Management in the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4

Why this order

Creating a sales order involves navigating to the sales orders list, creating a new order, selecting the customer, adding items, and submitting.

205
MCQhard

A company uses Dynamics 365 Supply Chain Management and wants to implement a strategy where products are stored at multiple warehouse locations, but picking is optimized by consolidating orders from the nearest location to the customer. Which configuration supports this?

A.Set up multi-site warehouse management and use location directives
B.Implement vendor-managed inventory for all products
C.Use transfer orders to move stock between warehouses
D.Configure a single warehouse with multiple zones
AnswerA

Location directives can route picking to the nearest warehouse.

Why this answer

Multi-site warehouse management with location directives allows routing of picking to the nearest warehouse based on distance or zone. Option A is correct because location directives can be configured to prioritize picking from the warehouse closest to the customer's ship-to address. Option B (Vendor-managed inventory) is a supplier strategy, not internal optimization.

Option C (Transfer orders) moves stock between warehouses but does not automatically optimize picking across sites. Option D (Single warehouse with multiple zones) stores products within one physical location and cannot consolidate orders across different sites.

206
MCQmedium

A manufacturing company uses Dynamics 365 Supply Chain Management. They notice that the production schedule is not reflecting real-time capacity constraints, causing delays. Which feature should they configure to dynamically adjust schedules based on current resource availability?

A.Finite scheduling
B.Shop floor execution
C.Gantt chart views
D.Material requirements planning (MRP)
AnswerA

Finite scheduling considers resource capacity and automatically adjusts production schedules to avoid overloading.

Why this answer

Finite scheduling considers capacity constraints and dynamically adjusts production schedules based on current resource availability. Option B (Shop floor execution) is incorrect because it tracks and manages actual production activities, not schedule adjustments. Option C (Gantt chart views) is incorrect because Gantt charts are visualization tools that display schedules but do not automatically adjust them based on capacity.

Option D (Material requirements planning, MRP) is incorrect because MRP focuses on material planning and procurement, not on capacity-based scheduling.

207
MCQhard

A company uses Dynamics 365 Supply Chain Management and wants to integrate with an external transportation management system (TMS) to get real-time shipping rates. Which integration approach should they use?

A.Use OData endpoints to expose carrier data
B.Use Power Automate to call a third-party API
C.Use data entities to import rates from a flat file
D.Configure the transportation management module to use rate shopping
AnswerD

The TMS module can be configured to get real-time rates from external carriers.

Why this answer

The transportation management module in Dynamics 365 Supply Chain Management includes built-in rate shopping functionality that can integrate with external TMS providers to retrieve real-time shipping rates. This feature uses rate route workbenches and rate engines to compare rates from multiple carriers dynamically, making it the native and intended approach for real-time rate integration.

Exam trap

The trap here is that candidates often confuse general integration tools like OData or Power Automate with the specialized, built-in rate shopping functionality of the transportation management module, assuming any API-based integration is sufficient without recognizing the need for rate comparison logic.

How to eliminate wrong answers

Option A is wrong because OData endpoints are used for exposing and querying data from Dynamics 365, not for real-time rate retrieval from an external TMS; they lack the real-time rate shopping logic. Option B is wrong because Power Automate can call third-party APIs, but it is a general-purpose automation tool and not designed for the specialized rate shopping and carrier rate comparison logic required in transportation management. Option C is wrong because data entities and flat file imports are batch-oriented and static, not suitable for real-time rate retrieval; they are used for bulk data migration or periodic updates, not live rate shopping.

208
MCQeasy

A company uses Dynamics 365 Supply Chain Management to manage its supply chain. They need to forecast demand for the next quarter to plan procurement and production. Which module should they use for demand forecasting?

A.Procurement and sourcing
B.Master planning
C.Production control
D.Sales and marketing
AnswerB

Master planning includes demand forecasting models to predict future demand.

Why this answer

Master planning in Dynamics 365 Supply Chain Management is the module specifically designed for demand forecasting. It uses historical data and statistical methods to generate forecasts that drive procurement and production planning. The other modules handle execution or sales tracking, not the forecasting engine.

Exam trap

The trap here is that candidates confuse the Sales and marketing module's sales history and pipeline data with the actual forecasting engine, but demand forecasting is a dedicated function within Master Planning that requires statistical processing, not just sales data entry.

How to eliminate wrong answers

Option A is wrong because Procurement and sourcing manages purchasing activities and vendor relationships, not demand forecasting. Option C is wrong because Production control handles manufacturing execution, scheduling, and shop floor operations, not forecasting future demand. Option D is wrong because Sales and marketing manages customer relationships, leads, and sales orders, but does not include the statistical forecasting engine required for demand prediction.

209
MCQeasy

A company wants to automate the replenishment of raw materials to production lines based on actual consumption. Which capability in Dynamics 365 Supply Chain Management should they use?

A.Master planning
B.Kanban rules
C.Quality management
D.Vendor collaboration
AnswerB

Kanban rules enable pull-based replenishment based on actual consumption.

Why this answer

Kanban rules in Dynamics 365 Supply Chain Management are specifically designed to automate material replenishment based on actual consumption signals (e.g., from production line scans or barcode reads). They implement a pull-based system where a kanban card triggers a replenishment event only when material is consumed, aligning directly with the requirement for consumption-driven automation.

Exam trap

The trap here is that candidates often confuse Master planning (a push-based, forecast-driven process) with the consumption-based pull logic of Kanban rules, because both deal with replenishment, but they operate on fundamentally different triggers and time horizons.

How to eliminate wrong answers

Option A is wrong because Master planning is a push-based, forecast-driven process that calculates net requirements and generates planned orders for future demand, not a real-time consumption-based replenishment mechanism. Option C is wrong because Quality management handles inspection, nonconformance, and corrective actions for product quality, not the automation of material replenishment. Option D is wrong because Vendor collaboration is a portal for external suppliers to view purchase orders, forecasts, and inventory levels, but it does not automate internal replenishment to production lines based on consumption.

210
MCQhard

A company uses Dynamics 365 Supply Chain Management and wants to implement demand-driven material requirements planning (DDMRP). Which feature should they configure to support DDMRP?

A.Master planning parameters
B.BOM versions
C.Forecast models
D.Coverage groups with appropriate settings
AnswerD

Coverage groups enable DDMRP by defining buffers and decoupled lead times.

Why this answer

'Coverage groups' allow setting up decoupled lead times and buffer zones, which are essential for DDMRP. Option A is wrong because 'Master planning parameters' are general settings for the master planning engine, not specific to DDMRP. Option B is wrong because 'BOM versions' define product structure and are not directly related to DDMRP.

Option C is wrong because 'Forecast models' are used for traditional demand forecasting, not for the buffer-driven approach of DDMRP.

211
Multi-Selectmedium

Which TWO of the following are capabilities of Dynamics 365 Supply Chain Management?

Select 2 answers
A.Customer relationship management
B.Transportation management
C.Demand forecasting
D.Project accounting
E.Human resources management
AnswersB, C

Transportation management is a module within Supply Chain Management.

Why this answer

Options B and C are correct: Transportation management and Demand forecasting are core capabilities of Dynamics 365 Supply Chain Management. Option A is incorrect because Customer relationship management is handled by Dynamics 365 Sales. Option D is incorrect because Project accounting is a feature of Dynamics 365 Project Operations.

Option E is incorrect because Human resources management belongs to Dynamics 365 Human Resources.

212
MCQhard

A company uses Dynamics 365 Supply Chain Management and wants to ensure that when a sales order is created, the system automatically checks if there is enough inventory to fulfill it. If not, the order should be placed on hold until the required materials are available. Which feature should they use?

A.Inbound load planning
B.Available-to-Promise (ATP) with inventory reservation
C.Transfer order status
D.Quality orders
AnswerB

Checks availability and can place orders on hold.

Why this answer

ATP (Available-to-Promise) with inventory reservation checks inventory availability in real-time when a sales order is created. If sufficient inventory is not available, the system can automatically place the order on hold until the required materials become available. Option A (Inbound load planning) focuses on receiving inbound shipments, not sales order availability.

Option C (Transfer order status) manages internal transfer orders, not direct sales order fulfillment. Option D (Quality orders) is about quality control processes, not inventory availability.

213
Multi-Selecthard

A manufacturing company uses Dynamics 365 Supply Chain Management. Which THREE components are required to set up a production process for a discrete manufacturing scenario?

Select 3 answers
A.Kanban rules
B.Bill of materials
C.Production order
D.Route
E.Costing sheet
AnswersB, C, D

BOM defines the components and quantities needed for the finished product.

Why this answer

In a discrete manufacturing scenario, the bill of materials (BOM) is required because it defines the list of components and raw materials needed to produce a finished product. The production order is the core document that authorizes and tracks the manufacturing execution, while the route specifies the sequence of operations and work centers. Together, these three elements form the foundation for planning and executing production in Dynamics 365 Supply Chain Management.

Exam trap

The trap here is that candidates may confuse kanban rules (used in lean manufacturing) as a requirement for discrete manufacturing, when in fact discrete manufacturing relies on production orders, BOMs, and routes.

214
Multi-Selecthard

A company uses Dynamics 365 Supply Chain Management for warehouse operations. The warehouse manager wants to improve inventory accuracy and reduce the time spent on physical inventory counts. Which TWO actions should the manager take?

Select 2 answers
A.Implement cycle counting based on ABC classification.
B.Deploy handheld scanners to record inventory movements.
C.Increase safety stock levels for fast-moving items.
D.Schedule full inventory counts at the end of each month.
E.Require daily counting of all inventory items.
AnswersA, B

Cycle counting allows frequent counts of high-value items without stopping operations.

Why this answer

Cycle counting based on ABC classification allows the warehouse to count high-value or fast-moving items (A items) more frequently than low-value or slow-moving items (C items). This targeted approach improves inventory accuracy without the disruption of full physical counts, and Dynamics 365 Supply Chain Management supports ABC classification directly in the cycle counting setup.

Exam trap

The trap here is that candidates may confuse cycle counting with full physical inventory counts or think that increasing safety stock is a valid inventory accuracy technique, when in fact it only addresses stock availability, not accuracy.

215
MCQmedium

A company wants to automatically create purchase orders when inventory for a specific item drops below a predefined level. Which master planning concept should be used?

A.Safety stock
B.Coverage group
C.Forecast model
D.Reorder point
AnswerD

Correct. Reorder point is the predefined inventory level that triggers master planning to generate purchase orders for replenishment.

Why this answer

In Dynamics 365 Supply Chain Management, the reorder point concept is used to automatically trigger purchase orders when inventory drops below a predefined level. The reorder point is a specific inventory level that signals the need for replenishment. Master planning monitors inventory levels and generates planned purchase orders when the reorder point is reached.

Safety stock, on the other hand, is an additional buffer quantity meant to protect against stockouts due to variability, not the primary trigger for replenishment. Coverage groups define planning parameters like time fences and replenishment strategies, but not the specific trigger level. Forecast models are used for demand forecasting, not for inventory replenishment triggers.

Exam trap

Candidates often confuse safety stock with reorder point, thinking safety stock triggers replenishment, but in Dynamics 365 Supply Chain Management, the reorder point is the trigger.

216
MCQeasy

A company uses Dynamics 365 Supply Chain Management and wants to manage the procurement of raw materials from multiple suppliers. They need to compare supplier prices, lead times, and quality ratings before selecting a vendor. Which module should they use?

A.Production control
B.Sales and marketing
C.Inventory management
D.Procurement and sourcing
AnswerD

Manages suppliers and purchasing processes.

Why this answer

Procurement and sourcing manages supplier information, requests for quotations, and vendor comparisons. Option A (Production control) is for manufacturing. Option B (Sales and marketing) is for selling.

Option C (Inventory management) focuses on stock, not procurement. Option D (Procurement and sourcing) is the correct module for managing raw material procurement and supplier comparison.

217
MCQmedium

A company wants to use Dynamics 365 Supply Chain Management to automate replenishment of raw materials from suppliers based on current inventory levels. Which feature should they configure?

A.Intercompany orders
B.Consignment inventory
C.Purchase agreements
D.Vendor-managed inventory (VMI)
AnswerD

VMI enables supplier-managed automated replenishment.

Why this answer

Vendor-managed inventory (VMI) allows suppliers to manage inventory levels. Purchase agreements set terms but don't automate replenishment. Intercompany orders handle transfers between subsidiaries.

Consignment is a financial ownership model, not automation.

218
Multi-Selectmedium

Which TWO features in Dynamics 365 Supply Chain Management can be used to improve warehouse picking efficiency?

Select 2 answers
A.Mobile device menu configuration for scanning
B.Cycle counting
C.Wave processing
D.Location profiles
E.Cluster picking
AnswersA, E

Enables efficient scanning and picking.

Why this answer

Mobile device menu configuration enables efficient scanning and picking by allowing workers to use handheld scanners. Cluster picking allows picking multiple orders in one trip, reducing travel time. Cycle counting is for inventory accuracy, not picking efficiency.

Wave processing groups orders for shipping, not directly for picking. Location profiles manage storage configurations, not picking. Therefore, the correct options are A and E.

219
MCQmedium

A company uses Dynamics 365 Supply Chain Management and wants to track the entire lifecycle of a product from raw material to finished good, including all transformations and movements. Which feature should they enable?

A.Inventory dimensions (location, pallet)
B.Bill of materials
C.Serial number and batch tracking
D.Production orders
AnswerC

Serial and batch tracking allows tracing a product from raw material to finished good through all movements and production.

Why this answer

Serial number and batch tracking enables end-to-end traceability from raw material to finished good, capturing all transformations and movements. Option A is wrong because inventory dimensions like location or pallet track storage locations but not the full lifecycle. Option B is wrong because a bill of materials defines the product structure (components) but does not track movement or transformations.

Option D is wrong because production orders manage manufacturing steps but lack the granular tracking of individual items or batches through the entire supply chain.

220
Multi-Selectmedium

Which TWO are benefits of using Dynamics 365 Supply Chain Management with IoT integration?

Select 2 answers
A.Real-time customer credit check
B.Vendor negotiation
C.Real-time asset tracking
D.Automated financial closing
E.Predictive maintenance on equipment
AnswersC, E

IoT enables tracking of assets.

Why this answer

IoT integration enables real-time asset tracking (Option C) and predictive maintenance on equipment (Option E). Option A (real-time customer credit check) is typically handled by Finance or Credit Management modules, not IoT. Option B (vendor negotiation) is a procurement activity unrelated to IoT.

Option D (automated financial closing) is a finance process, not an IoT benefit.

221
MCQeasy

A company uses Dynamics 365 Supply Chain Management to manage production orders. A production planner needs to schedule a rush order for a high-priority customer. The planner wants to see the impact on existing orders before committing. Which feature should the planner use?

A.Gantt chart scheduling on the production floor control board.
B.Finite scheduling on the resource group.
C.Production order details form.
D.Capacity planning workspace.
AnswerA

The Gantt chart provides a visual timeline of all production orders and allows rescheduling with instant feedback on conflicts.

Why this answer

The Gantt chart on the production floor control board provides a visual, interactive timeline that allows the planner to simulate the insertion of a rush order and immediately see its effect on existing production orders, including potential delays or resource conflicts. This feature supports 'what-if' analysis before committing the order, which directly matches the requirement to assess impact on existing orders.

Exam trap

The trap here is that candidates often confuse the interactive Gantt chart on the production floor control board with the static capacity planning workspace, assuming both provide the same level of 'what-if' simulation, but only the Gantt chart allows direct manipulation and immediate visual feedback for scheduling a rush order.

How to eliminate wrong answers

Option B is wrong because finite scheduling on the resource group is a method for automatically sequencing operations based on capacity constraints, but it does not provide a visual, interactive simulation for the planner to see the impact of a rush order before committing. Option C is wrong because the production order details form is used to view and edit a single order's parameters, not to visualize scheduling conflicts across multiple orders. Option D is wrong because the capacity planning workspace provides aggregated views of resource loads and capacity over time, but it lacks the interactive drag-and-drop scheduling and immediate visual feedback that the Gantt chart offers for inserting a rush order.

222
MCQeasy

A retail company uses Dynamics 365 Supply Chain Management to manage its distribution network. They have a central warehouse in Chicago and five regional distribution centers (RDCs) across the United States. The company wants to ensure that when a sales order is created for a customer in a specific region, the system automatically suggests fulfillment from the nearest RDC to minimize shipping costs and delivery time. Currently, sales order processing requires manual selection of the warehouse. Which feature should you configure to automate this process?

A.Transportation management
B.Inventory allocation
C.Demand forecasting
D.Warehouse assignment
AnswerD

Warehouse assignment automatically assigns a warehouse based on predefined rules such as customer location.

Why this answer

The 'Warehouse assignment' feature in Dynamics 365 Supply Chain Management allows you to define rules that automatically assign a warehouse based on criteria such as customer location or shipping address. Option A is wrong because Transportation management handles freight rates and routes, not warehouse assignment. Option B is wrong because Inventory allocation is for reserving inventory, not for automatically assigning a warehouse.

Option C is wrong because Demand forecasting predicts future demand, not fulfillment location.

223
MCQhard

You are configuring master planning for item A0001 in Dynamics 365 Supply Chain Management. The exhibit shows a coverage group configuration. Based on the exhibit, what is the expected behavior when the on-hand quantity drops to 400 units?

A.No action is taken because safety stock is 100 and on-hand is above that.
B.The system waits for the next period (30 days) before generating a planned order.
C.A planned order is generated to replenish up to 2000 units.
D.A planned order is generated to replenish only 100 units to meet safety stock.
AnswerC

On-hand 400 is below minimum 500, so a planned order is created up to maximum 2000.

Why this answer

With the MinMax reordering policy, when the on-hand quantity drops below the minimum (500), the system generates a planned order to replenish up to the maximum (2000). Option A is incorrect because the trigger is the minimum quantity, not safety stock. Option B is incorrect because the coverage period (30 days) does not delay the planned order generation; it only affects planning horizon.

Option D is incorrect because the replenishment quantity brings inventory to the maximum, not just safety stock.

224
MCQmedium

You are a solutions architect for a furniture manufacturer that uses Dynamics 365 Supply Chain Management. The company produces custom furniture and uses make-to-order production. They have the following requirements: (1) When a sales order is created, the system must automatically create a production order for the configured product. (2) The production order must use a BOM and route that are specific to the order configuration. (3) The production order must be scheduled based on material availability and capacity. (4) The company wants to use Copilot to assist in creating the production schedule. Which set of configurations should you implement?

A.Create a blanket sales order and use a kanban rule to trigger production.
B.Create a production order from the sales order, use product configuration models to generate BOM and route, schedule operations using finite capacity, and enable Copilot for scheduling.
C.Create a sales order and directly pick inventory; no production order needed.
D.Create a purchase order for the configured product and use a transfer order.
AnswerB

This meets all requirements: automatic production order creation, specific BOM/route, scheduling, and Copilot.

Why this answer

(1) Creating a production order from the sales order is standard for make-to-order scenarios. (2) Product configuration models dynamically generate a BOM and route specific to the order configuration. (3) Scheduling operations using finite capacity ensures material and capacity constraints are respected. (4) Copilot can assist in creating the production schedule. Option A (blanket sales order and kanban) is for repetitive manufacturing, not make-to-order. Option C (direct picking) bypasses production entirely, which doesn't meet the make-to-order requirement.

Option D (purchase order and transfer order) is for procuring finished goods, not producing configured products.

225
MCQmedium

Refer to the exhibit. A batch job for inventory replenishment is in 'Waiting' status. The last run failed due to insufficient inventory. What should you do to resolve the issue?

A.Change the recurrence to run every hour.
B.Manually adjust inventory levels for item A0001.
C.Cancel the batch job and create a new one.
D.Set the batch job to 'Withhold' to prevent future runs.
AnswerB

Increasing inventory will allow the replenishment to succeed.

Why this answer

The batch job failed due to insufficient inventory for item A0001. Manually adjusting the inventory levels resolves the root cause—lack of available stock—allowing the batch job to succeed on its next run without requiring a new job or schedule change. In Dynamics 365 Supply Chain Management, inventory adjustments update the on-hand quantity directly, which the replenishment logic uses to determine if a replenishment is needed.

Exam trap

The trap here is that candidates may think changing the schedule or canceling the job will fix the failure, but the core issue is the inventory level itself, which must be corrected before the job can succeed.

How to eliminate wrong answers

Option A is wrong because changing the recurrence to run every hour does not address the underlying insufficient inventory issue; the job would still fail if stock levels remain unchanged. Option C is wrong because canceling the batch job and creating a new one does not fix the inventory shortage; the new job would encounter the same failure unless inventory is adjusted first. Option D is wrong because setting the batch job to 'Withhold' prevents it from running entirely, which avoids the failure but does not resolve the inventory problem or allow replenishment to occur.

← PreviousPage 3 of 5 · 324 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Describe Dynamics 365 Supply Chain Management questions.