Courseiva

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

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

Page 1 of 13

Page 2
1
MCQmedium

Refer to the exhibit. You are configuring a general journal in Dynamics 365 Finance. Based on the JSON snippet, what is the purpose of the 'VoucherSeries' field?

A.It defines the journal type (Daily, etc.).
B.It defines the description of the journal.
C.It defines the number sequence for vouchers.
D.It defines the name of the journal.
AnswerC

VoucherSeries specifies the number sequence for voucher numbers.

Why this answer

The 'VoucherSeries' field in a Dynamics 365 Finance general journal configuration specifies the number sequence that will be used to generate unique voucher numbers for journal entries. This ensures each voucher has a distinct identifier, which is essential for audit trails and financial tracking.

Exam trap

The trap here is that candidates often confuse 'VoucherSeries' with the journal name or type, not realizing it specifically controls the numbering sequence for vouchers, which is a separate configuration from the journal's identity or purpose.

How to eliminate wrong answers

Option A is wrong because the journal type (e.g., Daily, Periodic) is defined by the 'JournalType' field, not 'VoucherSeries'. Option B is wrong because the description of the journal is set in the 'Description' field, not 'VoucherSeries'. Option D is wrong because the journal name is defined by the 'Name' field, while 'VoucherSeries' specifically controls the number sequence for vouchers.

2
MCQhard

Your organization is configuring a purchase order approval workflow in Dynamics 365 Finance. The exhibit shows a JSON representation of the workflow step. After implementation, POs are automatically approved when the manager does not act within 48 hours, bypassing the intended VP of Procurement. What is the most likely cause?

A.The time limit is set to 48 hours.
B.The escalation action is set to 'Approve' instead of 'Escalate'.
C.The fallback approver is set to VP of Procurement.
D.The assignee is set to Manager.
AnswerB

The escalation action 'Approve' causes automatic approval; it should be 'Escalate' to route to the fallback.

Why this answer

The workflow JSON shows 'escalationAction': 'Approve', meaning if the time limit expires, the purchase order is automatically approved rather than routed to the fallback approver (VP of Procurement). To send the PO to the VP after the manager fails to act, the escalationAction should be 'Escalate' or 'Assign' to the fallback. Option A is incorrect because the 48-hour time limit itself is not the problem; the action taken after the limit is.

Option C is incorrect because the fallback is correctly set to VP of Procurement, but it is unused due to the escalation action. Option D is incorrect because the assignee being 'Manager' is the intended first-level approver; the issue is not the assignment but the escalation behavior.

3
MCQeasy

A company needs to track the cost of raw materials from the moment they are received until the finished goods are sold. Which costing method should they use to ensure that each unit's cost is individually tracked?

A.FIFO (first in, first out)
B.Standard cost
C.Specific identification
D.Weighted average
AnswerC

Specific identification tracks each unit's cost individually.

Why this answer

Specific identification tracks each unit individually. FIFO assumes first-in-first-out. Weighted average uses average cost.

Standard cost uses predetermined cost.

4
MCQeasy

A company uses Dynamics 365 Human Resources (HR) and wants to ensure that new employees are automatically assigned to the correct compensation plan based on their job and department. What must be configured?

A.Define eligibility rules in the compensation plan to automatically assign based on job and department
B.Implement a hiring workflow that triggers an email to HR to manually assign the compensation plan
C.Set up a compensation structure for each position individually
D.Configure the employee self-service portal to allow managers to assign compensation plans
AnswerA

Eligibility rules enable automatic assignment.

Why this answer

In Dynamics 365 Human Resources, eligibility rules within a compensation plan define the criteria (such as job and department) that automatically assign employees to the correct plan upon hire. This ensures that the system evaluates the employee's attributes and applies the appropriate compensation structure without manual intervention, leveraging the built-in eligibility engine.

Exam trap

The trap here is that candidates may confuse eligibility rules with manual workflows or per-position setup, thinking that automation requires a workflow or individual configuration, rather than understanding that Dynamics 365 HR's eligibility rules are the native mechanism for automatic compensation assignment based on job and department attributes.

How to eliminate wrong answers

Option B is wrong because implementing a hiring workflow that triggers an email to HR for manual assignment introduces unnecessary delay and human error, contradicting the requirement for automatic assignment. Option C is wrong because setting up a compensation structure for each position individually is inefficient and not scalable; compensation plans are designed to apply to groups of positions based on shared eligibility rules, not per-position structures. Option D is wrong because configuring the employee self-service portal to allow managers to assign compensation plans delegates the task to managers rather than automating it based on job and department, which does not meet the automatic assignment requirement.

5
MCQmedium

You are the system administrator for Contoso Ltd., a multinational manufacturing company implementing Dynamics 365 Finance. The company has three legal entities: Contoso US (functional currency USD), Contoso Germany (EUR), and Contoso Japan (JPY). The CFO requires that all purchase orders for raw materials be centrally managed from Contoso US, but the goods must be received directly at each legal entity's warehouse. Additionally, the CFO wants to ensure that intercompany transactions are automatically posted and eliminated during month-end consolidation. You need to configure the system to meet these requirements. What should you do?

A.Create separate purchase orders in each legal entity and use manual journal entries to transfer costs to Contoso US.
B.Configure intercompany purchase orders with direct delivery from Contoso US to the other entities, and set up intercompany elimination rules for consolidation.
C.Configure intercompany inventory transfers and use inventory journals to record movements between warehouses.
D.Set up intercompany journals to record transactions between legal entities and create elimination rules for consolidation.
AnswerB

Correct: This allows centralized purchasing while goods are received directly at each entity, and elimination is automated.

Why this answer

Configuring intercompany purchase orders with direct delivery allows Contoso US to centrally manage purchasing while goods are received directly at each legal entity's warehouse. Setting up intercompany elimination rules ensures automatic elimination of intercompany transactions during consolidation, meeting the CFO's requirements. Option A is wrong because separate purchase orders and manual journals do not automate centralization or elimination.

Option C is wrong because inventory transfers do not handle purchase order centralization. Option D is wrong because intercompany journals alone do not provide centralized purchasing or direct receipt functionality.

Exam trap

Candidates may confuse intercompany purchase orders with direct delivery versus intercompany inventory transfers or journals. The key is that purchase orders must be centrally managed, not inventory movements.

6
MCQhard

Refer to the exhibit. A purchase order line shows a LineDiscount of 10.0 and LineAmount of 225.00. If the discount is applied as a percentage, what is the correct interpretation?

A.The line discount is applied after line amount calculation
B.The line discount is a 10% discount on the line total
C.The line discount is a flat $10.00 reduction
D.The line discount is 10% of the unit price
AnswerB

10% discount on line total of $250 gives $25 discount, resulting in $225.

Why this answer

The LineDiscount of 10.0 is interpreted as a percentage (10%) when the discount method is set to percentage. This means the line discount is calculated as 10% of the line total, resulting in a LineAmount of 225.00 after the discount is applied. In Dynamics 365 Finance and Operations, the LineDiscount field stores the discount value, and its interpretation depends on the discount method selected on the purchase order line.

Exam trap

The trap here is that candidates often confuse the LineDiscount field's numeric value with a flat amount, failing to recognize that the discount method (percentage vs. amount) determines how the value is interpreted, leading them to incorrectly select Option C.

How to eliminate wrong answers

Option A is wrong because the line discount is applied before the line amount calculation, not after; the LineAmount of 225.00 already reflects the discount. Option C is wrong because a LineDiscount of 10.0 with a percentage interpretation does not represent a flat $10.00 reduction; a flat reduction would require the discount method to be set to 'Amount' and the LineAmount would be 215.00, not 225.00. Option D is wrong because the line discount is applied to the line total, not the unit price; a 10% discount on the unit price would yield a different LineAmount unless the quantity is 1.

7
Multi-Selecthard

Which THREE capabilities are provided by the Dynamics 365 Supply Chain Management's Copilot AI features?

Select 3 answers
A.Create financial reports for cost accounting
B.Generate summaries of engineering change orders
C.Analyze and explain inventory problem warnings
D.Predict delivery dates based on current supply chain data
E.Automatically create purchase orders when inventory is low
AnswersB, C, D

Copilot can summarize changes for engineers.

Why this answer

Dynamics 365 Supply Chain Management's Copilot AI includes a feature that uses natural language processing to generate summaries of engineering change orders. This capability helps engineers and stakeholders quickly understand the impact of changes without manually reviewing detailed technical documents, streamlining the change management process.

Exam trap

The trap here is that candidates often confuse standard automation features (like automatic purchase order creation) with AI-powered Copilot capabilities, or they mistakenly associate financial reporting tasks with Supply Chain Management instead of Dynamics 365 Finance.

8
MCQhard

A company uses Dynamics 365 Supply Chain Management and wants to implement a policy that prevents picking of expired or near-expiry inventory for customer orders. The system should automatically block such inventory from being reserved. Which feature should they use?

A.Inventory status
B.Location profiles
C.Quality orders with expiration date control
D.Item model groups
AnswerC

Quality orders with expiration date control automatically block expired or near-expiry inventory from reservation and picking.

Why this answer

Quality orders with expiration date control allow the system to automatically block inventory that is expired or near expiry from being reserved or picked. This feature uses expiration date control settings to trigger quality orders that prevent picking of such inventory. Option A (Inventory status) can manually block inventory but does not automatically use expiration dates.

Option B (Location profiles) manage warehouse locations but do not enforce expiration-based blocking. Option D (Item model groups) control costing methods and inventory models, not expiration date enforcement.

9
MCQhard

A company uses Dynamics 365 Finance and plans to implement Copilot for Finance to automate vendor invoice processing. Which prerequisite must be configured to enable AI-powered invoice matching?

A.Electronic reporting format for invoices
B.Workflow for invoice approval
C.AI Builder enabled with Power Apps license
D.Data entities configured for import/export
AnswerC

AI Builder is required for AI-powered invoice matching in Copilot for Finance.

Why this answer

Copilot for Finance leverages AI Builder for AI-powered invoice matching, and AI Builder requires a Power Apps license to be enabled. Option A is incorrect because electronic reporting formats are used for document generation, not for AI matching. Option B is incorrect because workflow for invoice approval is a process control feature, not a prerequisite for AI.

Option D is incorrect because data entities are for data import/export, not for enabling AI capabilities.

10
Multi-Selectmedium

Which TWO of the following are benefits of using the General ledger module in Dynamics 365 Finance?

Select 2 answers
A.Manages vendor payments and invoices
B.Handles customer invoicing and collections
C.Provides a chart of accounts to categorize financial transactions
D.Offers real-time financial insights and reporting
E.Manages inventory valuation
AnswersC, D

The General ledger includes the chart of accounts, which is the foundation for financial reporting.

Why this answer

Options C and D are correct. Option C is correct because the General ledger provides a chart of accounts to categorize financial transactions. Option D is correct because it offers real-time financial insights and reporting.

Option A is wrong because managing vendor payments and invoices is done in Accounts payable. Option B is wrong because handling customer invoicing and collections is done in Accounts receivable. Option E is wrong because inventory valuation is part of Inventory management.

11
MCQmedium

A company uses Dynamics 365 Supply Chain Management. They need to ensure that a specific item is always sourced from a preferred vendor, even if another vendor has a lower price. Which configuration should be used?

A.Vendor allocation rules
B.Product dimension groups
C.Inventory status codes
D.Purchase trade agreements
AnswerD

Trade agreements can set a preferred vendor and price.

Why this answer

Purchase trade agreements allow you to define specific sourcing rules for items, including a preferred vendor relationship. This ensures that a particular item is always sourced from the designated vendor regardless of price. Option A (Vendor allocation rules) is used to distribute purchase quantities among multiple vendors, not to force a single preferred vendor.

Option B (Product dimension groups) define product variants, not sourcing preferences. Option C (Inventory status codes) control inventory availability and transaction types, not vendor selection.

12
Multi-Selecthard

An organization is implementing Dynamics 365 Human Resources. They need to store employee certifications and track expiration dates. Which TWO actions can be performed using standard functionality?

Select 2 answers
A.Set up alerts to notify managers when certifications are about to expire
B.Configure automatic renewal of certifications before expiration
C.Link certifications to worker skills for gap analysis
D.Enter certification details on the worker's profile
E.Automatically attach certifications to positions when hiring
AnswersA, D

Alerts can be configured using the alert rules feature.

Why this answer

Dynamics 365 Human Resources includes built-in alert functionality that can be configured to notify managers when employee certifications are approaching their expiration dates. This is part of the standard certification tracking feature, which allows setting up notification rules based on date fields.

Exam trap

The trap here is that candidates may assume automatic renewal or skill-to-certification linking exists because of the system's integration capabilities, but standard functionality only supports manual tracking and alerts, not automated processes or cross-competency analysis.

13
Multi-Selecthard

Which TWO of the following are required to set up a consolidation in Dynamics 365 Finance? (Select two.)

Select 2 answers
A.A consolidation company
B.Reporting tree
C.Elimination rules
D.Budget plan templates
E.Currency conversion rates
AnswersA, E

A consolidation company is needed to combine financial data.

Why this answer

A consolidation company serves as the legal entity for the consolidated data. Currency conversion rates are required to translate amounts from source companies to the consolidation company's currency. Reporting trees are optional for structuring drill-down, elimination rules are optional for automating intercompany eliminations, and budget plan templates are unrelated to consolidation setup.

14
MCQeasy

A company uses Dynamics 365 Finance for financial management. The CFO wants to use AI to predict customer payment delays and recommend proactive actions. Which feature should you use?

A.Customer payment predictions
B.Cash flow forecasting
C.Microsoft Copilot in Finance
D.Budgeting and planning
AnswerA

This is the AI feature designed to predict payment delays and suggest actions.

Why this answer

Dynamics 365 Finance includes AI-driven customer payment predictions that provide insights and recommendations for proactive actions. Option B is wrong because cash flow forecasting focuses on projecting cash inflows and outflows, not specifically predicting payment delays. Option C is wrong because Microsoft Copilot in Finance is for conversational assistance and does not specialize in payment predictions.

Option D is wrong because budgeting and planning is for creating and managing budgets, not predicting payment delays.

15
Multi-Selecthard

Which THREE components are part of the Dynamics 365 Supply Chain Management warehouse management system?

Select 3 answers
A.Production orders
B.Mobile device menu items
C.Transfer orders
D.Location directives
E.Work templates
AnswersB, D, E

Configures actions on warehouse mobile devices.

Why this answer

Warehouse management includes location directives, work templates, and mobile device menu items. Production orders are part of production control, not warehouse management. Transfer orders are in inventory management.

Correct: B, D, E.

16
MCQmedium

A retail company uses Dynamics 365 Commerce. The store manager notices that inventory levels are not updated in real-time after a point-of-sale (POS) transaction. What should be checked first?

A.The default inventory location for the store
B.The assortment configuration for the store
C.The Commerce Data Exchange (CDX) job schedule
D.The POS functionality profile setting for inventory processing
AnswerD

The POS profile must be configured to process inventory transactions in real-time.

Why this answer

The POS functionality profile setting for inventory processing controls how inventory updates are handled at the register. If this setting is not configured to process inventory in real-time, the system will defer updates to a batch job, causing the observed delay. This is the first place to check because it directly governs the behavior of inventory updates during POS transactions.

Exam trap

The trap here is that candidates often confuse the CDX job schedule (which handles periodic data sync) with the real-time inventory processing setting in the POS functionality profile, leading them to select option C instead of D.

How to eliminate wrong answers

Option A is wrong because the default inventory location for the store determines where inventory is stored, not how or when it is updated after a POS transaction. Option B is wrong because assortment configuration defines which products are available at the store, not the timing of inventory updates. Option C is wrong because the Commerce Data Exchange (CDX) job schedule handles data synchronization between the channel and the back office, but the immediate issue of real-time inventory updates after a POS transaction is controlled by the POS functionality profile, not CDX.

17
MCQhard

A company uses Dynamics 365 Supply Chain Management with advanced warehouse management. They notice that during wave processing, pick work is not being created for some sales orders. What should they check first?

A.Wave template and its criteria
B.Release to warehouse status
C.Reservation hierarchy
D.Inventory status of the items
AnswerA

Wave templates define filters for which orders are processed.

Why this answer

Wave templates define the criteria and actions for processing waves, including the creation of pick work. If pick work is not being generated for certain sales orders, the wave template's query filters (e.g., shipping method, warehouse, or item criteria) may be excluding those orders. Checking the wave template and its criteria is the first logical step because it directly controls which orders are processed and how work is created.

Exam trap

The trap here is that candidates often jump to inventory-related issues (like status or reservations) because they seem directly tied to picking, but the question specifically points to wave processing, where the wave template's criteria are the primary filter for work creation.

How to eliminate wrong answers

Option B is wrong because 'Release to warehouse status' indicates whether an order has been released to the warehouse, but if pick work is missing during wave processing, the issue is downstream of release; the order must already be released to be included in a wave. Option C is wrong because the reservation hierarchy determines how inventory is reserved (e.g., batch, serial, location), but it does not control whether pick work is created during wave processing—it affects reservation behavior, not wave template execution. Option D is wrong because the inventory status of items (e.g., available, reserved, on hold) can impact picking, but if pick work is not being created at all, the root cause is more likely in the wave template configuration rather than item-level status.

18
MCQeasy

A company uses Dynamics 365 Finance and Operations for financial management. They need to ensure that all vendor invoices are approved before payment. Which module should they use?

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

Accounts payable manages vendor invoices and includes approval workflows.

Why this answer

The Accounts payable module in Dynamics 365 Finance and Operations is specifically designed to manage vendor invoices, purchase orders, and payment approvals. It includes invoice matching, approval workflows, and payment holds to ensure invoices are validated and approved before payment is processed.

Exam trap

The trap here is that candidates may confuse the General ledger as the module for all financial approvals, but vendor invoice approval is a core Accounts payable function, not a ledger-level process.

How to eliminate wrong answers

Option A is wrong because Accounts receivable manages customer invoices and payments, not vendor invoices. Option C is wrong because General ledger is the central repository for financial transactions and does not handle vendor invoice approval workflows. Option D is wrong because Budgeting is used for planning and monitoring financial budgets, not for approving vendor invoices.

19
MCQhard

You are a systems analyst at a multinational corporation using Dynamics 365 Finance. The company operates in multiple countries with different currencies. The CFO requires that all financial reports be presented in the parent company's reporting currency (USD). The company uses the currency translation feature in Dynamics 365 Finance. However, the finance team is unsure about the correct translation method for the income statement accounts. According to accounting standards, income statement accounts should be translated at the average exchange rate for the period. You need to configure the translation method. What should you do?

A.Set the translation method for income statement accounts to 'Ending' (same as current).
B.Set the translation method for income statement accounts to 'Current' (end of period rate).
C.Set the translation method for income statement accounts to 'Average' in the currency translation setup.
D.Set the translation method for income statement accounts to 'Historical' (transaction date rate).
AnswerC

Correct. 'Average' uses the average exchange rate for the period, as required by accounting standards for income statement accounts.

Why this answer

The 'Average' translation method uses the average exchange rate for the period, which is appropriate for income statement accounts per accounting standards. Option A is wrong because 'Ending' is not a standard translation method in Dynamics 365 Finance. Option B is wrong because 'Current' (end of period rate) is typically used for balance sheet accounts, not income statement.

Option D is wrong because 'Historical' (transaction date rate) is used for equity accounts.

20
MCQmedium

A company using Dynamics 365 Finance needs to ensure that purchase orders exceed a certain amount require additional approval from a director. Which feature should be configured?

A.Approval journal
B.Procurement and sourcing parameters
C.Budget manager role
D.Purchase order workflow
AnswerD

Workflows can be configured with conditions to route purchase orders for additional approval based on amount.

Why this answer

Purchase order workflow in Dynamics 365 Finance allows configuration of conditional approval rules, such as requiring director approval for purchase orders exceeding a certain amount. Option A is incorrect because an approval journal is not a standard concept in Dynamics 365 Finance for this purpose. Option B is incorrect because procurement and sourcing parameters cover general settings but not specific approval workflows.

Option C is incorrect because the budget manager role is related to budget control, not purchase order approval.

21
MCQeasy

Refer to the exhibit. This data represents a product record in Dynamics 365 Commerce. Which core capability is demonstrated by applying a 10% discount from a promotion?

A.Omnichannel order management
B.Inventory visibility
C.Price synchronization
D.Customer engagement and loyalty management
AnswerD

Promotions and discounts are managed through customer engagement and loyalty management capabilities.

Why this answer

Applying a 10% discount from a promotion directly demonstrates the customer engagement and loyalty management capability in Dynamics 365 Commerce. This feature allows businesses to create and manage promotional pricing rules, such as percentage discounts, to incentivize purchases and reward customer loyalty. The discount is applied at the point of sale or online checkout based on configured promotion logic, not through inventory or order management processes.

Exam trap

The trap here is that candidates confuse price synchronization (which maintains consistent base prices across channels) with promotional discounts, but promotions are a distinct capability under customer engagement and loyalty management, not a pricing consistency feature.

How to eliminate wrong answers

Option A is wrong because omnichannel order management handles order fulfillment across channels (e.g., buy online, pick up in store), not the application of promotional discounts. Option B is wrong because inventory visibility tracks stock levels and availability across locations, not pricing or discount logic. Option C is wrong because price synchronization ensures consistent base prices across channels, but applying a temporary promotional discount is a separate function of customer engagement and loyalty management.

22
MCQmedium

A multinational company uses Dynamics 365 Finance with multiple legal entities. They want to process intercompany transactions automatically. What should they configure?

A.Elimination rules
B.Consolidations
C.Transfer orders
D.Intercompany accounting
AnswerD

Intercompany accounting automates transactions between legal entities, including generating matching entries.

Why this answer

Intercompany accounting is the feature that automates intercompany transactions, making Option D correct. Option A (Elimination rules) is used to remove intercompany balances during consolidation, not for day-to-day transactions. Option B (Consolidations) combines financial statements of multiple entities, not for processing individual transactions.

Option C (Transfer orders) are for inventory transfers between locations, not for general intercompany transactions.

23
MCQmedium

A company uses Dynamics 365 Finance and wants to improve the efficiency of their accounts payable team. They have enabled Copilot for Dynamics 365. Which Copilot capability should they use to help the team automatically match purchase orders, receipts, and invoices?

A.Copilot for cash flow forecasting
B.Copilot for sales order processing
C.Copilot for expense report management
D.Copilot for vendor invoice automation
AnswerD

This capability automates matching of purchase orders, receipts, and invoices.

Why this answer

Copilot for vendor invoice automation is specifically designed to streamline the accounts payable process by automatically matching purchase orders, receipts, and invoices using predefined matching rules and AI. This capability reduces manual effort and accelerates invoice processing in Dynamics 365 Finance.

Exam trap

The trap here is that candidates may confuse general Copilot capabilities like cash flow forecasting or expense management with the specific accounts payable automation feature, failing to recognize that vendor invoice automation is the only option directly tied to purchase order, receipt, and invoice matching.

How to eliminate wrong answers

Option A is wrong because Copilot for cash flow forecasting focuses on predicting future cash positions and liquidity, not on matching procurement documents like purchase orders and invoices. Option B is wrong because Copilot for sales order processing handles sales-related workflows, such as order entry and fulfillment, not accounts payable tasks. Option C is wrong because Copilot for expense report management automates employee expense reporting and approval, not the three-way matching of vendor invoices.

24
Drag & Dropmedium

Drag and drop the steps to create a new customer record in Dynamics 365 Sales in the correct order.

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

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

Why this order

Creating a customer record starts with opening the app, then navigating to the customer list, creating a new record, filling in details, and saving.

25
MCQmedium

An organization uses Dynamics 365 Supply Chain Management. They receive a large shipment of raw materials that have variable quality. They need to ensure that only materials meeting quality specifications are accepted into inventory. The process should include sampling and testing. Which feature should they use?

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

Quality management allows for sampling, testing, and disposition based on quality specifications.

Why this answer

Quality management in Dynamics 365 Supply Chain Management provides functionality for sampling, testing, and dispositioning items based on quality specifications, which is exactly what is needed to ensure only materials meeting quality standards are accepted. Option A is incorrect because Inventory management handles stock levels and storage, not quality checks. Option B is incorrect because Warehouse management focuses on movement and storage within warehouses, not quality testing.

Option C is incorrect because Production control manages manufacturing processes, not inbound quality inspection.

26
Multi-Selectmedium

Which TWO of the following are capabilities of Dynamics 365 Finance? (Choose two.)

Select 2 answers
A.Project scheduling
B.Marketing automation
C.Fixed asset management
D.Customer service management
E.Budget control
AnswersC, E

Fixed asset management is a module in Finance.

Why this answer

Correct: C and E. Fixed asset management (C) is a core module within Dynamics 365 Finance, handling asset lifecycle, depreciation, and disposal. Budget control (E) is a key feature for monitoring and enforcing budget limits.

Option A (Project scheduling) belongs to Project Operations, not Finance. Option B (Marketing automation) is part of Dynamics 365 Marketing. Option D (Customer service management) is in Dynamics 365 Customer Service.

27
MCQhard

A company uses Dynamics 365 Supply Chain Management for warehouse management. They notice that picking routes are inefficient, causing delays. They want to optimize picking paths automatically. Which feature should they implement?

A.Inbound load management
B.Cycle counting
C.Wave processing
D.Cluster picking
AnswerC

Wave processing can optimize picking by creating efficient work using location directives.

Why this answer

Wave processing in Dynamics 365 Supply Chain Management automatically groups released orders into waves and optimizes picking routes based on location sequencing and work templates. This reduces travel time and improves warehouse efficiency by generating efficient pick paths without manual intervention.

Exam trap

The trap here is that candidates confuse cluster picking (a manual grouping method) with wave processing (an automated optimization feature), leading them to select cluster picking when the question explicitly asks for automatic path optimization.

How to eliminate wrong answers

Option A is wrong because inbound load management handles receiving and put-away of incoming shipments, not picking route optimization. Option B is wrong because cycle counting is an inventory accuracy process that counts items on a recurring basis, unrelated to picking path efficiency. Option D is wrong because cluster picking is a manual picking method where a worker picks multiple orders simultaneously, but it does not automatically optimize picking paths; wave processing is the feature that automates route optimization.

28
MCQmedium

Refer to the exhibit. A Dynamics 365 Finance batch job configuration is shown. The job started on December 1, 2025 at 08:00 UTC and is recurring daily. It is currently December 2, 2025 at 10:00 UTC and the job status is 'Executing'. What does this indicate?

A.The job has encountered an error and is retrying.
B.The job is scheduled for weekly recurrence, not daily.
C.The job from December 1 is still running, exceeding the recurrence interval.
D.The job completed successfully on December 1 and is now running the December 2 instance.
AnswerC

The job started on Dec 1 and is still executing on Dec 2, indicating it's overdue.

Why this answer

The batch job started on December 1 at 08:00 UTC with a daily recurrence, and as of December 2 at 10:00 UTC (26 hours later), its status is still 'Executing'. This means the first instance never completed, so the recurrence interval (24 hours) has been exceeded, and the system will not start a new instance until the current one finishes. In Dynamics 365 Finance, a batch job with a recurrence interval shorter than its actual runtime will remain in 'Executing' status and block subsequent scheduled runs.

Exam trap

The trap here is that candidates assume 'Executing' always means a new instance has started, but in Dynamics 365 Finance, a recurring batch job that is still running will not launch the next scheduled instance until the current one completes, so the same 'Executing' status can persist across multiple recurrence intervals.

How to eliminate wrong answers

Option A is wrong because a job that encounters an error would typically show a status of 'Error' or 'Cancelled', not remain in 'Executing' status; retries are handled by the batch framework but do not keep the job in 'Executing' indefinitely. Option B is wrong because the exhibit explicitly shows a daily recurrence (recurrence interval of 1 day), not weekly; the job is configured to run every day. Option D is wrong because if the December 1 instance had completed successfully, its status would be 'Ended' or 'Finished', and the December 2 instance would show as separate execution; the current 'Executing' status indicates the original instance is still running, not a new one.

29
MCQhard

A manufacturing company uses Dynamics 365 Finance and Operations. They need to configure a production flow that allows multiple products to be produced on the same production line with minimal changeover time. The production scheduler wants to automatically sequence production orders to reduce setup time. Which feature should the company configure?

A.Finite scheduling with sequencing constraints
B.Material requirements planning (MRP)
C.Gantt chart view in production floor control
D.Operations scheduling
AnswerA

Finite scheduling with sequencing constraints enables automatic sequencing to minimize changeover time.

Why this answer

Finite scheduling with sequencing constraints is the correct feature because it allows the system to automatically sequence production orders on a shared resource (e.g., a production line) based on setup time reduction rules. This minimizes changeover time by grouping similar products or optimizing the order of operations, which directly addresses the requirement for minimal changeover and automatic sequencing.

Exam trap

The trap here is that candidates confuse operations scheduling (a broad capacity planning tool) with finite scheduling (which includes detailed sequencing constraints), leading them to choose Option D instead of A.

How to eliminate wrong answers

Option B is wrong because Material Requirements Planning (MRP) calculates material and capacity needs but does not sequence production orders to minimize setup time; it focuses on supply-demand balancing. Option C is wrong because the Gantt chart view in production floor control is a visualization tool for monitoring and manually adjusting schedules, not an automatic sequencing engine. Option D is wrong because Operations scheduling provides a high-level, rough-cut capacity plan without the detailed sequencing constraints needed to optimize changeover times on a specific production line.

30
MCQmedium

A company uses Dynamics 365 Finance. The finance team needs to ensure that purchase invoices are automatically matched to purchase orders and product receipts before payment is processed. Which feature should be configured?

A.Fixed asset management
B.Workflow approval
C.Vendor collaboration portal
D.Accounts payable invoice matching
AnswerD

Invoice matching validates purchase invoices against purchase orders and receipts before payment.

Why this answer

Accounts payable invoice matching (option D) is the correct feature because it automatically compares purchase invoice details (quantities, prices, charges) against the corresponding purchase order and product receipt. This three-way matching ensures that payment is only processed when the invoice matches the order and receipt, preventing overpayment and discrepancies.

Exam trap

The trap here is that candidates may confuse workflow approval (option B) with automated matching, but workflow only manages human approval steps, not the automatic validation of invoice data against purchase orders and receipts.

How to eliminate wrong answers

Option A is wrong because Fixed asset management handles acquisition, depreciation, and disposal of fixed assets, not invoice matching. Option B is wrong because Workflow approval routes documents for human review and approval but does not perform automatic matching of invoices to purchase orders and receipts. Option C is wrong because Vendor collaboration portal allows vendors to view purchase orders, invoices, and confirmations, but it does not enforce automatic matching logic for payment processing.

31
MCQhard

A company uses Dynamics 365 Supply Chain Management and wants to automate the replenishment of items from a central warehouse to regional distribution centers based on real-time sales data. Which concept should they use?

A.Replenishment strategies (e.g., min/max)
B.Transfer orders
C.Bill of materials
D.Kanban signals
AnswerA

Replenishment strategies like min/max automatically create transfer orders based on stock levels and demand.

Why this answer

Replenishment strategies such as min/max are designed to automate inventory replenishment based on predefined thresholds and real-time demand signals. In Dynamics 365 Supply Chain Management, these strategies calculate when stock at a regional distribution center falls below a minimum level and automatically generate replenishment orders from the central warehouse, making them the correct choice for this scenario.

Exam trap

The trap here is that candidates often confuse transfer orders (a manual execution tool) with the automated replenishment strategy that triggers them, leading them to select Option B instead of recognizing that replenishment strategies are the underlying logic.

How to eliminate wrong answers

Option B is wrong because transfer orders are manual or semi-automated documents used to move inventory between locations, not an automated replenishment strategy driven by real-time sales data. Option C is wrong because a bill of materials defines the components and structure of a finished product, not the logic for replenishing inventory across warehouses. Option D is wrong because kanban signals are a lean manufacturing pull-based system typically used for production or internal material flow, not for automating replenishment from a central warehouse to distribution centers based on sales data.

32
Matchingmedium

Match each Dynamics 365 Project Operations pricing method to its description.

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

Concepts
Matches

Customer pays a predetermined total amount

Customer pays based on actual time and costs

Customer pays cost plus a markup

Customer pays a recurring fixed fee

Invoices triggered by project milestones

Why these pairings

In Dynamics 365 Project Operations, Cost plus covers actual costs plus profit, Fixed price is a predetermined total, and Time and materials charges based on actual hours and materials. The distractors swap these definitions.

33
Multi-Selectmedium

A company uses Dynamics 365 Supply Chain Management and wants to reduce stockouts. Which TWO strategies should they implement?

Select 2 answers
A.Vendor managed inventory
B.Reorder point
C.Safety stock
D.ABC classification
E.Cycle counting
AnswersB, C

Reorder point triggers replenishment when stock is low.

Why this answer

Reorder point is correct because it triggers a replenishment order when inventory falls to a predefined level, directly preventing stockouts by ensuring timely restocking. Safety stock is correct because it maintains an extra buffer of inventory above expected demand to absorb variability in supply or demand, reducing the risk of stockouts during lead time fluctuations.

Exam trap

The trap here is that candidates confuse ABC classification or cycle counting as stockout prevention strategies, but they are inventory management techniques for prioritization or accuracy, not direct methods to maintain inventory availability.

34
MCQeasy

A company uses Dynamics 365 Project Operations to manage projects. A project manager needs to view the overall health of all active projects in the organization. Which dashboard should the manager use?

A.Project Manager dashboard
B.Sales dashboard
C.Time Entry dashboard
D.Resource Manager dashboard
AnswerA

Provides an overview of all active projects.

Why this answer

The Project Manager dashboard in Dynamics 365 Project Operations is specifically designed to provide a consolidated view of project health metrics, including schedule variance, cost variance, and overall status across all active projects. This dashboard uses built-in Power BI reports to aggregate data from project plans, actuals, and forecasts, enabling the project manager to quickly assess which projects are on track, at risk, or behind schedule.

Exam trap

The trap here is that candidates may confuse the Resource Manager dashboard with the Project Manager dashboard, assuming resource allocation is the primary indicator of project health, when in fact the Project Manager dashboard is the correct tool for viewing overall project health metrics.

How to eliminate wrong answers

Option B (Sales dashboard) is wrong because it focuses on sales pipeline, leads, and opportunities, not on project execution health. Option C (Time Entry dashboard) is wrong because it is intended for tracking and approving time entries submitted by resources, not for monitoring overall project status. Option D (Resource Manager dashboard) is wrong because it provides visibility into resource utilization, availability, and allocation across projects, not the health of individual projects.

35
MCQeasy

A production supervisor needs to see which production orders are currently running and their status. Which workspace should they use?

A.Procurement and sourcing workspace
B.Cost management workspace
C.Warehouse management workspace
D.Production floor management workspace
AnswerD

This workspace shows production orders and their current status.

Why this answer

The Production floor management workspace is specifically designed for production supervisors to monitor and manage production orders in real time. It provides a consolidated view of all production orders, their current status (e.g., started, reported as finished), and key performance indicators, enabling immediate action on the shop floor.

Exam trap

The trap here is that candidates may confuse the Production floor management workspace with the Cost management workspace, assuming cost tracking is the primary need, when the question specifically asks for seeing which production orders are currently running and their status.

How to eliminate wrong answers

Option A is wrong because the Procurement and sourcing workspace is focused on managing purchase orders, vendor relationships, and sourcing activities, not production order execution. Option B is wrong because the Cost management workspace is used for analyzing and controlling manufacturing costs, inventory valuation, and cost accounting, not for real-time production order status tracking. Option C is wrong because the Warehouse management workspace is designed for warehouse operations such as inventory movements, picking, and shipping, not for monitoring production orders on the shop floor.

36
MCQeasy

An organization using Dynamics 365 Finance needs to streamline vendor payments by grouping multiple invoices into a single payment. Which feature should they use?

A.Electronic payment format
B.Payment schedule
C.Positive pay
D.Payment proposal
AnswerD

Payment proposal is the correct feature to select multiple invoices for a vendor and generate a single payment.

Why this answer

Payment proposals allow users to select multiple invoices for a vendor and generate a single payment. Option A is wrong because electronic payment format is for generating payment files, not for grouping invoices. Option B is wrong because payment schedules spread a single invoice into installments.

Option C is wrong because positive pay is a fraud prevention feature.

37
MCQmedium

A service company uses Dynamics 365 Finance to manage fixed assets. They recently acquired a building and want to split the cost between land (non-depreciable) and building (depreciable). How should they set this up?

A.Create one fixed asset record for the total cost and manually adjust depreciation
B.Create two fixed asset records: one for land with non-depreciable profile, and one for building with depreciable profile
C.Use the 'Component Depreciation' feature to split the asset
D.Create a parent asset for the building and a sub-asset for the land
AnswerB

This allows correct depreciation treatment: land is not depreciated, building is depreciated over its useful life.

Why this answer

To properly account for the building acquisition, two separate fixed asset records should be created: one for the land with a non-depreciable profile, and one for the building with a depreciable profile. This allows the system to handle the different depreciation treatments correctly. Option A is incorrect because a single record cannot have a non-depreciable portion; manual adjustment would be error-prone.

Option C is incorrect because there is no 'Component Depreciation' feature for splitting cost in this way. Option D is incorrect because sub-assets are typically used for components that are also depreciable, not for non-depreciable land.

38
MCQmedium

A manufacturing company uses Dynamics 365 Supply Chain Management. They want to ensure that raw materials are automatically replenished based on current inventory levels and forecasted demand. Which feature should be configured?

A.Master planning
B.Quality management
C.Vendor collaboration
D.Warehouse management
AnswerA

Master planning calculates replenishment requirements based on demand and inventory.

Why this answer

Master planning in Dynamics 365 Supply Chain Management is the feature designed to calculate material and capacity requirements based on current inventory levels and forecasted demand. It generates planned orders for replenishment, ensuring raw materials are available to meet production and customer demand without overstocking.

Exam trap

The trap here is that candidates often confuse warehouse replenishment (a feature within Warehouse management) with master planning replenishment, but warehouse replenishment only moves stock within a warehouse location, not from suppliers or production based on demand forecasts.

How to eliminate wrong answers

Option B is wrong because Quality management focuses on inspecting and controlling product quality through nonconformance and test processes, not on automatic replenishment of raw materials. Option C is wrong because Vendor collaboration is a portal for external vendors to view purchase orders and invoices, not a feature for calculating replenishment based on inventory and demand. Option D is wrong because Warehouse management handles inbound/outbound processes, location directives, and picking/replenishment within a warehouse, but it does not perform the demand-driven material requirements planning that master planning does.

39
MCQmedium

A retail company uses Dynamics 365 Commerce to manage its online store. Customers report that they can add items to the cart, but when they proceed to checkout, the checkout page fails to load. The IT team has verified that the payment connector is configured correctly. What is the most likely cause of this issue?

A.The online store's channel publishing is not complete.
B.The customer's CRM integration is not set up.
C.The payment connector is not configured for the online store.
D.The inventory levels for the items in the cart are not synchronized.
AnswerA

Incomplete channel publishing can result in missing checkout pages.

Why this answer

In Dynamics 365 Commerce, the checkout page is part of the online store's channel publishing process. If the channel publishing is not complete, the checkout page may not be available to customers even though other parts of the store (like product browsing and cart addition) function correctly. The IT team has confirmed the payment connector is configured correctly, so the issue is likely that the channel publishing job has not fully propagated the checkout page to the storefront.

Exam trap

The trap here is that candidates often assume a checkout failure is always due to payment connector issues, but the question explicitly rules that out, so the real cause is a higher-level publishing or channel configuration problem.

How to eliminate wrong answers

Option B is wrong because CRM integration is not required for the checkout page to load; it is used for customer relationship management and marketing, not for core checkout functionality. Option C is wrong because the question explicitly states the payment connector is configured correctly, so this cannot be the cause. Option D is wrong because inventory synchronization affects stock availability and cart validation, not the loading of the checkout page itself; the checkout page is a UI component that loads independently of inventory data.

40
MCQeasy

A company uses Dynamics 365 Supply Chain Management and wants to use AI to optimize inventory levels by predicting stockouts and suggesting reorder quantities. Which Copilot feature should they use?

A.Copilot in Dynamics 365 Customer Service
B.Copilot in Dynamics 365 Finance
C.Copilot in Dynamics 365 Sales
D.Copilot in Dynamics 365 Supply Chain Management
AnswerD

Copilot in Supply Chain Management provides AI-driven inventory forecasting and reorder suggestions.

Why this answer

Copilot in Dynamics 365 Supply Chain Management includes AI-powered inventory forecasting that uses machine learning to predict stockouts and suggest reorder quantities. Option A is wrong because Copilot in Dynamics 365 Customer Service is designed for customer support scenarios, not inventory management. Option B is wrong because Copilot in Dynamics 365 Finance focuses on financial data and processes.

Option C is wrong because Copilot in Dynamics 365 Sales is for sales-related activities.

41
MCQeasy

Refer to the exhibit. A transfer order is shipped but not received. Which step should be performed next?

A.Ship the order again
B.Register the receipt at WH-02
C.Delete the transfer order
D.Create a new transfer order
AnswerB

Receipt must be registered to complete the transfer.

Why this answer

After a transfer order is shipped, the next step is for the receiving warehouse (WH-02) to register the receipt. This completes the transfer process. Option B is correct.

Option A is incorrect because the order has already been shipped. Option C is not standard procedure, and Option D would only be needed if the original order was cancelled.

42
MCQeasy

A company uses Dynamics 365 Finance and needs to track expenses by department and project. Which dimension type should be used to capture this information?

A.Account structures.
B.Dimension sets.
C.Advanced rules.
D.Financial dimensions.
AnswerD

Financial dimensions allow tracking of departmental and project expenses.

Why this answer

Financial dimensions (Option D) are used to track attributes like department and project in Dynamics 365 Finance. Account structures (Option A) define the chart of accounts, not for tracking additional attributes. Dimension sets (Option B) are used for reporting and analysis, not for transaction capture.

Advanced rules (Option C) allow for conditional dimension combinations, but the base dimension type for capturing department and project is financial dimensions.

43
MCQeasy

A project manager in Dynamics 365 Project Operations wants to use Copilot to quickly identify which projects are at risk of exceeding their budget. What should the project manager do?

A.Set up automated alerts when a project exceeds 80% of its budget
B.Ask Copilot in natural language: "Which projects are over budget?"
C.Consult with the finance team to get a list of projects over budget
D.Create a custom Power BI report to monitor budget consumption
AnswerB

Copilot can understand natural language and return a list of projects at risk.

Why this answer

Copilot in Dynamics 365 Project Operations uses natural language processing to interpret user queries and surface relevant data directly from the system. By asking 'Which projects are over budget?' in natural language, the project manager can instantly get a list of at-risk projects without needing to configure alerts, build reports, or consult external teams. This leverages Copilot's ability to query project financial data in real time.

Exam trap

The trap here is that candidates may confuse Copilot's natural language query capability with other features like automated alerts or custom reporting, assuming that a 'smart' tool requires pre-configured rules or complex setup, when in fact Copilot is designed for ad-hoc, conversational data retrieval.

How to eliminate wrong answers

Option A is wrong because setting up automated alerts when a project exceeds 80% of its budget is a proactive configuration that requires manual setup and does not use Copilot's natural language query capability; it is a separate feature. Option C is wrong because consulting with the finance team is a manual, non-technical approach that bypasses Copilot's ability to provide immediate, data-driven answers from within Dynamics 365. Option D is wrong because creating a custom Power BI report is a development effort that requires technical skills and is not the direct, conversational method Copilot offers for ad-hoc questions.

44
MCQeasy

A manufacturing company uses Dynamics 365 Finance and Operations. They need to track the consumption of raw materials in real time during production runs. Which feature should they use?

A.Production orders
B.Warehouse mobile device menu items
C.Purchase orders
D.Inventory journals
AnswerA

Production orders track material consumption in real time.

Why this answer

Production orders are the correct feature because they are the primary mechanism in Dynamics 365 Finance and Operations for managing and tracking the manufacturing process, including real-time consumption of raw materials through operations such as 'Start', 'Report as finished', and 'Picking list' registrations. This allows for immediate updates to inventory levels and work-in-progress accounting during production runs.

Exam trap

The trap here is that candidates often confuse warehouse mobile device menu items (used for warehouse execution) with production floor execution, but the correct feature for tracking raw material consumption is the production order itself, not the mobile device interface.

How to eliminate wrong answers

Option B is wrong because Warehouse mobile device menu items are used for warehouse operations like receiving, picking, and shipping, not for tracking raw material consumption during production runs. Option C is wrong because Purchase orders are used for procuring goods from vendors, not for internal production consumption tracking. Option D is wrong because Inventory journals are used for manual adjustments, transfers, or periodic inventory counts, not for real-time consumption tracking during active production.

45
Multi-Selecthard

Which THREE features are available in Dynamics 365 Supply Chain Management? (Choose three.)

Select 3 answers
A.Transportation management
B.Production control
C.Warehouse management
D.Project management
E.Retail management
AnswersA, B, C

Transportation management is a core feature.

Why this answer

Transportation management is a core feature of Dynamics 365 Supply Chain Management that enables businesses to manage inbound and outbound shipments, rate shopping, route planning, and freight reconciliation. It integrates with warehouse and production modules to optimize logistics and carrier selection.

Exam trap

The trap here is that candidates confuse the scope of Dynamics 365 Supply Chain Management with other Dynamics 365 apps, assuming Project management and Retail management are included when they belong to separate modules (Project Operations and Commerce).

46
MCQhard

Contoso Ltd. is a global electronics manufacturer using Dynamics 365 Supply Chain Management. They have three production sites: Seattle (primary), Chicago, and Atlanta. Currently, all sites use manual picking processes. Contoso wants to implement warehouse management system (WMS) functionality to improve efficiency. The Seattle site is already using WMS, but the other two sites are not. The project requires minimal disruption to ongoing operations. The IT team is considering three approaches: (1) Enable WMS for all sites simultaneously after a weekend cutover, (2) Enable WMS for Chicago first, then Atlanta after one month, and (3) Enable WMS only for Seattle and keep others manual. The warehouse manager is concerned about training workers on mobile devices. What is the best course of action?

A.Keep WMS only for Seattle and continue manual picking at Chicago and Atlanta to avoid training costs.
B.Enable WMS for all sites simultaneously during a weekend cutover to standardize processes quickly.
C.Enable WMS for Chicago first, then Atlanta after one month, using lessons learned from Chicago.
D.Revert Seattle to manual picking to maintain consistency across all sites.
AnswerC

A phased rollout minimizes disruption, allows for training and adjustments, and aligns with best practices.

Why this answer

Enable WMS for Chicago first, then Atlanta after one month, using lessons learned from Chicago. This phased approach minimizes disruption, allows for training and process adjustments, and aligns with best practices for warehouse management implementation. Option A is incorrect because limiting WMS to Seattle does not improve efficiency at other sites.

Option B is incorrect because enabling WMS for all sites simultaneously is risky and could cause major operational disruption. Option D is incorrect because reverting Seattle to manual picking is counterproductive and does not leverage existing WMS investment.

Exam trap

The trap is to think that a big bang implementation (Option B) is better due to standardization, but it ignores the operational risk and training challenges.

47
MCQhard

Refer to the exhibit. A company configures Dynamics 365 Supply Chain Management with the parameters shown. They notice that material requirements planning (MRP) is recalculating every time a sales order is entered, causing performance issues. Which parameter should be changed?

A.ExplosionMode
B.DynamicPlan
C.RouteNetwork
D.FrozenPlan
AnswerA

Setting explosionMode to 'Always' triggers MRP recalculation on every change; setting it to 'Never' or 'On change' improves performance.

Why this answer

The 'ExplosionMode' parameter controls when MRP recalculates demand. Setting it to 'Always' causes MRP to regenerate every time a sales order is entered, leading to performance degradation. Changing it to 'Never' or 'MinMax' prevents unnecessary recalculations and improves system responsiveness.

Exam trap

The trap here is that candidates confuse 'ExplosionMode' with 'DynamicPlan' or 'FrozenPlan', assuming those parameters control the frequency of MRP recalculation, when in fact they control planning horizons and time fences respectively.

How to eliminate wrong answers

Option B (DynamicPlan) is wrong because it defines the planning horizon and schedule for dynamic MRP runs, not the trigger for recalculation per sales order entry. Option C (RouteNetwork) is wrong because it governs routing and resource sequencing in production, not MRP recalculation behavior. Option D (FrozenPlan) is wrong because it sets a time fence within which planned orders are not changed by MRP, but it does not control the recalculation trigger for new sales orders.

48
MCQhard

A company needs to comply with a new regulation requiring that all journal entries be approved by a supervisor before posting. The company uses Dynamics 365 Finance. What should they configure?

A.Configure financial dimension sets
B.Modify general ledger parameters
C.Create a journal approval workflow
D.Enable audit trail settings
AnswerC

Journal approval workflow enforces supervisor approval before posting.

Why this answer

Correct: Create a journal approval workflow. Option A is wrong because Financial dimension sets are for reporting, not for approval. Option B is wrong because General ledger parameters include various settings but not journal approval workflows.

Option D is wrong because Audit trail settings track changes but do not enforce approvals.

49
MCQhard

You are the supply chain manager at a manufacturing company using Dynamics 365 Supply Chain Management. The company operates three warehouses: WH01 (finished goods), WH02 (raw materials), and WH03 (work-in-process). You need to configure inventory visibility for real-time demand planning. The company requires that inventory levels from all three warehouses be viewable in a single dashboard, with the ability to allocate stock to sales orders before physical pick. Additionally, you must ensure that the system can handle soft reservations across warehouses without impacting the physical inventory counts. You have the following options: A. Configure the Inventory Visibility Service add-in and set up soft reservations using the Allocation API. B. Use the standard Inventory On-hand report and manually reserve stock per warehouse. C. Implement Warehouse Management System (WMS) and use the wave execution to allocate stock. D. Set up Product Information Management with transfer orders to move stock between warehouses. Which option should you choose?

A.Configure the Inventory Visibility Service add-in and set up soft reservations using the Allocation API.
B.Use the standard Inventory On-hand report and manually reserve stock per warehouse.
C.Implement Warehouse Management System (WMS) and use the wave execution to allocate stock.
D.Set up Product Information Management with transfer orders to move stock between warehouses.
AnswerA

Configure the Inventory Visibility Service add-in provides real-time multi-warehouse visibility and supports soft reservations via the Allocation API, which does not affect physical inventory.

Why this answer

The Inventory Visibility Service add-in provides real-time multi-warehouse visibility and supports soft reservations via the Allocation API, which does not affect physical inventory. Option B is incorrect because manual reservation per warehouse is not real-time and doesn't offer a unified dashboard. Option C is incorrect because WMS wave execution is for physical warehouse operations, not for soft reservations across warehouses.

Option D is incorrect because transfer orders are for physical movement, not for soft reservation visibility.

50
MCQeasy

A company uses Dynamics 365 Finance. The tax accountant needs to configure value-added tax (VAT) codes for multiple jurisdictions. Where should they set up the VAT rates?

A.General ledger parameters
B.Accounts payable parameters
C.Inventory management parameters
D.Sales tax codes
AnswerD

Sales tax codes define the tax rates and calculation methods.

Why this answer

In Dynamics 365 Finance, value-added tax (VAT) rates are configured using sales tax codes, which are set up in the Tax module, not in General ledger, Accounts payable, or Inventory management parameters. The sales tax code defines the tax rate and calculation method for each jurisdiction, and it is the standard location for VAT rate setup across all modules.

Exam trap

The trap here is that candidates confuse 'Sales tax codes' with a US-only concept, but in Dynamics 365 Finance, 'Sales tax' is the generic term for all consumption taxes including VAT, and the setup is always done via sales tax codes, not module parameters.

How to eliminate wrong answers

Option A is wrong because General ledger parameters contain settings for ledger posting, fiscal calendars, and currency, but not for VAT rate definitions. Option B is wrong because Accounts payable parameters manage vendor payment terms, invoice policies, and approval workflows, not tax rate configuration. Option C is wrong because Inventory management parameters control inventory dimensions, costing methods, and warehouse processes, not VAT rates.

51
MCQmedium

A company uses Dynamics 365 Supply Chain Management with advanced warehouse management. They want to ensure that workers picking sales orders are directed to the nearest location with available inventory. Which configuration should they use?

A.Set up a work template that assigns the nearest work user.
B.Configure a location directive with a 'Nearest' strategy.
C.Define a mobile device menu item for 'Location Inquiry'.
D.Create a wave template that prioritizes proximity.
AnswerB

The 'Nearest' strategy directs to the closest available location.

Why this answer

Location directives in Dynamics 365 Supply Chain Management with advanced warehouse management can be configured with a 'Nearest' strategy. This strategy directs the system to calculate the shortest distance from the worker's current location to the nearest location containing available inventory, ensuring efficient picking routes for sales orders.

Exam trap

The trap here is that candidates often confuse work templates (which define work steps) with location directives (which control where inventory is picked from), leading them to select Option A instead of the correct routing configuration.

How to eliminate wrong answers

Option A is wrong because work templates define the structure of work (e.g., which steps to perform), not the spatial routing logic; assigning a 'nearest work user' is not a valid configuration for location-based picking. Option C is wrong because a mobile device menu item for 'Location Inquiry' is a read-only function that displays location details, not a routing mechanism to direct workers to the nearest inventory. Option D is wrong because wave templates control how loads are released and consolidated into waves, not the physical picking path; proximity is not a configurable strategy in wave templates.

52
MCQhard

A distribution company uses Dynamics 365 Supply Chain Management to manage its supply chain. Recently, the company has been facing issues with late deliveries to customers. The root cause analysis shows that the planning department is not accurately accounting for lead times from suppliers. The company wants to improve the accuracy of purchase order delivery dates. You need to configure the system to automatically calculate purchase order delivery dates based on vendor lead times and calendar exceptions. The company uses the Master Planning module for supply planning. You have the following options: A. Configure the Warehouse Management module to use the shipment consolidation functionality to adjust delivery dates. B. Manually adjust delivery dates on each purchase order based on phone calls with vendors. C. Use the Procurement and Sourcing module to create blanket purchase agreements that override lead times. D. Set up vendor lead times in the Vendor master and configure the purchase lead time field in the Product master. Then run Master Planning to generate planned purchase orders with correct delivery dates. Which option should you choose?

A.Configure the Warehouse Management module to use the shipment consolidation functionality to adjust delivery dates.
B.Manually adjust delivery dates on each purchase order based on phone calls with vendors.
C.Use the Procurement and Sourcing module to create blanket purchase agreements that override lead times.
D.Set up vendor lead times in the Vendor master and configure the purchase lead time field in the Product master. Then run Master Planning to generate planned purchase orders with correct delivery dates.
AnswerD

Setting up vendor lead times in Vendor master and purchase lead time in Product master allows Master Planning to automatically calculate purchase order delivery dates based on lead times and calendar exceptions. This option is correct.

Why this answer

Vendor lead times and product lead times are used by Master Planning to calculate delivery dates automatically. By setting up vendor lead times in the Vendor master and configuring the purchase lead time field in the Product master, Master Planning can generate planned purchase orders with accurate delivery dates based on lead times and calendar exceptions. Option A is incorrect because shipment consolidation in Warehouse Management is for outbound shipments, not for purchase order lead times.

Option B is incorrect because manual adjustments are error-prone and not scalable. Option C is incorrect because blanket purchase agreements are for pricing and terms, not for lead time calculation.

53
MCQmedium

A company uses Dynamics 365 Finance and wants to automate the process of posting recurring journal entries for monthly depreciation. The journal entries must be generated automatically on the first day of each month. Which tool should you use?

A.Recurring journal voucher.
B.Periodic processing in Fixed assets.
C.Fixed assets journal.
D.General journal with a template.
AnswerA

Recurring journal voucher automates periodic journal entries.

Why this answer

Recurring journal voucher is specifically designed to automate recurring entries like monthly depreciation. It allows you to set a schedule (e.g., first day of each month) to generate the journal automatically. Option B is incorrect because Periodic processing in Fixed assets is a general process, not a specific tool for recurring journal entries.

Option C is incorrect because the Fixed assets journal is used for recording asset acquisitions, disposals, and adjustments, not for recurring depreciation postings. Option D is incorrect because a General journal with a template still requires manual initiation each period and does not automate the recurring schedule.

54
MCQeasy

A company implements Dynamics 365 Finance and needs to configure a chart of accounts that supports multiple legal entities. What is the best practice for managing shared accounts?

A.Delete accounts that are not used across all entities.
B.Use the shared chart of accounts feature and assign it to each legal entity.
C.Use financial dimensions to differentiate accounts by legal entity.
D.Create a separate chart of accounts for each legal entity to ensure independence.
AnswerB

The shared chart of accounts feature allows one chart to be assigned to multiple legal entities, providing consistency and ease of maintenance.

Why this answer

The shared chart of accounts feature in Dynamics 365 Finance allows a single chart of accounts to be used across multiple legal entities, ensuring consistency and simplifying maintenance. Option A is incorrect because deleting unused accounts is irrelevant to sharing. Option C is incorrect because financial dimensions are used for tracking, not for sharing the chart of accounts.

Option D is incorrect because separate charts per entity increase complexity and are not a best practice.

55
Multi-Selectmedium

Which TWO features in Dynamics 365 Supply Chain Management help reduce inventory carrying costs?

Select 2 answers
A.Vendor-managed inventory
B.Intercompany planning
C.Product variants
D.RFID tracking
E.Demand forecasting
AnswersA, E

VMI shifts inventory ownership to suppliers, reducing carrying costs.

Why this answer

Vendor-managed inventory (VMI) shifts the responsibility for inventory replenishment to the supplier, allowing the supplier to monitor stock levels and trigger replenishment based on agreed targets. This reduces the need for the buying organization to hold safety stock, directly lowering inventory carrying costs such as storage, insurance, and obsolescence. Demand forecasting uses historical data and predictive analytics to align inventory levels with expected customer demand, minimizing overstock and stockouts, which also reduces carrying costs.

Exam trap

The trap here is that candidates confuse operational features like RFID tracking or intercompany planning with cost-reduction strategies, assuming any technology that improves visibility automatically reduces carrying costs, when in fact only VMI and demand forecasting directly target inventory levels and holding expenses.

56
MCQhard

A manufacturing company uses Dynamics 365 Supply Chain Management. The production planner notices that a planned production order for 1,000 units of finished good FG-100 has a material shortage for component RM-200. The planner wants to automatically create purchase orders for the missing component and reschedule the production order. Which feature should be configured?

A.Warehouse management
B.Master planning
C.Product configuration
D.Inventory management
AnswerB

Master planning automatically creates planned orders and reschedules production based on material requirements.

Why this answer

(Master planning) is correct because Master planning in Dynamics 365 Supply Chain Management performs material requirements planning (MRP) that can automatically generate planned purchase orders for missing components and reschedule production orders based on material availability. Option A (Warehouse management) is incorrect because it focuses on warehouse operations like receiving, putaway, and picking, not on planning. Option C (Product configuration) is incorrect as it is used for configurable products in a configure-to-order scenario.

Option D (Inventory management) is incorrect because it handles inventory transactions, counting, and adjustments, not planning or automation of purchase orders.

57
MCQeasy

A company uses Dynamics 365 Commerce for its online store. They want to offer personalized product recommendations to customers based on their browsing history. Which Dynamics 365 capability should they use?

A.Marketing segments in Dynamics 365 Marketing
B.Product recommendations in Commerce
C.Customer Service Insights
D.Power BI embedded analytics
AnswerB

Commerce includes AI-driven product recommendations based on user behavior.

Why this answer

Dynamics 365 Commerce includes a built-in product recommendations engine that leverages AI and machine learning to analyze customer browsing and purchase history, enabling personalized product suggestions directly within the online store. This capability is specifically designed for e-commerce scenarios and integrates seamlessly with Commerce's product catalog and shopping experience.

Exam trap

The trap here is that candidates may confuse general analytics or marketing tools (like Power BI or Marketing segments) with the specialized, AI-driven product recommendation engine that is a native feature of Dynamics 365 Commerce.

How to eliminate wrong answers

Option A is wrong because Marketing segments in Dynamics 365 Marketing are used for audience targeting and campaign personalization, not for generating real-time product recommendations within a Commerce online store. Option C is wrong because Customer Service Insights is an analytics tool for customer service operations (e.g., case trends, sentiment analysis), not for e-commerce product recommendations. Option D is wrong because Power BI embedded analytics provides data visualization and reporting capabilities, not a built-in recommendation engine that dynamically suggests products based on browsing history.

58
MCQmedium

A company uses Dynamics 365 Finance and Operations with dual-write integration to Dataverse. They notice that some purchase order headers are not syncing to Dataverse. What should they check first to resolve the issue?

A.Examine the System administration > User operations log for errors
B.Review Power Automate flow run history for the purchase order sync flow
C.Run the Data management framework’s data project to force sync
D.Check the Dual-write application orchestration form to view synchronization logs and errors
AnswerD

This form provides detailed sync status and error messages.

Why this answer

The Dual-write application orchestration form in Dynamics 365 Finance and Operations provides a dedicated interface to view synchronization logs and errors for dual-write mappings. When purchase order headers fail to sync to Dataverse, this form shows the specific error messages, retry status, and mapping details, making it the first place to diagnose the issue directly within the dual-write infrastructure.

Exam trap

The trap here is that candidates often confuse the Data management framework (used for data projects) with dual-write synchronization, or assume Power Automate flows are involved, when in fact dual-write has its own dedicated monitoring interface that should be checked first.

How to eliminate wrong answers

Option A is wrong because the System administration > User operations log records user-initiated actions and system events, not dual-write synchronization errors; it would not capture the specific sync failures for purchase order headers. Option B is wrong because Power Automate flows are not the default mechanism for dual-write integration; dual-write uses its own built-in sync engine, and reviewing flow run history would only be relevant if a custom flow were used, which is not the case here. Option C is wrong because the Data management framework’s data project is used for bulk data import/export, not for troubleshooting real-time dual-write sync issues; forcing a sync via a data project does not address the underlying mapping or error state.

59
MCQeasy

A company uses Dynamics 365 Finance with multiple legal entities. They need to view consolidated financial data across all entities without manual intervention. What should they configure?

A.Currency revaluation
B.Consolidation
C.Financial dimension sets
D.Elimination rules
AnswerB

Consolidation aggregates financial data from multiple legal entities.

Why this answer

Consolidation in Dynamics 365 Finance automatically aggregates financial data from multiple legal entities. Option A is wrong because currency revaluation adjusts exchange rates, not consolidate data. Option C is wrong because financial dimension sets are used for reporting and analysis hierarchies, not for consolidating data across entities.

Option D is wrong because elimination rules remove intercompany transactions during consolidation, but they do not perform the consolidation itself.

60
MCQmedium

A company uses Dynamics 365 Finance and Operations. They need to ensure that all purchase orders over $10,000 require approval from a manager. What feature should they configure?

A.Budget control
B.Audit policies
C.Workflows
D.Policy rules
AnswerC

Workflows can enforce approval rules based on purchase order amount.

Why this answer

Workflows in Dynamics 365 Finance and Operations allow you to define automated business processes that route documents, such as purchase orders, for approval based on conditions like amount thresholds. By configuring a purchase order workflow with a condition that triggers approval when the total exceeds $10,000, you ensure manager approval is required for high-value orders.

Exam trap

The trap here is that candidates confuse 'Policy rules' (which govern procurement policies like vendor catalogs) with 'Workflows' (which handle approval routing), leading them to select D instead of C.

How to eliminate wrong answers

Option A is wrong because Budget control is used to monitor and enforce budget limits on expenditures, not to route documents for approval. Option B is wrong because Audit policies are designed to evaluate transactions against rules for compliance and auditing purposes, not to require approval before a transaction is completed. Option D is wrong because Policy rules in Dynamics 365 Finance and Operations are typically used in procurement and sourcing to define purchasing policies (e.g., vendor selection), not to create approval workflows.

61
Multi-Selecteasy

Which TWO core capabilities are part of Dynamics 365 Human Resources? (Choose two.)

Select 2 answers
A.Employee self-service
B.Talent acquisition
C.Payroll integration
D.Learning management
E.Leave and absence management
AnswersA, E

Employee self-service is a core HR capability.

Why this answer

Employee self-service (A) is a core capability of Dynamics 365 Human Resources because it allows employees to view and update their personal information, request time off, and access pay slips without administrator intervention. Leave and absence management (E) is also a core capability, providing configurable leave plans, accrual rules, and workflows for requesting and approving time off. Both features are built into the Human Resources module of Dynamics 365 Finance and Operations apps.

Exam trap

The trap here is that candidates often confuse the retired Dynamics 365 Talent – Attract (talent acquisition) or external learning management systems as core capabilities of Dynamics 365 Human Resources, when in fact the exam focuses on the native features within the Finance and Operations Human Resources module.

62
MCQmedium

A company uses Dynamics 365 Finance and wants to track budget funds availability before posting purchase orders. Which budget control configuration must be enabled?

A.Budget plan
B.Budget register entry
C.Budget control
D.Budget model
AnswerC

Budget control enables checking funds availability before purchase orders are posted.

Why this answer

Budget control must be enabled and configured to check funds availability for purchase orders. Option A is wrong because budget plans are for planning, not control. Option B is wrong because budget register entries record budget amounts, but do not enforce control.

Option D is wrong because budget models define the budget structure, not control.

63
Multi-Selecthard

Which THREE of the following are capabilities of Dynamics 365 Project Operations? (Choose three.)

Select 3 answers
A.Inventory Management
B.Resource Management
C.Project Planning
D.Time and Expense Tracking
E.Payroll Processing
AnswersB, C, D

Core capability.

Why this answer

Resource Management (B) is a core capability of Dynamics 365 Project Operations, enabling project managers to find, schedule, and assign resources based on skills, availability, and role requirements. It integrates with Project Operations' scheduling engine to optimize resource utilization across projects.

Exam trap

The trap here is that candidates often confuse Project Operations with full ERP systems, incorrectly assuming it includes Inventory Management or Payroll, when in fact it is a project-centric application focused on resource, planning, and time/expense tracking.

64
MCQeasy

A company wants to use AI to predict customer payment times in Dynamics 365 Finance. Which feature should they enable?

A.Cash flow forecasting
B.Financial reporting
C.Customer payment predictions
D.Invoice capture
AnswerC

Correct. Customer payment predictions uses AI to forecast when customers will pay invoices, helping with cash flow management.

Why this answer

Customer payment predictions use AI to forecast when customers will pay invoices. This feature is designed to help businesses predict payment times and manage cash flow more effectively. Option C is correct.

Option A (Cash flow forecasting) is for predicting cash inflows and outflows, not specifically customer payment times. Option B (Financial reporting) is for generating financial statements and reports. Option D (Invoice capture) is for automating invoice data entry, not for payment predictions.

65
MCQhard

A company experiences slow ledger posting during month-end close. They suspect the General journal batch posting is causing contention. What is the best practice to improve performance?

A.Increase the batch server's memory allocation
B.Increase the number of batch tasks per batch job
C.Disable all workflows during month-end
D.Post journals manually one by one
AnswerB

More tasks allow parallel processing of journal lines, reducing contention.

Why this answer

Using batch processing with multiple tasks per batch reduces contention by running postings in parallel, improving throughput.

66
MCQhard

A company uses Dynamics 365 Commerce and wants to implement a buy-online-pick-up-in-store (BOPIS) scenario. The inventory must be reserved in real-time when the customer places the order. Which configuration is required?

A.Use the Inventory Visibility Add-in for external systems.
B.Configure the warehouse management process for the store.
C.Enable real-time inventory reservation at the store warehouse.
D.Set up cross-docking for store replenishment.
AnswerC

Real-time reservation ensures the item is held for the customer.

Why this answer

Dynamics 365 Commerce requires the 'Enable real-time inventory reservation at the store warehouse' configuration to ensure that when a customer places a BOPIS order, the inventory is immediately reserved from the store’s warehouse. This setting triggers a real-time service call to the Commerce Scale Unit (CSU) to check and reserve stock, preventing overselling and ensuring the item is available for pickup.

Exam trap

The trap here is that candidates confuse the Inventory Visibility Add-in (which is for external visibility) with the internal real-time reservation setting, or they mistakenly think warehouse management or cross-docking processes handle BOPIS inventory locking.

How to eliminate wrong answers

Option A is wrong because the Inventory Visibility Add-in is designed for external system integration and multi-channel inventory synchronization, not for real-time reservation within the Commerce BOPIS flow. Option B is wrong because the warehouse management process (WMS) is used for advanced warehousing operations like wave processing and picking, not for real-time inventory reservation at the point of sale. Option D is wrong because cross-docking is a replenishment strategy to move goods directly from inbound to outbound, unrelated to reserving inventory for customer pickup orders.

67
MCQeasy

A company uses Dynamics 365 Finance to manage its budget. The finance team wants to prevent users from posting expenses that exceed the available budget. Which budget control configuration is required?

A.Budget plan
B.Budget model
C.Budget register entry
D.Budget control configuration
AnswerD

Enables budget control to check funds before posting.

Why this answer

Budget control configuration enables checking against budget. Budget plans are for planning. Budget register entries are for recording.

Budget model is a structure.

68
Multi-Selecthard

A company uses Dynamics 365 Finance. The accounting team needs to create a financial report that shows actual vs. budgeted expenses by department. Which THREE components must be configured?

Select 3 answers
A.Financial dimension sets
B.Main accounts
C.Budget model
D.Chart of accounts
E.Fixed asset group
AnswersA, B, C

Dimension sets allow reporting by department.

Why this answer

Financial dimension sets (A) are required because they define the combination of dimensions (e.g., Department, Cost Center) used to segment actual and budget data in reports. Main accounts (B) are the core accounts from the chart of accounts that capture the expense values. A budget model (C) is necessary because it holds the budget amounts for each account and dimension combination, enabling the actual vs. budget comparison.

Exam trap

The trap here is that candidates often confuse the chart of accounts as a required component, but it is a prerequisite structure already configured, not a component that must be specifically set up for this report; the key missing piece is the budget model, which holds the budget data.

69
MCQeasy

You are reviewing the period closing checklist in Dynamics 365 Finance as shown in the exhibit. Which task must be completed before the period can be closed?

A.Generate vendor aging report
B.All tasks must be completed
C.Post vendor invoices
D.Run currency revaluation
AnswerC

Unposted invoices must be posted before the period can be closed; otherwise, the closing will fail.

Why this answer

In Dynamics 365 Finance, the period closing checklist includes various tasks, but not all are mandatory for the period to be closed. The critical prerequisite is that all vendor invoices must be posted before the period close can be executed. Unposted invoices would prevent the closing process.

Generating the vendor aging report or running currency revaluation are optional or can be done after closing. Therefore, posting vendor invoices is the task that must be completed.

Exam trap

The question tests understanding that not all checklist items are required for closure; only specific prerequisites like posting invoices are mandatory. Candidates often assume all tasks must be completed.

70
MCQmedium

A company uses Dynamics 365 Finance to manage its fixed assets. The accountant needs to post a depreciation adjustment for a previous fiscal year that has already been closed. What should the accountant use?

A.Fixed asset journal
B.Depreciation adjustment journal
C.General journal
D.Depreciation proposal
AnswerB

This journal allows posting depreciation adjustments to prior closed periods.

Why this answer

The fixed asset journal is for routine transactions. Depreciation proposal posts planned depreciation. The depreciation adjustment journal is specifically for correcting prior year depreciation.

71
Multi-Selecthard

A company is implementing Dynamics 365 Customer Service and wants to use Copilot to improve agent productivity. Which TWO actions can Copilot perform in the customer service workspace?

Select 2 answers
A.Create a new case automatically when an email arrives
B.Create a knowledge article from a resolved case
C.Draft an email response to a customer based on the conversation context
D.Schedule a follow-up call with the customer
E.Summarize the case history for an agent when they open a case
AnswersC, E

Copilot can generate draft replies using conversation context.

Why this answer

Copilot in Dynamics 365 Customer Service can draft an email response to a customer by analyzing the conversation context, including the case history and recent interactions, to generate a relevant reply. This leverages generative AI to summarize the context and produce a draft that agents can review and send, directly improving productivity by reducing manual typing. Option E is also correct because Copilot can summarize the case history for an agent when they open a case.

This summary provides a concise overview of the case details, activities, and previous interactions, helping agents quickly understand the situation without manually reviewing long threads. Both actions leverage Copilot's generative AI to enhance agent efficiency, while options A, B, and D are typically handled by other automation or rules, not Copilot's core capabilities.

Exam trap

The trap here is that candidates may confuse Copilot's generative AI capabilities (drafting and summarizing) with broader automation features like case creation or scheduling, which are handled by separate tools such as Power Automate or email rules.

72
Multi-Selecthard

Which THREE are valid item model groups used in Dynamics 365 Supply Chain Management?

Select 3 answers
A.LIFO
B.Moving average
C.FIFO
D.Standard cost
E.Weighted average
AnswersA, B, C

LIFO (Last In, First Out) is a valid item model group.

Why this answer

Item model groups in Dynamics 365 Supply Chain Management include FIFO, LIFO, and Moving average. These determine how inventory costs are calculated and tracked. Weighted average is a costing method, not an item model group.

Standard cost is also a costing method, not a model group. Therefore, the correct answers are LIFO, Moving average, and FIFO.

73
MCQhard

You are a finance manager for a multinational corporation using Dynamics 365 Finance. The company needs to comply with the new revenue recognition standard (ASC 606). They sell products and services in bundled contracts, and revenue must be allocated to performance obligations based on standalone selling prices. The system must automatically allocate the transaction price to each obligation and recognize revenue over time. Currently, the finance team manually calculates allocations in Excel. You need to configure Dynamics 365 Finance to automate revenue recognition for these bundled contracts. The company uses the Project management and accounting module for services and the Sales module for products. What should you do?

A.Create separate invoices for products and services and recognize revenue manually.
B.Configure the Revenue recognition module to create revenue schedules from sales orders and project proposals.
C.Use the General ledger allocation rules to distribute revenue amounts manually.
D.Set up revenue recognition schedules in the Project management and accounting module only.
AnswerB

Revenue recognition module handles both sales orders and project-based revenue.

Why this answer

Dynamics 365 Finance includes a dedicated Revenue recognition module that can automatically create revenue schedules from sales orders (for products) and project proposals (for services). This automates the allocation of transaction prices to performance obligations based on standalone selling prices, complying with ASC 606 without manual Excel calculations.

Exam trap

The trap here is that candidates may think revenue recognition is only handled in the Project management and accounting module, overlooking the dedicated Revenue recognition module that integrates both Sales and Project modules for bundled contracts.

How to eliminate wrong answers

Option A is wrong because creating separate invoices and recognizing revenue manually defeats the purpose of automation and does not leverage Dynamics 365 Finance's built-in revenue recognition capabilities. Option C is wrong because General ledger allocation rules are designed for distributing ledger amounts (e.g., cost allocations), not for allocating transaction prices to performance obligations under ASC 606. Option D is wrong because configuring revenue recognition schedules only in the Project management and accounting module would ignore the Sales module for products, failing to handle bundled contracts that include both products and services.

74
MCQhard

A manufacturing company uses Dynamics 365 Supply Chain Management and wants to automate the creation of production orders when a sales order is received for a make-to-order item. What should they configure?

A.Route management
B.Kanban rules
C.Master planning
D.Bill of materials
AnswerC

Master planning can generate production orders to fulfill demand.

Why this answer

Master planning in Dynamics 365 Supply Chain Management can automatically generate planned production orders when a sales order is created for a make-to-order (MTO) item. By setting the item's coverage group to 'Make-to-order' and running master planning, the system creates a production order to fulfill the exact sales order quantity, enabling automated order-driven manufacturing.

Exam trap

The trap here is that candidates often confuse the role of master planning with other production setup components like routes or BOMs, thinking those directly trigger order creation, when in fact master planning is the engine that converts demand into planned orders based on coverage settings.

How to eliminate wrong answers

Option A is wrong because route management defines the sequence of operations and work centers for production, but it does not trigger the creation of production orders from sales orders. Option B is wrong because kanban rules are used in lean manufacturing to signal replenishment based on demand signals like consumption, not to automatically create production orders from sales orders for make-to-order items. Option D is wrong because a bill of materials lists the components and quantities needed for a product, but it does not automate the generation of production orders; it is a prerequisite for production but not the triggering mechanism.

75
MCQmedium

A company uses Dynamics 365 Finance and needs to ensure that purchase order invoices are automatically matched to the original purchase order and receipt quantities before payment. Which configuration is required?

A.Create a vendor payment journal
B.Configure a purchase agreement
C.Set up a payment schedule
D.Enable invoice matching validation
AnswerD

Invoice matching validation ensures quantities and amounts match before payment.

Why this answer

Invoice matching validation enforces three-way matching between the purchase order, receipt, and invoice, ensuring quantities and amounts align before payment. Option A (vendor payment journal) is for recording payments, not matching. Option B (purchase agreement) is for long-term contracts and pricing.

Option C (payment schedule) is for installment payment terms. Only Option D enables the necessary validation.

Page 1 of 13

Page 2