Courseiva

Microsoft Dynamics 365 Fundamentals ERP MB-920 (MB-920) — Questions 376450

930 questions total · 13pages · All types, answers revealed

Page 5

Page 6 of 13

Page 7
376
MCQeasy

A retail company uses Dynamics 365 Finance to manage its fixed assets. They purchase a new delivery truck. Which fixed asset transaction type should they use to record the purchase?

A.Acquisition
B.Impairment
C.Disposal
D.Depreciation
AnswerA

Acquisition records the purchase of a fixed asset. This is the correct transaction type for recording the purchase of a new truck.

Why this answer

Acquisition records the purchase of a fixed asset. Option B is wrong because impairment records a permanent decline in value. Option C is wrong because disposal records the sale or retirement.

Option D is wrong because depreciation records the value decrease over time.

377
MCQmedium

A manufacturing company uses Dynamics 365 Supply Chain Management. They notice that the planned production orders are not considering the latest demand changes. What should you check first?

A.Warehouse location directives
B.Inventory on-hand report
C.Quality order settings
D.Master planning execution
AnswerD

Master planning execution recalculates requirements and updates planned production orders to reflect latest demand changes.

Why this answer

Master planning must be run to recalculate planned production orders based on the latest demand changes. Option D is correct. Option A (Warehouse location directives) controls where items are stored/picked, not planning.

Option B (Inventory on-hand report) shows current stock but does not update planned orders. Option C (Quality order settings) manages quality inspections, not planning.

378
MCQeasy

A company uses Dynamics 365 Finance. The accounts receivable team needs to send payment reminders to customers automatically. Which feature should they configure?

A.Collection letters
B.Customer payment journals
C.Interest notes
D.Invoice journals
AnswerA

Collection letters automatically send payment reminders to customers.

Why this answer

The collection letter feature in Dynamics 365 Finance automatically sends payment reminders to customers. Option C is wrong because interest notes are for charging interest on overdue payments, not for sending reminders. Option B is wrong because customer payment journals record payments.

Option D is wrong because invoice journals record invoices.

379
Multi-Selectmedium

Which THREE processes are supported by the Production control module in Dynamics 365 Supply Chain Management?

Select 3 answers
A.Process manufacturing
B.Discrete manufacturing
C.Project manufacturing
D.Lean manufacturing
E.Service management
AnswersA, B, D

Process manufacturing is supported in Production control.

Why this answer

Options A, B, and D are correct. Discrete manufacturing, process manufacturing, and lean manufacturing are all supported production types. Option C is wrong because Project manufacturing is handled by Dynamics 365 Project Operations.

Option E is wrong because Service management is part of Dynamics 365 Customer Service or Project Operations.

380
MCQeasy

Refer to the exhibit. The budget control configuration shows that budget checks are enabled for purchase orders and vendor invoices. A purchase order is created for a budget amount that is 90% of the available budget. What happens during budget checking?

A.The purchase order is blocked from posting.
B.The purchase order is allowed and budget is overrun.
C.The budget check is skipped because purchase orders are not configured.
D.A warning is displayed but the purchase order can be posted.
AnswerD

90% exceeds the warning threshold (80%) but not the error threshold (100%).

Why this answer

The budget control configuration includes a warning threshold (e.g., 80%), and since the purchase order uses 90% of the available budget, it exceeds the warning threshold but not the error threshold (100%), so a warning is displayed but the purchase order can still be posted. Option A is incorrect because the purchase order is not blocked unless it exceeds the error threshold. Option B is incorrect because budget overrun (exceeding 100%) does not occur.

Option C is incorrect because purchase orders are configured for budget checking as shown in the exhibit.

381
MCQhard

Your organization is implementing Dynamics 365 Finance and needs to ensure that all financial transactions comply with local regulatory requirements for electronic invoicing in a specific country. Which feature should be configured?

A.Data entities
B.Electronic reporting (ER)
C.Budget control
D.Audit policies
AnswerB

Electronic reporting configures country-specific electronic invoice formats to comply with regulations.

Why this answer

Electronic reporting (ER) is the correct feature because it provides a configurable tool for generating electronic documents in formats required by local regulations, such as electronic invoices. ER allows you to define the data model, mapping, and format for outbound documents, ensuring compliance with country-specific electronic invoicing requirements without custom code.

Exam trap

The trap here is that candidates may confuse Electronic reporting (ER) with data entities or audit policies, thinking any data export or compliance feature can handle electronic invoicing, but ER is the only dedicated tool for generating regulatory electronic documents in the required format.

How to eliminate wrong answers

Option A is wrong because data entities are used for importing/exporting data via data management, not for generating regulatory electronic documents. Option C is wrong because budget control is a feature for monitoring and enforcing budget limits on expenditures, not for electronic invoicing compliance. Option D is wrong because audit policies are used to define rules for identifying potential risks or non-compliance in transactions, not for generating or formatting electronic invoices.

382
MCQhard

A Dynamics 365 Sales user runs a FetchXML query similar to the exhibit to retrieve accounts. The query returns fewer results than expected. The user expects to see accounts from Seattle with revenue over $1,000,000, but some accounts meeting these criteria are missing. What is the most likely cause?

A.The revenue condition uses 'gt' instead of 'ge', so accounts with exactly $1,000,000 are excluded
B.The filter type should be 'or' to include all Seattle accounts regardless of revenue
C.The order attribute is incorrect, causing some records to be hidden
D.The entity name is misspelled as 'account' instead of 'accounts'
AnswerA

Correct: 'gt' means greater than, so exactly $1,000,000 is not included.

Why this answer

The FetchXML query uses 'gt' (greater than) for the revenue condition, which excludes accounts with revenue exactly $1,000,000. The user expects accounts with revenue over $1,000,000, but 'gt' is strictly greater than, so accounts with revenue equal to $1,000,000 are omitted. Changing the operator to 'ge' (greater than or equal to) would include those accounts, resolving the discrepancy.

Exam trap

The trap here is that candidates may assume 'over $1,000,000' naturally excludes the exact value, but the FetchXML operator 'gt' strictly excludes it, while 'ge' would include it—testing attention to operator semantics versus natural language interpretation.

How to eliminate wrong answers

Option B is wrong because changing the filter type to 'or' would broaden the query to include all Seattle accounts regardless of revenue, which would return more results, not fewer, and does not address the specific issue of missing accounts with exactly $1,000,000 revenue. Option C is wrong because the order attribute only affects the sort order of results, not which records are included or excluded; it cannot cause records to be hidden from the result set. Option D is wrong because the entity name in FetchXML for the Account table is 'account' (not 'accounts'), so 'account' is correct; a misspelling would cause an error or no results, not fewer results.

383
MCQhard

A company uses Dynamics 365 Supply Chain Management with dual-write to Dynamics 365 Sales. They are experiencing issues where changes to product pricing in Supply Chain Management are not reflecting in Sales. What should they troubleshoot first?

A.Check the currency exchange rates in both systems
B.Review the Power Platform admin center for data integration errors
C.Verify that the dual-write table mappings include the pricing entity
D.Ensure that the pricing engine is set to real-time updates
AnswerC

Dual-write relies on table mappings; if the pricing mapping is missing or inactive, changes won't sync.

Why this answer

Dual-write relies on table mappings to synchronize data between Dynamics 365 applications. If the mapping for the pricing entity is not included or is inactive, changes to pricing in Supply Chain Management will not be reflected in Sales. Option A is incorrect because currency exchange rates are unrelated to the synchronization of pricing data; they affect currency conversion, not data sync.

Option B is incorrect because while the Power Platform admin center can show data integration errors, the first step is to verify that the necessary table mappings exist. Option D is incorrect because the pricing engine's real-time setting is not related to dual-write synchronization; the issue is about the mapping configuration.

384
Multi-Selecteasy

Which TWO planning methods are available in Dynamics 365 Supply Chain Management's master planning?

Select 2 answers
A.Capacity requirements planning (CRP)
B.Enterprise resource planning (ERP)
C.Production planning
D.Material requirements planning (MRP)
E.Distribution requirements planning (DRP)
AnswersD, E

MRP calculates material needs for production.

Why this answer

Options D and E are correct because master planning in Dynamics 365 Supply Chain Management supports both material requirements planning (MRP) and distribution requirements planning (DRP). Option A is incorrect because capacity requirements planning (CRP) is a related but separate process from master planning. Option B is incorrect because enterprise resource planning (ERP) is the system category, not a planning method.

Option C is incorrect because production planning is a broader term that encompasses various planning methods, but it is not a specific planning method available in master planning.

385
Multi-Selecthard

Which THREE of the following are capabilities of the Warehouse management module in Dynamics 365 Supply Chain Management?

Select 3 answers
A.License plate tracking
B.Route planning for inbound and outbound shipments
C.Inbound and outbound operation management
D.Demand forecasting using machine learning
E.Wave processing for picking and packing
AnswersA, C, E

License plates are used in warehouse management for tracking.

Why this answer

Options A, C, and E are correct. Warehouse management includes license plate tracking, inbound and outbound operation management, and wave processing for picking and packing. Option B is wrong because route planning is part of Transportation management.

Option D is wrong because demand forecasting is part of Master planning or separate features.

Exam trap

Candidates often confuse the boundaries between Warehouse management and Transportation management. Route planning is a Transportation management function, not a warehouse capability.

386
MCQmedium

A manufacturing company uses Dynamics 365 Finance and Operations. They want to automate the generation of purchase orders based on inventory levels falling below a reorder point. Which feature should they configure?

A.Inventory closing and adjustment
B.Safety stock and reorder point planning
C.Inventory cycle counting
D.Purchase requisition workflow
AnswerB

This feature automatically generates planned purchase orders when inventory falls below reorder point.

Why this answer

The 'Safety stock and reorder point planning' feature in Dynamics 365 Finance and Operations uses item coverage settings to automatically generate planned purchase orders when projected inventory falls below the defined reorder point. This is part of master planning, which calculates replenishment proposals based on inventory levels, lead times, and demand forecasts.

Exam trap

The trap here is that candidates often confuse inventory cycle counting (a verification process) with inventory replenishment, or they think purchase requisition workflows are automated triggers rather than manual request approvals.

How to eliminate wrong answers

Option A is wrong because inventory closing and adjustment is a periodic process used to correct inventory quantities and values, not to automate purchase order generation. Option C is wrong because inventory cycle counting is a physical counting method to verify on-hand stock accuracy, not a replenishment trigger. Option D is wrong because a purchase requisition workflow manages the approval process for internal requests to buy items, but it does not automatically generate purchase orders based on inventory levels; it requires manual initiation.

387
MCQhard

A multinational company uses Dynamics 365 Finance. They need to report financial data in both local GAAP and IFRS. Which feature should they use?

A.Currency translation
B.Ledger period
C.Consolidation
D.Financial dimensions
AnswerD

Financial dimensions can separate reporting for different accounting standards.

Why this answer

Correct answer: D - Financial dimensions. Financial dimensions in Dynamics 365 Finance allow you to track financial data by different attributes, such as cost center, department, or accounting standard. By setting up a financial dimension for 'Accounting Standard' and assigning values like 'Local GAAP' and 'IFRS', you can report in both standards simultaneously.

Option A is incorrect because Currency translation deals with converting amounts between currencies, not accounting standards. Option B is incorrect because Ledger period refers to the fiscal period (month, quarter, year) for transactions, not for tracking different standards. Option C is incorrect because Consolidation is used to combine financial results of multiple legal entities, not to report under multiple accounting standards within one entity.

388
MCQeasy

You are a system administrator for a retail company using Dynamics 365 Finance. The company processes a large number of purchase orders and invoices daily. The accounts payable team wants to automate the matching of purchase order receipts with vendor invoices to reduce errors. You need to configure the system to perform three-way matching (purchase order, receipt, invoice). What should you do?

A.Enable two-way matching in Accounts payable parameters, and set up matching tolerance.
B.Configure vendor invoice policies to require receipt confirmation before posting.
C.Set up purchase agreements with price tolerance, and use invoice matching validation.
D.Enable three-way matching in Accounts payable parameters, and configure matching policies to validate prices and quantities.
AnswerD

Correct: Three-way matching validates PO, receipt, and invoice.

Why this answer

Three-way matching is configured in Accounts payable parameters, where you can enable matching validation and set policies to match prices and quantities across the purchase order, receipt, and invoice. Option A is incorrect because two-way matching only matches the purchase order and invoice, not the receipt. Option B is incorrect because vendor invoice policies control receipt confirmation requirements but do not enable three-way matching.

Option C is incorrect because purchase agreements set price tolerances, but the invoice matching validation is configured in Accounts payable parameters, not via agreements.

389
MCQmedium

A manufacturing company uses Dynamics 365 Finance. They want to ensure that raw materials are automatically reserved when a production order is created and that the cost of the raw materials is included in the production order cost. Which costing method supports this requirement?

A.Weighted average
B.Standard costing
C.LIFO
D.FIFO
AnswerB

Standard costing uses predetermined costs, allowing automatic reservation of materials and inclusion in production order cost.

Why this answer

Standard costing uses predefined standard costs, allowing automatic reservation of materials at standard cost and inclusion of those costs in the production order. Option A (Weighted average) calculates cost based on average inventory cost, not standard cost, and does not support automatic reservation. Option C (LIFO) and D (FIFO) are inventory valuation methods based on physical flow and actual costs, not standard costs, and do not enable automatic reservation at standard cost.

390
MCQhard

A company uses Dynamics 365 Finance with dual-currency accounting. They have transactions in both USD and EUR. The general ledger is set to USD, but a user posts a vendor invoice in EUR without specifying an exchange rate. The system posts the invoice at a rate of 0. The next day, the exchange rate for EUR/USD is 1.10. What is the impact on the general ledger?

A.The system rejects the invoice due to a missing exchange rate.
B.The system automatically updates the invoice using the next day's rate of 1.10.
C.The invoice is posted with a zero USD amount, causing an imbalance.
D.The system posts the invoice and creates an exchange rate difference journal.
AnswerC

Without a rate, the USD amount is zero, leading to an unbalanced entry.

Why this answer

When a vendor invoice is posted in a currency other than the ledger currency without an exchange rate specified, Dynamics 365 Finance uses the default exchange rate. If no default rate is configured, the rate is zero, resulting in a zero amount in the ledger currency (USD) and causing an imbalance in the general ledger. Option A is incorrect because the system does not reject the invoice; it posts with the available rate (zero).

Option B is incorrect because the system does not automatically update the invoice after posting with a later exchange rate; the rate at the time of posting is used. Option D is incorrect because the system does not automatically create an exchange rate difference journal when the rate is zero; exchange rate differences are calculated only when the transaction is settled.

391
MCQhard

A company uses Dynamics 365 Supply Chain Management with advanced warehouse management. They experience slow performance when running the 'Release to warehouse' batch job for sales orders. The warehouse manager suspects that the location directives are inefficient. Which approach should they take to improve performance?

A.Disable location directives
B.Analyze and optimize location directive queries and indexes
C.Increase the number of batch servers
D.Reduce the number of wave steps
AnswerB

Analyzing and optimizing location directive queries and indexes can directly address performance bottlenecks by improving query efficiency and reducing execution time.

Why this answer

Analyzing and optimizing location directive queries and indexes can identify performance bottlenecks such as missing indexes or inefficient query logic, which directly improves the 'Release to warehouse' batch job performance. Option A is incorrect because disabling location directives would break the putaway process entirely. Option C is incorrect because adding more batch servers adds capacity but does not address inefficient location directives.

Option D is incorrect because reducing wave steps may affect warehouse functionality but does not address the root cause of slow location directive processing.

392
MCQhard

A company that produces perishable goods needs to enforce strict lot control and first-expiry-first-out (FEFO) picking. Which configuration in Dynamics 365 Supply Chain Management is essential?

A.Lot control and FEFO picking criteria
B.Product dimension groups
C.Batch attributes
D.Serial number control
AnswerA

Lot control enables batch tracking and FEFO ensures oldest expiry is picked first.

Why this answer

Enforcing strict lot control and first-expiry-first-out (FEFO) picking criteria in Dynamics 365 Supply Chain Management requires enabling lot control on the product (via tracking dimension groups) and then setting the FEFO picking criteria on the warehouse location directive. This configuration ensures that items with the nearest expiry date are picked first, which is critical for perishable goods to minimize waste and comply with regulatory requirements.

Exam trap

The trap here is that candidates often confuse 'batch attributes' (Option C) with expiry date handling, but batch attributes are an optional filter and do not enforce the FEFO picking sequence; the core requirement is the combination of lot control and FEFO picking criteria in the location directive.

How to eliminate wrong answers

Option B (Product dimension groups) is wrong because product dimension groups define configuration, size, color, and style variants, not lot or expiry tracking; they do not enforce FEFO picking. Option C (Batch attributes) is wrong because batch attributes are used to capture and filter on qualitative or quantitative characteristics of a batch (e.g., potency, taste), but they do not by themselves enforce FEFO picking order; FEFO requires the expiry date to be used as the primary sorting criterion. Option D (Serial number control) is wrong because serial number control tracks individual units for warranty or traceability but does not consider expiry dates or enforce FEFO; it is typically used for high-value or regulated items, not for perishable goods requiring expiry-based picking.

393
MCQmedium

A company uses Dynamics 365 Supply Chain Management and wants to optimize warehouse operations by grouping similar items together to reduce travel time for pickers. Which configuration should they use?

A.Warehouse zone groups
B.Product filter codes
C.Item coverage group
D.Batch attributes
AnswerA

Correct. Warehouse zone groups enable efficient grouping of similar items into zones, minimizing travel time.

Why this answer

Warehouse zone groups allow items to be grouped together in zones based on characteristics like size, velocity, or storage requirements, which reduces travel time for pickers. Option A is correct. Option B (Product filter codes) is used for filtering products in processes like picking or receiving, not for warehouse layout optimization.

Option C (Item coverage group) is used for planning replenishment and safety stock. Option D (Batch attributes) are used for batch tracking and quality management.

394
MCQhard

A company uses Dynamics 365 Supply Chain Management. They need to calculate a costed bill of materials (BOM) that includes manufacturing overhead. Which costing method should they use?

A.Moving Average
B.Standard Cost
C.FIFO
D.BOM Calculation with Costing Sheet
AnswerD

BOM calculations with costing sheet can include manufacturing overhead.

Why this answer

D is correct because the BOM Calculation with Costing Sheet is specifically designed to calculate a costed bill of materials that includes manufacturing overhead. In Dynamics 365 Supply Chain Management, the costing sheet allows you to define overhead rates, such as machine or labor overhead, and automatically apply them during BOM calculation, ensuring the total cost reflects both material and overhead components.

Exam trap

The trap here is that candidates confuse inventory costing methods (Moving Average, Standard Cost, FIFO) with the BOM calculation process, assuming any costing method can calculate a costed BOM with overhead, when only the BOM Calculation with Costing Sheet is designed for that purpose.

How to eliminate wrong answers

Option A is wrong because Moving Average is a perpetual inventory costing method that calculates the average cost of items after each receipt, not a tool for calculating a costed BOM with overhead. Option B is wrong because Standard Cost is a costing method used for inventory valuation and variance analysis, not a calculation process that includes manufacturing overhead in a BOM. Option C is wrong because FIFO (First In, First Out) is an inventory valuation method that assumes oldest stock is sold first, and it does not support the inclusion of manufacturing overhead in a BOM calculation.

395
Multi-Selecthard

Which THREE components are essential for setting up a production process in Dynamics 365 Supply Chain Management?

Select 3 answers
A.Bill of materials (BOM)
B.Route
C.Production order
D.Purchase order
E.Sales order
AnswersA, B, C

BOM defines the components needed for production.

Why this answer

A is correct because the Bill of Materials (BOM) defines the list of components and raw materials required to produce a finished product. In Dynamics 365 Supply Chain Management, the BOM is a foundational data entity that specifies quantities, items, and their relationships, enabling the system to calculate material requirements and costs for production orders.

Exam trap

The trap here is that candidates may confuse transactional documents like purchase orders and sales orders with the master data components (BOM and route) that are essential for defining the production process, leading them to select options that are related to supply chain but not to production setup.

396
MCQhard

Refer to the exhibit. A user tries to post a journal with the account string 1234567-IT-CC001. The general ledger account structure requires main account (7 characters), department (3 characters), and cost center (4 characters). The system rejects the entry. What is the most likely reason?

A.The cost center segment length is incorrect.
B.The department segment length is incorrect.
C.The main account segment length is incorrect.
D.The department value does not exist in the dimension values.
AnswerB

Department expects 3 characters but 'IT' is 2.

Why this answer

The department segment 'IT' is only 2 characters long, but the account structure requires a department of 3 characters. This violation of segment length causes the journal to be rejected. Option A is incorrect because the cost center segment length is not the primary issue (though it may also be incorrect).

Option C is incorrect because the main account segment '1234567' has exactly 7 characters. Option D is incorrect because the issue is segment length, not the existence of the department value.

397
MCQmedium

A company using Dynamics 365 Supply Chain Management wants to optimize warehouse picking routes to reduce travel time. Which feature should they implement?

A.Wave management
B.Inventory counting
C.Vendor returns
D.Product master data
AnswerA

Waves group work and allow route optimization.

Why this answer

Wave management in Dynamics 365 Supply Chain Management allows you to create and process waves for picking, packing, and shipping. By using wave templates and wave steps, you can optimize picking routes by grouping work into efficient sequences, reducing travel time across the warehouse.

Exam trap

The trap here is that candidates may confuse inventory counting or product master data with operational warehouse processes, but only wave management directly controls the creation and optimization of picking work to reduce travel time.

How to eliminate wrong answers

Option B (Inventory counting) is wrong because it focuses on reconciling physical stock with system records, not on optimizing the movement or routing of picks. Option C (Vendor returns) is wrong because it handles the process of returning goods to suppliers, which is unrelated to warehouse picking efficiency. Option D (Product master data) is wrong because it defines product attributes and dimensions but does not influence the operational sequencing of picking routes.

398
Multi-Selecthard

Which THREE capabilities are provided by Dynamics 365 Finance? (Select three.)

Select 3 answers
A.General ledger
B.Warehouse management
C.Accounts payable
D.Asset management
E.Budgeting
AnswersA, C, E

General ledger is the central repository for financial transactions.

Why this answer

The General ledger is the core of Dynamics 365 Finance, providing a centralized chart of accounts, journal entries, and financial reporting. It enables organizations to track all financial transactions and maintain a complete audit trail, which is fundamental to the application's finance capabilities.

Exam trap

The trap here is that candidates often confuse operational capabilities like Warehouse management and Asset management with financial capabilities, but these belong to Dynamics 365 Supply Chain Management, not Finance.

399
MCQmedium

A company uses Dynamics 365 Finance. The controller wants to enforce that all purchase requisitions over $10,000 require CFO approval. Which configuration should be used?

A.Purchase requisition workflow
B.Budget control configuration
C.Audit policy rule
D.Configuration key
AnswerA

Workflow can be configured with conditional approval steps based on amount.

Why this answer

A purchase requisition workflow is the correct configuration because it allows the controller to define a conditional approval step that triggers CFO approval when the requisition total exceeds $10,000. Workflows in Dynamics 365 Finance are designed to route documents through approval processes based on configurable conditions, such as monetary thresholds. This directly meets the requirement without altering budget control or audit policies.

Exam trap

The trap here is that candidates often confuse budget control (which enforces spending limits) with workflow-based approval routing, leading them to select budget control configuration instead of the purchase requisition workflow.

How to eliminate wrong answers

Option B is wrong because budget control configuration is used to enforce spending limits against available budget funds, not to route approvals based on purchase requisition amounts. Option C is wrong because audit policy rules are designed to detect and investigate specific transactions or patterns after they occur, not to enforce pre-approval workflows. Option D is wrong because configuration keys control the visibility and availability of modules or features in the system, not the routing or approval logic for purchase requisitions.

400
MCQhard

A company uses Dynamics 365 Human Resources. An HR administrator notices that when they process a termination for an employee, the system does not automatically calculate the final paycheck. The employee is paid monthly. What should the administrator do to ensure final pay is calculated?

A.Run the pay statement generation process.
B.Create an ad hoc pay run for the employee.
C.Manually add a benefit deduction for the employee.
D.Submit an absence request to clear leave balances.
AnswerA

Pay statement generation calculates final pay and deductions.

Why this answer

In Dynamics 365 Human Resources, final pay is not automatically calculated during termination processing. The administrator must run the pay statement generation process to trigger the calculation of the final paycheck, which includes any remaining pay, deductions, and adjustments based on the termination date and pay schedule.

Exam trap

The trap here is that candidates often assume termination automatically triggers final pay calculation, but Dynamics 365 Human Resources requires a separate explicit step (running pay statement generation) to finalize the paycheck.

How to eliminate wrong answers

Option B is wrong because creating an ad hoc pay run is a manual workaround that bypasses the standard termination final pay logic and may not correctly apply termination-specific rules or prorated amounts. Option C is wrong because manually adding a benefit deduction does not initiate the final pay calculation; deductions are applied as part of the pay run process, not as a standalone action. Option D is wrong because submitting an absence request to clear leave balances does not trigger final pay; leave balances are settled through the pay run process, not by submitting an absence request.

401
MCQmedium

A retail company uses Dynamics 365 Commerce for its online and physical stores. Customers are reporting that items added to their online shopping cart are not being reserved in the physical store's inventory. The company uses the 'Reserve inventory' feature. What is the most likely cause of this issue?

A.The 'Process inventory reservation' batch job is not scheduled or is failing.
B.The 'Pick inventory' job is not configured.
C.The 'Reserve inventory' feature is disabled for the online store channel.
D.Inventory is not set up at the store level.
AnswerA

This batch job is required to process reservations from online orders.

Why this answer

The 'Reserve inventory' feature in Dynamics 365 Commerce relies on the 'Process inventory reservation' batch job to synchronize online cart reservations with physical store inventory. If this batch job is not scheduled or is failing, items added to the online shopping cart will not be reserved in the store's inventory, causing the reported issue. This is the most likely cause because the batch job is responsible for processing reservation requests from the online channel.

Exam trap

The trap here is that candidates often confuse the 'Reserve inventory' feature with the batch job that processes it, assuming the feature itself is disabled or misconfigured, rather than recognizing that the batch job is a separate operational component required for the feature to work.

How to eliminate wrong answers

Option B is wrong because the 'Pick inventory' job is used for warehouse picking processes, not for reserving inventory from online cart additions. Option C is wrong because if the 'Reserve inventory' feature were disabled for the online store channel, the feature would not be available at all, but the question states the company uses the feature, implying it is enabled. Option D is wrong because inventory setup at the store level is a prerequisite for reservations, but the issue specifically involves reservations not being processed, which points to a batch job failure rather than missing setup.

402
MCQmedium

You are the finance manager for a company that uses Dynamics 365 Finance. The company has a requirement to process recurring invoices for subscription services. The finance team wants to automate the generation of recurring invoices at the beginning of each month. The recurring invoices should be based on a template that includes predefined line items and amounts. You need to configure the system to automate this process. What should you do?

A.Create a credit note template and use the 'Generate recurring credit notes' batch job to offset invoices.
B.Create free text invoice templates and use the 'Generate recurring invoices' batch job to create them on a schedule.
C.Create a recurring invoice template with the subscription items, and set up a recurring invoice batch job to generate invoices on the first day of each month.
D.Create sales order templates and use the 'Create recurring orders' batch job to generate sales orders each month.
AnswerC

Recurring invoice templates with subscription items, combined with the 'Generate recurring invoices' batch job, allow for automated generation on a schedule.

Why this answer

Recurring invoice templates with subscription items can be used with the 'Generate recurring invoices' batch job to create invoices on a schedule. Option A is incorrect because credit note templates are for issuing credit notes, not invoices. Option B is incorrect because free text invoice templates are for one-off charges, not recurring subscriptions.

Option D is incorrect because sales order templates are for physical goods, not subscription services.

403
Multi-Selectmedium

Which TWO actions can be performed using the Dynamics 365 Supply Chain Management mobile warehouse app?

Select 2 answers
A.Receive purchase orders
B.Create sales orders
C.Generate advanced shipping notices
D.Perform cycle counting
E.Run master planning
AnswersA, D

Receiving is a common mobile app activity.

Why this answer

The Dynamics 365 Supply Chain Management mobile warehouse app supports receiving purchase orders (option A) and performing cycle counting (option D). Option B (create sales orders) is typically done in the web client, option C (generate advanced shipping notices) is not a mobile app feature, and option E (run master planning) is a back-office function not available in the mobile app.

404
MCQmedium

A company uses Dynamics 365 Finance and wants to automate the approval of purchase orders under $10,000 while requiring manual approval for larger amounts. Which feature should they use?

A.Workflow automation
B.Budget control
C.Audit logging
D.Vendor collaboration
AnswerA

Workflow automation can be configured to automatically approve purchase orders under a threshold and require manual approval for higher amounts.

Why this answer

Workflow automation in Dynamics 365 Finance can be configured to automatically approve purchase orders under a specified amount and route larger ones for manual approval. Option B is incorrect because budget control enforces spending limits but does not automate approval workflows. Option C is incorrect because audit logging records user actions for compliance, not approval routing.

Option D is incorrect because vendor collaboration is for communication with suppliers, not internal approval processes.

405
Multi-Selecthard

Your company is implementing Dynamics 365 Finance and needs to manage intercompany transactions. Which TWO statements about intercompany accounting are correct?

Select 2 answers
A.Intercompany transactions are only supported for sales orders.
B.Intercompany transactions can be eliminated during consolidation using elimination rules.
C.Intercompany journals can be used to transfer balances between legal entities.
D.Intercompany transactions must be entered manually in each legal entity.
E.Intercompany transactions cannot be eliminated during consolidation.
AnswersB, C

Correct: Elimination rules remove intercompany balances during consolidation.

Why this answer

Intercompany transactions can be eliminated during consolidation using elimination rules, which is a standard feature in Dynamics 365 Finance to remove intercompany balances from consolidated financial statements. Option C is correct because intercompany journals allow users to transfer balances directly between legal entities, supporting various intercompany transactions beyond sales orders. Option A is incorrect because intercompany transactions are not limited to sales orders; they include purchases, journals, and other document types.

Option D is incorrect because intercompany transactions can be automated using intercompany setup and parameters, not requiring manual entry in each legal entity. Option E is incorrect because elimination rules are specifically designed to eliminate intercompany transactions during consolidation.

406
MCQhard

A company uses Dynamics 365 Finance and has multiple legal entities. They need to consolidate financial data from all entities into a single reporting entity for quarterly reports. What feature should be used to perform this consolidation?

A.Intercompany accounting
B.Financial reporting
C.Consolidations
D.General ledger
AnswerC

The Consolidations module is designed to consolidate financial data from multiple legal entities.

Why this answer

The Consolidations module in Dynamics 365 Finance is designed to consolidate financial data from multiple legal entities. Option A is wrong because Intercompany accounting handles transactions between entities, not consolidation. Option B is wrong because Financial reporting uses data from the ledger but does not perform the consolidation process itself.

Option D is wrong because the General ledger does not consolidate automatically.

407
MCQhard

A company uses Dynamics 365 Supply Chain Management. They need to support a make-to-order scenario where each order has unique engineering specifications. Which configuration should they use?

A.Engineering Change Management
B.Product Configuration
C.Sales Orders
D.Batch Orders
AnswerA

Engineering Change Management handles unique specifications and versions.

Why this answer

Engineering Change Management in Dynamics 365 Supply Chain Management is designed to manage product versions, revisions, and engineering specifications, making it suitable for make-to-order scenarios with unique specifications per order. Option B (Product Configuration) is intended for standard configurable products with predefined options, not for completely unique engineering specs. Option C (Batch Orders) is used in process manufacturing for batch-based production.

Option D (Sales Orders) is a transaction record and does not handle configuration or engineering details.

408
MCQmedium

A company uses Dynamics 365 Supply Chain Management. They want to improve warehouse efficiency by grouping multiple orders into a single picking wave. Which feature should they use?

A.Wave processing
B.Load planning
C.Cluster picking
D.Cycle counting
AnswerA

Wave processing groups orders and creates efficient picking work.

Why this answer

Wave processing groups orders and creates efficient picking work. Option B is wrong because Load planning is for transportation, not picking. Option C is wrong because Cluster picking is a specific method but wave processing is the broader feature.

Option D is wrong because Cycle counting is for inventory accuracy, not order grouping.

409
MCQeasy

A company wants to use Dynamics 365 Supply Chain Management to manage product versions and engineering changes. Which module should they use?

A.Inventory management
B.Engineering Change Management
C.Product information management
D.Procurement and sourcing
AnswerB

Engineering Change Management manages product versions and engineering changes.

Why this answer

Engineering Change Management is the correct module because it is specifically designed to manage product versions, engineering changes, and the associated approval workflows in Dynamics 365 Supply Chain Management. It provides controlled revision control, bill of materials (BOM) versioning, and route versioning, enabling companies to track and implement changes from engineering through production.

Exam trap

The trap here is that candidates often confuse Product information management (which handles static product data) with Engineering Change Management (which handles dynamic versioning and change control), leading them to select option C instead of B.

How to eliminate wrong answers

Option A is wrong because Inventory management focuses on stock levels, warehouse operations, and inventory transactions, not on managing product versions or engineering change processes. Option C is wrong because Product information management handles the creation and maintenance of product master data, such as item numbers and attributes, but does not include the version control, change orders, or approval workflows required for engineering changes. Option D is wrong because Procurement and sourcing deals with purchasing processes, vendor management, and sourcing strategies, and has no capability for engineering change management or product versioning.

410
MCQhard

A product is configured as shown in the exhibit. Which statement about the product is correct?

A.The product is in development lifecycle state
B.The product is not tracked by batch number
C.The product can be stored in different locations within a warehouse
D.The product uses constraint-based configuration
AnswerD

VariantConfigurationTechnology is 'ConstraintBased', indicating constraint-based configuration.

Why this answer

ConstraintBased variant configuration technology is used for complex products with many variants defined by constraints. Option A is wrong because product lifecycle state is 'Active', not 'In development'. Option B is wrong because the tracking dimension group includes BatchNumber, which implies batch tracking.

Option C is wrong because StorageDimensionGroup 'SiteWarehouse' means only site and warehouse dimensions, not location.

411
MCQhard

A global company uses Dynamics 365 Commerce and wants to provide a consistent shopping experience across online and physical stores. They need to ensure that product prices are synchronized in real-time between channels. Which capability should they leverage?

A.Price synchronization
B.Inventory visibility
C.Customer engagement
D.Omnichannel order management
AnswerA

Price synchronization ensures consistent pricing across all sales channels in real-time.

Why this answer

Dynamics 365 Commerce provides a Price synchronization capability that ensures product prices are updated in real-time across all channels, including online and physical stores. This feature leverages the Retail Server and channel database to propagate price changes instantly, maintaining consistency without manual intervention.

Exam trap

The trap here is that candidates may confuse 'Inventory visibility' with price synchronization because both involve real-time data across channels, but inventory visibility only tracks stock levels, not pricing.

How to eliminate wrong answers

Option B is wrong because Inventory visibility focuses on real-time stock availability across channels, not price synchronization. Option C is wrong because Customer engagement deals with loyalty programs, personalized marketing, and customer insights, not price alignment. Option D is wrong because Omnichannel order management handles order fulfillment, pickup, and returns across channels, not price consistency.

412
MCQeasy

A company uses Dynamics 365 Finance. The accounts payable team needs to automatically calculate discounts based on payment terms when entering vendor invoices. Where should they configure the discount?

A.Payment terms
B.Procurement categories
C.Invoice policies
D.Vendor master
AnswerA

Payment terms configure cash discounts that are automatically applied during invoice entry.

Why this answer

Cash discounts are configured at the vendor payment terms level and automatically applied during invoice entry. Option B is wrong because procurement categories are for item classification, not discounts. Option C is wrong because invoice policies are for approval, not discounts.

Option D is wrong because vendor master only stores company details.

413
MCQmedium

A company uses Dynamics 365 Finance and wants to automate the reconciliation of bank transactions with general ledger entries. Which feature should they use?

A.Advanced bank reconciliation
B.Electronic reporting
C.Bank reconciliation
D.Cash and bank management
AnswerA

Advanced bank reconciliation automates matching.

Why this answer

Advanced bank reconciliation in Dynamics 365 Finance automates the matching of bank statement lines with open bank document lines (e.g., checks, deposits) and general ledger entries. It uses matching rules and algorithms to suggest or auto-apply matches, reducing manual effort. This feature is specifically designed for high-volume, automated reconciliation scenarios, unlike the basic Bank reconciliation feature which requires manual matching.

Exam trap

The trap here is that candidates confuse the basic 'Bank reconciliation' feature (which requires manual matching) with 'Advanced bank reconciliation' (which adds automation rules), or they mistakenly think the 'Cash and bank management' module itself performs the automation.

How to eliminate wrong answers

Option B is wrong because Electronic reporting is a tool for generating electronic documents (e.g., invoices, tax reports) in various formats, not for reconciling bank transactions with GL entries. Option C is wrong because Bank reconciliation (basic) only supports manual matching of bank statements to ledger entries, lacking the automation rules and algorithms of Advanced bank reconciliation. Option D is wrong because Cash and bank management is a module that contains bank-related functionalities, including both basic and advanced reconciliation, but it is not a specific feature for automating the reconciliation process itself.

414
MCQhard

A batch job in Dynamics 365 Supply Chain Management is recalculating inventory on-hand and is currently at 45% progress. The job has been running for 2 hours. What should the administrator do to analyze performance?

A.Check the status of other batch jobs
B.Configure a batch job alert
C.Cancel the job and restart it
D.Review the batch job history for execution details
AnswerD

Batch job history shows performance metrics.

Why this answer

Reviewing the batch job history provides detailed execution logs, including step-by-step progress, error messages, and performance metrics such as duration per task. This allows the administrator to identify bottlenecks or failures in the recalculation process without interrupting the job. The batch job history is the primary diagnostic tool for analyzing long-running jobs in Dynamics 365 Supply Chain Management.

Exam trap

The trap here is that candidates confuse monitoring (checking status or setting alerts) with performance analysis, and assume that canceling a slow job is a valid troubleshooting step, when in fact the correct approach is to use historical execution data to diagnose the issue without disrupting the process.

How to eliminate wrong answers

Option A is wrong because checking the status of other batch jobs does not provide performance details about the specific job that is running; it only shows whether other jobs are active, waiting, or completed, which is irrelevant to analyzing the current job's performance. Option B is wrong because configuring a batch job alert would only notify the administrator when the job finishes or fails, not help analyze its current performance mid-execution. Option C is wrong because canceling and restarting the job would lose the current progress and not provide any diagnostic information; it is a reactive action, not an analytical one.

415
Multi-Selecthard

An organization uses Dynamics 365 Finance to manage fixed assets. Which THREE capabilities are part of the fixed assets module? (Choose three.)

Select 3 answers
A.Depreciation calculation
B.Lease accounting
C.Asset transfer
D.Asset retirement obligations
E.Impairment testing
AnswersA, C, D

Depreciation is a fundamental fixed asset capability.

Why this answer

The fixed assets module in Dynamics 365 Finance includes automated depreciation calculation using multiple methods (e.g., straight-line, declining balance, sum-of-years-digits). The system applies user-defined depreciation profiles and schedules to systematically allocate the asset's cost over its useful life, generating periodic journal entries without manual intervention.

Exam trap

The trap here is that candidates confuse lease accounting (a separate module) and impairment testing (an external process) with core fixed assets capabilities, because they are related asset lifecycle activities but not part of the fixed assets module itself.

416
Matchingmedium

Match each Dynamics 365 Human Resources capability to its definition.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Define and manage employee pay and benefits

Set goals and review employee performance

Manage job postings and applicant tracking

Track employee time off requests

Manage employee skill development

Why these pairings

These are core HR capabilities in Dynamics 365 Human Resources. Common confusions include swapping leave and absence management with compensation management, or benefits management with personnel management.

417
MCQeasy

Your organization is implementing Dynamics 365 Finance and needs to manage the financial operations of multiple legal entities. Which module is the primary tool for recording and managing financial transactions for each legal entity?

A.Accounts payable
B.Accounts receivable
C.General ledger
D.Budgeting
AnswerC

General ledger records all financial transactions for legal entities.

Why this answer

The General ledger is the core module for recording all financial transactions for each legal entity. Option A (Accounts payable) manages vendor invoices and payments. Option B (Accounts receivable) manages customer invoices and receipts.

Option D (Budgeting) is for budget planning and control.

418
Multi-Selectmedium

Which THREE actions can be performed in the General ledger module of Dynamics 365 Finance? (Select three.)

Select 3 answers
A.Configure sales tax codes
B.Perform currency revaluation
C.Process vendor invoices
D.Post journal entries
E.Manage the chart of accounts
AnswersB, D, E

Currency revaluation is a periodic process in General ledger.

Why this answer

Posting journal entries, managing the chart of accounts, and performing currency revaluation are all tasks performed in the General ledger module of Dynamics 365 Finance. Option A (Configure sales tax codes) is a task in the Tax module, and Option C (Process vendor invoices) is a task in the Accounts payable module, so they are not correct.

419
MCQhard

Refer to the exhibit. The period close checklist shows that adjusting entries are pending and depreciation has not started. The accountant wants to run the consolidation process now. What will happen if they attempt to consolidate before completing the other steps?

A.The system will block the consolidation until all steps are completed.
B.The consolidation process will fail due to missing depreciation.
C.The system will automatically post the pending steps before consolidation.
D.Consolidation can proceed but may produce inaccurate results because adjusting entries and depreciation are missing.
AnswerD

Incomplete entries lead to inaccurate consolidation.

Why this answer

In Dynamics 365 Finance, the period close checklist does not enforce a strict dependency for consolidation. The system will allow the consolidation process to run even if some steps (like adjusting entries and depreciation) are incomplete. However, because these steps affect the financial data, the consolidated results may be inaccurate or incomplete.

Option A is incorrect because the system does not block consolidation; it is advisory. Option B is incorrect because consolidation may still run, but the results will be affected by missing depreciation. Option C is incorrect because the system does not automatically post pending steps; those must be completed manually.

420
MCQmedium

Northwind Traders operates a chain of grocery stores using Dynamics 365 Commerce. They recently implemented a new loyalty program where customers earn 1 point for every $1 spent, and 100 points can be redeemed for a $5 discount. The program is set up correctly in the headquarters. However, when a customer makes a purchase at a store, the POS does not display the loyalty points earned. The store manager confirms that the customer's loyalty card is linked to the customer account. The IT team verifies that the loyalty program is published to the channel. What is the most likely cause of the issue?

A.The 'Process loyalty points' job is not scheduled.
B.The POS screen layout does not include the loyalty points field.
C.The customer's loyalty card is not properly linked to the customer account.
D.The loyalty program is not published to the store's channel database.
AnswerB

The screen layout must be configured to show points.

Why this answer

The POS screen layout controls which fields are visible to the cashier. Even if the loyalty program is correctly configured in Headquarters and published to the channel, the POS will not display loyalty points earned unless the screen layout includes the specific loyalty points field. The store manager confirmed the loyalty card is linked, and the IT team verified the program is published, so the missing field in the screen layout is the most likely cause.

Exam trap

The trap here is that candidates often assume the issue is with data processing or synchronization (like a missing job or publishing step), when in fact the problem is a simple UI configuration oversight in the POS screen layout.

How to eliminate wrong answers

Option A is wrong because the 'Process loyalty points' job is used to calculate and post loyalty points to the customer's account, but it does not affect real-time display of points earned on the POS during a transaction; the issue is about visibility, not processing. Option C is wrong because the store manager explicitly confirmed that the customer's loyalty card is linked to the customer account, so this cannot be the cause. Option D is wrong because the IT team verified that the loyalty program is published to the channel database, meaning the program data is available to the POS; the problem is that the POS screen layout does not include the field to display the points.

421
MCQhard

A company uses Dynamics 365 Supply Chain Management and wants to improve demand forecasting by including external data such as weather patterns and economic indicators. Which feature should be used?

A.Sales and marketing forecasting
B.Master planning
C.Demand forecasting with Azure Machine Learning
D.Supply planning
AnswerC

Demand forecasting can integrate external datasets like weather and economic indicators.

Why this answer

Demand forecasting with Azure Machine Learning can ingest external data such as weather patterns and economic indicators to improve demand predictions. Option A is incorrect because Sales and marketing forecasting typically relies on historical sales data, not external factors. Option B is incorrect because Master planning uses internal demand forecasts, not external data.

Option D is incorrect because Supply planning focuses on procurement and inventory management, not forecasting with external data.

422
Multi-Selecthard

A company uses Dynamics 365 Supply Chain Management. The warehouse manager wants to use Copilot to improve inventory management. Which THREE tasks can Copilot assist with?

Select 3 answers
A.Directly perform physical inventory counts using sensors
B.Automatically reorder stock from suppliers without human intervention
C.Suggest optimal inventory levels based on lead times and demand variability
D.Provide insights on slow-moving inventory and potential write-offs
E.Analyze historical demand patterns to forecast future inventory needs
AnswersC, D, E

Copilot can provide recommendations for inventory parameters.

Why this answer

Copilot in Dynamics 365 Supply Chain Management can analyze lead times and demand variability to suggest optimal inventory levels, helping the warehouse manager maintain appropriate stock without manual calculation. This leverages AI-driven insights within the system's inventory optimization capabilities.

Exam trap

The trap here is that candidates confuse Copilot's advisory capabilities with full automation, assuming it can perform physical or autonomous actions like sensor-based counts or automatic reordering, when in fact it only provides insights and suggestions.

423
Multi-Selecthard

Which THREE components are essential for setting up intercompany accounting in Dynamics 365 Finance? (Choose three.)

Select 3 answers
A.Budget control rules.
B.Intercompany relationships.
C.Vendor groups.
D.Intercompany settlement.
E.Intercompany journals.
AnswersB, D, E

Defines which legal entities are part of intercompany transactions.

Why this answer

Options B, D, and E are correct. Intercompany relationships define the legal entities involved, intercompany journals handle transactions between those entities, and intercompany settlement ensures that balances are settled properly. Option A (budget control rules) is not essential for intercompany accounting; it is an optional feature for budget management.

Option C (vendor groups) is used for vendor categorization but is not specific to intercompany setup.

424
Multi-Selectmedium

Which THREE components are part of the production control module in Dynamics 365 Supply Chain Management?

Select 3 answers
A.Bills of materials (BOMs)
B.Purchase orders
C.Routes
D.Sales orders
E.Production orders
AnswersA, C, E

BOMs define the materials needed for production.

Why this answer

Options A, C, and E are correct. Bills of materials (BOMs), routes, and production orders are core components of the production control module. Option B is incorrect because purchase orders belong to the procurement module.

Option D is incorrect because sales orders belong to the sales and marketing module.

425
MCQmedium

You are reviewing a work template configuration in Dynamics 365 Supply Chain Management. Based on the exhibit, what will this work template do?

A.Create receiving work for purchase order lines.
B.Create put-away work for purchase order receipts.
C.Assign high priority to sales order picking work.
D.Create picking work for sales orders.
AnswerD

The work template is for sales orders and picking.

Why this answer

The work template has a work order type of 'Sales orders' and a work line type of 'Pick', which creates picking work for sales orders. Option D correctly identifies this. Option A is wrong because the work order type is sales orders, not purchase orders.

Option B is wrong because the line class is 'Sales', not 'Receiving'. Option C is wrong because the work priority is 10, which indicates lower priority (higher number), but the question asks what the template does, not the priority level.

426
MCQmedium

A company needs to track fixed assets in multiple locations and calculate depreciation differently based on asset type. Some assets use straight-line depreciation, while others use declining balance. What is the best practice to manage this in Dynamics 365 Finance?

A.Set up value models with different depreciation conventions for each asset.
B.Create separate asset groups for each depreciation method and assign the method to the group.
C.Define multiple depreciation profiles and assign them to the appropriate fixed asset groups.
D.Use fixed asset journals to manually calculate and post depreciation for each asset type.
AnswerC

Depreciation profiles specify the method and are assigned to asset groups.

Why this answer

Depreciation profiles define the method (e.g., straight-line, declining balance) and can be assigned to different fixed asset groups to accommodate different depreciation methods. Option A is wrong because value models are used for different valuation purposes, not to define depreciation methods. Option B is wrong because asset groups categorize assets but do not directly define depreciation methods.

Option D is wrong because fixed asset journals are for posting acquisitions, disposals, and depreciation, but they do not automate the calculation based on method.

427
MCQhard

An organization uses Dynamics 365 Project Operations. They need to track employee time against a project and automatically bill the customer based on the time entries. Which module should they configure?

A.Human resources
B.Accounts receivable
C.Project management and accounting
D.Expense management
AnswerC

This module tracks time and automates billing for projects.

Why this answer

In Dynamics 365 Project Operations, the Project management and accounting module is specifically designed to track employee time against projects and automatically generate customer invoices based on time entries. This module integrates time recording with billing rules, enabling automated invoicing from approved timesheets. The other modules lack the project-specific time-to-bill workflow.

Exam trap

The trap here is that candidates may confuse the Human resources module for time tracking because it handles employee time-off and attendance, but it lacks the project billing integration that Project management and accounting provides.

How to eliminate wrong answers

Option A is wrong because the Human resources module manages employee records, payroll, and benefits, but does not handle project time tracking or customer billing. Option B is wrong because Accounts receivable manages customer invoices and payments, but it does not capture or process project time entries; it only posts invoices created elsewhere. Option D is wrong because Expense management handles employee expense reports and reimbursements, not time tracking against projects or automated customer billing.

428
MCQhard

A multinational corporation uses Dynamics 365 Finance and Operations with multiple legal entities. The finance team needs to generate a consolidated financial statement that eliminates intercompany transactions automatically. Which feature should they use?

A.Intercompany accounting
B.Consolidation
C.Budget planning
D.Financial reporting
AnswerB

Consolidation module can eliminate intercompany balances and transactions automatically.

Why this answer

Consolidation in Dynamics 365 Finance and Operations is specifically designed to combine financial data from multiple legal entities into a single set of consolidated financial statements. It includes built-in functionality to automatically eliminate intercompany transactions and balances, ensuring that the consolidated report reflects only external financial activity. This directly meets the requirement for generating a consolidated financial statement with automatic intercompany elimination.

Exam trap

The trap here is that candidates often confuse Intercompany accounting (which handles the recording of intercompany transactions) with Consolidation (which performs the elimination and aggregation), leading them to select Option A incorrectly.

How to eliminate wrong answers

Option A is wrong because Intercompany accounting is a feature for recording and tracking transactions between legal entities, but it does not automatically eliminate those transactions in a consolidated report; it only provides the underlying data for elimination. Option C is wrong because Budget planning is a module for creating and managing budgets, not for consolidating financial statements or eliminating intercompany transactions. Option D is wrong because Financial reporting is a tool for designing and generating reports, but it relies on the underlying data and does not perform automatic elimination of intercompany transactions; the elimination must be handled by the Consolidation feature.

429
MCQhard

Refer to the exhibit. An administrator is reviewing an inventory value report configuration in Dynamics 365 Supply Chain Management. The report shows total quantities and costs for items that are not closed. A user complains that the report does not include items from site 2. What is the most likely cause?

A.The report uses InventTrans instead of InventSum.
B.The report is filtered to site 1 only.
C.The report does not include financial dimensions.
D.The report excludes closed inventory transactions.
AnswerB

The exhibit shows a filter on SiteId = 1, limiting the report to site 1.

Why this answer

The most likely cause is that the report is filtered to site 1 only, as indicated by the exhibit showing a filter on SiteId = 1. This restricts the report to items from site 1, excluding site 2. Option A is incorrect because the report uses InventSum, not InventTrans, but that is not the reason for missing site 2 items.

Option C is incorrect because financial dimensions are not relevant to the site filter. Option D is incorrect because the report includes items that are not closed (Closed = 0), so that does not exclude site 2 items; the site filter is the issue.

430
MCQmedium

A company uses Dynamics 365 Finance to manage intercompany transactions. They need to ensure that when a sales order is created in one legal entity, a corresponding purchase order is automatically generated in another legal entity. Which feature should they configure?

A.Budget control
B.Intercompany trading
C.Elimination rules
D.Consolidations
AnswerB

Intercompany trading automates order generation between legal entities.

Why this answer

Intercompany trading in Dynamics 365 Finance automatically generates corresponding purchase orders in other legal entities when sales orders are created. Option A is incorrect because Budget control is for managing spending limits, not intercompany order generation. Option C is incorrect because Elimination rules are used to remove intercompany transactions in consolidated reports.

Option D is incorrect because Consolidations is for combining financial results, not operational transactions.

431
MCQhard

A company uses Dynamics 365 Finance. The finance team notices that the general ledger balances do not match the subsidiary ledger balances for accounts payable. What should they investigate first?

A.The audit trail of posted transactions
B.Unposted vendor invoices and payments
C.The process automation framework
D.The posting profiles for vendors
AnswerB

Unposted vendor invoices and payments are a common cause of a discrepancy between the general ledger and the subsidiary ledger. These items are recorded in the subsidiary ledger but not yet posted to the general ledger.

Why this answer

The most common cause of a mismatch between the general ledger and the accounts payable subsidiary ledger is unposted vendor invoices or payments that are still in draft or pending posting. Therefore, the finance team should first investigate unposted vendor invoices and payments (Option B). Option A (audit trail of posted transactions) would only show transactions that have already been posted, not those waiting to be posted, so it would not help identify the cause.

Option C (process automation framework) is unrelated to ledger reconciliation. Option D (posting profiles for vendors) define how transactions post to the general ledger but do not directly address the mismatch.

432
MCQeasy

A company needs to ensure that purchase orders cannot be created without an approved vendor. Which configuration should be used?

A.Create a purchase order approval workflow
B.Set 'Require approval for vendor' to Yes in Procurement and sourcing parameters
C.Enable 'Invoice matching validation'
D.Set vendor status to Active
AnswerB

Prevents use of unapproved vendors in purchase orders.

Why this answer

Setting 'Require approval for vendor' to Yes in Procurement and sourcing parameters ensures that a purchase order cannot be created unless the vendor is in an approved status. This configuration enforces a prerequisite check at the time of purchase order creation, preventing unapproved vendors from being used.

Exam trap

The trap here is that candidates may confuse a purchase order approval workflow (which approves the order itself) with the vendor approval prerequisite, or assume that simply setting a vendor to Active is sufficient to enforce the restriction.

How to eliminate wrong answers

Option A is wrong because a purchase order approval workflow controls the approval process after the order is created, not the prerequisite condition of having an approved vendor. Option C is wrong because invoice matching validation is used to compare invoice, purchase order, and receipt data for discrepancies, not to restrict purchase order creation based on vendor approval. Option D is wrong because setting vendor status to Active is a manual step that does not enforce a system-level block; without the parameter set to Yes, a purchase order can still be created for an active vendor that hasn't been formally approved.

433
MCQmedium

Refer to the exhibit. A financial analyst needs to post an expense to the Research & Development cost center. They attempt to use the value 'R&D001' but the system does not accept it. The dimension value shown in the exhibit is the only valid value for R&D. What is the most likely reason the entry fails?

A.The dimension description must be entered instead of the value.
B.The dimension name must be included in the value.
C.The dimension value must match 'CC001' exactly.
D.Cost centers are not financial dimensions; they are separate.
AnswerC

The dimension value must match exactly, so 'R&D001' fails because only 'CC001' is valid.

Why this answer

The dimension value 'CC001' must be used exactly as defined. Option A is wrong because the description is not used for posting. Option B is wrong because the dimension name ('CostCenter') is not included in the value; only the value itself is entered.

Option D is wrong because cost centers are a type of financial dimension.

434
MCQmedium

A company using Dynamics 365 Finance and Operations wants to improve their accounts receivable process. They need to automatically send payment reminders to customers with overdue invoices and apply late payment penalties. What should they configure?

A.Cash and bank management
B.Collections management
C.Accounts receivable
D.Credit and collections
AnswerB

Collections management automates reminders, penalty calculations, and aging analysis.

Why this answer

Collections management in Dynamics 365 Finance and Operations is the dedicated module for automating the accounts receivable process, including sending payment reminders and applying late payment penalties. It provides configurable aging snapshots, collection agents, and automated workflows to trigger reminders and penalty calculations based on overdue invoice criteria.

Exam trap

The trap here is that candidates confuse the general Accounts receivable module with the specialized Collections management module, assuming that basic reminder functionality is built into Accounts receivable when it actually requires the collections-specific configuration for automation and penalty logic.

How to eliminate wrong answers

Option A is wrong because Cash and bank management handles bank account reconciliation, cash flow forecasting, and bank transactions, not customer payment reminders or penalty application. Option C is wrong because Accounts receivable is the core module for customer invoices and payments but lacks the automated collections workflows and penalty logic that Collections management provides. Option D is wrong because Credit and collections is a combined area in some contexts, but the specific automated reminder and penalty functionality is implemented through the Collections management module, not a separate 'Credit and collections' module.

435
MCQmedium

A company uses the master plan configuration shown in the exhibit. What is the effect of setting IncludeDemandForecast to true?

A.The master plan will calculate capacity requirements based on forecast
B.The master plan will only consider forecasted demand and ignore sales orders
C.The master plan will consider both forecasted demand and existing sales orders
D.The master plan will require manual input of forecast data
AnswerC

IncludeDemandForecast adds forecasted demand to the planning calculation.

Why this answer

When IncludeDemandForecast is set to true in the master plan configuration, the master planning engine in Dynamics 365 Supply Chain Management combines forecasted demand with existing sales orders to generate a comprehensive supply plan. This ensures that both confirmed customer orders and predicted future demand are considered, preventing under- or over-stocking.

Exam trap

The trap here is that candidates often assume 'IncludeDemandForecast' replaces sales orders with forecast, when in fact it adds forecast on top of existing sales orders, and the system uses forecast reduction to avoid duplication.

How to eliminate wrong answers

Option A is wrong because setting IncludeDemandForecast to true does not directly calculate capacity requirements; capacity planning is handled separately through resource and operation scheduling settings. Option B is wrong because the master plan does not ignore sales orders when IncludeDemandForecast is true; it includes both forecast and sales orders, not forecast alone. Option D is wrong because the master plan automatically uses forecast data from the demand forecast module without requiring manual input of forecast data at plan run time.

436
MCQmedium

A company uses Dynamics 365 Supply Chain Management. They want to ensure that when a purchase order is received, the system automatically creates a quality order for inspection. Which configuration is required?

A.Set up a quality association for purchase order product receipt
B.Set inventory status to blocking
C.Configure nonconformance management
D.Define item sampling for the product
AnswerA

A quality association links a quality order creation to a process event like product receipt.

Why this answer

A quality association links a quality order creation to a process event like product receipt. Option B is wrong because setting inventory status to blocking does not trigger quality order creation; it is used for controlling inventory availability. Option C is wrong because nonconformance management handles failed inspections, not triggering them.

Option D is wrong because item sampling defines which items are tested, not the trigger.

437
MCQhard

A company uses Dynamics 365 Supply Chain Management with lot tracking. They need to ensure that the system enforces the first-expiry-first-out (FEFO) principle during picking. What configuration is required?

A.Set the warehouse parameter 'Use batch expiration dates' to Yes.
B.Configure the reservation hierarchy to reserve by batch and then location.
C.Set the location directive strategy to 'FEFO' for the relevant work order type.
D.Define a batch attribute for expiration date and set it as active for picking.
AnswerC

FEFO strategy in location directives prioritizes expiration dates.

Why this answer

Location directives with a 'FEFO' strategy prioritize picking lots with earliest expiry dates. Option A is wrong because 'Use batch expiration dates' enables expiration date tracking, not FEFO enforcement during picking. Option B is wrong because reservation hierarchies affect reservation order, not picking order.

Option D is wrong because batch attributes are for quality or other custom attributes, not for enforcing FEFO.

438
MCQmedium

Refer to the exhibit. A sales order in Dynamics 365 Finance has a line discount of 10% and a header discount of 5%. What is the net amount for the line item after both discounts?

A.$1,500.00
B.$1,425.00
C.$1,350.00
D.$1,282.50
AnswerD

Correct: 1500 - 10% = 1350, then -5% = 1282.50.

Why this answer

First apply line discount: 10 * 150 = 1500, minus 10% = 1350. Then apply header discount: 1350 minus 5% = 1282.50.

439
Drag & Dropmedium

Drag and drop the steps to configure a new inventory item 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

Inventory item setup requires creating a product, selecting type, entering details, and releasing.

440
MCQeasy

A company uses Dynamics 365 Supply Chain Management to manage inventory. They want to use the Inventory turnover ratio to analyze how quickly inventory is sold. The finance team needs to see this ratio on a dashboard. You need to configure the system to calculate and display the inventory turnover ratio. You have the following options: A. Use the Inventory value report and calculate the ratio manually in Excel. B. Use the Power BI content pack for Dynamics 365 Supply Chain Management, which includes inventory turnover measures. C. Use the Inventory aging report to estimate turnover. D. Use the Warehouse Management module to track movements and calculate turnover. Which option should you choose?

A.Use the Inventory value report and calculate the ratio manually in Excel.
B.Use the Power BI content pack for Dynamics 365 Supply Chain Management, which includes inventory turnover measures.
C.Use the Inventory aging report to estimate turnover.
D.Use the Warehouse Management module to track movements and calculate turnover.
AnswerB

The Power BI content pack includes pre-built inventory turnover measures, making it the correct choice.

Why this answer

The Power BI content pack includes pre-built measures for inventory turnover. Option A is incorrect because it requires manual calculation. Option C is incorrect because the Inventory aging report is for analyzing the age of inventory, not turnover rate.

Option D is incorrect because the Warehouse Management module is focused on warehouse operations, not financial analytics.

441
MCQeasy

A company wants to optimize inventory levels by analyzing historical sales data and predicting future demand. Which module in Dynamics 365 Supply Chain Management should they use?

A.Warehouse management
B.Demand forecasting
C.Production control
D.Transportation management
AnswerB

Demand forecasting predicts future demand based on historical data.

Why this answer

Demand forecasting in Dynamics 365 Supply Chain Management uses historical sales data and machine learning models to predict future demand, enabling optimized inventory levels. It integrates with the master planning module to generate replenishment suggestions, directly addressing the scenario's need to analyze past data and forecast demand.

Exam trap

The trap here is that candidates may confuse Warehouse management with inventory optimization, but Warehouse management is about physical storage and movement, not predictive analytics, which is the core of demand forecasting.

How to eliminate wrong answers

Option A is wrong because Warehouse management focuses on physical inventory operations like receiving, picking, and shipping, not on analyzing historical sales data or predicting future demand. Option C is wrong because Production control manages manufacturing processes, such as production orders and bill of materials, and does not include demand prediction capabilities. Option D is wrong because Transportation management handles logistics and freight planning, not historical sales analysis or demand forecasting.

442
MCQhard

Contoso Ltd. is a global manufacturing company with legal entities in the US (USD), UK (GBP), and Germany (EUR). They use Dynamics 365 Finance. The CFO wants a consolidated financial report that combines data from all entities into USD, using month-end exchange rates. The consolidation must be performed monthly, and adjustments should be automatically eliminated. The company also needs to maintain separate accounting rules for each entity (e.g., GAAP vs. IFRS). You are tasked with configuring the consolidation process. What should you do?

A.Configure intercompany accounting and use the intercompany reconciliation report.
B.Export each entity's trial balance to Excel, apply exchange rates, and import to a consolidated company.
C.Create a general journal to manually post consolidated entries using exchange rates.
D.Set up a consolidation group, define exchange rates, configure elimination rules, and run the consolidation process online.
AnswerD

Correct. Setting up a consolidation group, defining exchange rates, configuring elimination rules, and running consolidation online provides an automated, repeatable monthly consolidation process that meets the CFO's requirements.

Why this answer

The consolidation module in Dynamics 365 Finance enables you to set up a consolidation group containing the relevant legal entities, define exchange rates (e.g., month-end rates), configure elimination rules to automatically remove intercompany transactions, and run the consolidation process online. This automates the monthly consolidation into USD while respecting each entity's accounting rules (GAAP/IFRS). Option A is incorrect because intercompany accounting handles transactions between entities, not the consolidated reporting of separate entities.

Option B is incorrect because manually exporting/importing trial balances to Excel is error-prone and does not automate the process. Option C is incorrect because a general journal is for manual adjustments, not for running an automated consolidation that includes currency conversion and eliminations.

Exam trap

A common mistake is confusing intercompany accounting with consolidation. Intercompany accounting focuses on transactions between entities, whereas consolidation combines the financial statements of separate entities into one.

443
MCQeasy

A company uses Dynamics 365 Human Resources. They need to track employee training and certifications. Which module should they use?

A.Benefits management
B.Organization administration
C.Learning management
D.Leave and absence
AnswerC

Learning management tracks training and certifications.

Why this answer

The Learning management module in Dynamics 365 Human Resources is specifically designed to track employee training, certifications, and skill development. It allows administrators to define courses, assign them to employees, record completion, and manage expiration dates for certifications, directly meeting the requirement.

Exam trap

The trap here is that candidates often confuse the Learning management module with the Organization administration module, mistakenly thinking that organizational structures include training tracking, but Organization administration only handles hierarchies and parameters, not learning records.

How to eliminate wrong answers

Option A is wrong because Benefits management handles employee compensation and benefits like health insurance and retirement plans, not training or certifications. Option B is wrong because Organization administration manages organizational structures, hierarchies, and common parameters, but does not include functionality for tracking learning activities or certifications. Option D is wrong because Leave and absence manages time-off requests, accruals, and absence calendars, with no capability to track training or certification records.

444
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.

445
Multi-Selectmedium

Your organization is configuring Accounts payable in Dynamics 365 Finance. You need to set up vendor posting profiles. Which THREE components are part of a vendor posting profile?

Select 3 answers
A.Summary account
B.Discount account
C.Settlement account
D.Inventory account
E.Accounts receivable account
AnswersA, B, C

Correct: The summary account is for vendor balances.

Why this answer

(Summary account) is correct because it represents the main vendor balance account in the vendor posting profile. Option B (Discount account) is correct because it is used to post cash discounts taken on vendor payments. Option C (Settlement account) is correct because it is used for payment settlement transactions.

Option D (Inventory account) is incorrect because inventory posting is handled through inventory posting profiles, not vendor posting profiles. Option E (Accounts receivable account) is incorrect because accounts receivable accounts are used for customer balances, not vendor balances.

446
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.

447
MCQmedium

You are a Dynamics 365 Finance functional consultant for a company that operates in a country where tax regulations require the use of tax codes with different rates for various goods and services. The company needs to ensure that sales invoices automatically calculate tax based on the item's tax group and the customer's tax exemption status. They also need to generate tax reports for authorities. Requirements: 1) Configure tax codes and groups for automated tax calculation. 2) Handle tax exemptions. 3) Use standard Dynamics 365 Finance features. Which configuration should you set up?

A.Create sales tax codes, sales tax groups, and item sales tax groups. Assign tax exemption certificates to customers as needed.
B.Use the 'Tax calculation' service in Dynamics 365 Finance.
C.Configure the 'General ledger parameters' to apply a default tax rate to all transactions.
D.Set up a custom workflow for tax approval on each invoice.
AnswerA

This configuration enables automated tax calculation and exemption handling.

Why this answer

Setting up sales tax codes, sales tax groups, and item sales tax groups, and assigning tax exemption certificates to customers, allows automatic tax calculation and reporting. Option A is correct.

448
MCQmedium

Refer to the exhibit. This XML snippet shows a workflow configuration in Dynamics 365 Finance. What is the purpose of this workflow?

A.To enforce budget control on purchase orders
B.To facilitate vendor collaboration
C.To automate purchase order approval based on amount
D.To match purchase orders with invoices
AnswerC

The workflow auto-approves small purchase orders and routes large ones for manual approval.

Why this answer

The workflow configuration in Dynamics 365 Finance uses a condition based on the purchase order amount to trigger an approval step. This is the core purpose of a purchase order approval workflow: to automatically route purchase orders for approval when they exceed a defined monetary threshold, ensuring proper authorization before the order is processed.

Exam trap

The trap here is that candidates confuse the purpose of a purchase order approval workflow (which automates approval routing based on conditions like amount) with other purchase order-related features such as budget control, vendor collaboration, or invoice matching, which serve entirely different business processes.

How to eliminate wrong answers

Option A is wrong because budget control enforcement is a separate feature that checks available budget against actual expenditures, not a workflow approval process based on amount. Option B is wrong because vendor collaboration is a portal-based feature for vendors to view and respond to purchase orders, invoices, and contracts, not a workflow for internal approval routing. Option D is wrong because matching purchase orders with invoices is handled by the accounts payable invoice matching process (three-way matching), not by a purchase order approval workflow.

449
MCQmedium

Refer to the exhibit. The SQL-like query is used to retrieve data from Dynamics 365 Finance. What does this query return?

A.All general journal entries for a specific main account.
B.Main accounts with total debits greater than 10,000, ordered by total descending.
C.Main accounts with total amounts less than 10,000, ordered ascending.
D.All main accounts with any activity in 2025.
AnswerB

The query sums amounts and filters >10000.

Why this answer

The query selects MainAccount and sum of Amount from GeneralJournalEntry for a specific date range, groups by MainAccount, filters groups with total amount > 10000, and orders by total descending. Option A is wrong because it does not filter by a specific account. Option C is wrong because it returns only accounts with total > 10000.

Option D is wrong because it is not ordered ascending.

450
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.

Page 5

Page 6 of 13

Page 7