Courseiva

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

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

Page 3

Page 4 of 13

Page 5
226
MCQmedium

A retail company is planning to expand its online presence and wants to use Dynamics 365 Commerce to build a new e-commerce site. They need to ensure that the site can handle high traffic during promotional events and that product catalog updates are reflected quickly. What should they consider?

A.Increase the size of the channel database.
B.Disable caching for product pages to ensure fresh data.
C.Use a content delivery network (CDN) and optimize catalog synchronization.
D.Limit the number of products in the catalog.
AnswerC

CDN helps with traffic, and optimizing sync ensures quick updates.

Why this answer

Using a Content Delivery Network (CDN) caches static assets (images, scripts, CSS) at edge nodes, reducing load on the origin server during high-traffic promotional events. Optimizing catalog synchronization (e.g., using incremental syncs and the Commerce Data Exchange) ensures product updates are reflected quickly without full re-indexing, maintaining performance and data freshness.

Exam trap

The trap here is that candidates may think disabling caching ensures fresh data (Option B), but in high-traffic scenarios, caching with proper invalidation (e.g., using cache tags or TTLs) is essential for both performance and data freshness.

How to eliminate wrong answers

Option A is wrong because increasing the channel database size does not improve traffic handling or update speed; it only addresses storage capacity, not performance under load. Option B is wrong because disabling caching for product pages would force every request to the origin server, increasing latency and server load, which is counterproductive for high-traffic events. Option D is wrong because limiting the number of products in the catalog is a business constraint, not a technical solution for scalability or update speed; it would reduce catalog breadth unnecessarily.

227
MCQmedium

A manufacturing company uses Dynamics 365 Supply Chain Management. They want to optimize inventory levels by using a replenishment strategy that maintains a constant stock level based on forecast demand. Which replenishment method should they use?

A.Vendor-managed inventory
B.Economic Order Quantity (EOQ)
C.Kanban
D.Min/Max replenishment
AnswerD

Correct. Min/Max replenishment keeps inventory within a predetermined range using forecast demand, ensuring a constant stock level.

Why this answer

Min/Max replenishment, because it maintains inventory levels between a minimum and maximum quantity based on forecast demand, ensuring a constant stock level. Option A, Vendor-managed inventory, is incorrect because it involves the supplier managing stock, not maintaining a constant level. Option B, Economic Order Quantity (EOQ), is incorrect as it calculates optimal order quantities to minimize total costs, not to maintain a constant level.

Option C, Kanban, is a pull-based method triggered by actual consumption, not forecast demand.

228
MCQmedium

You are a Dynamics 365 Finance consultant for a service company that uses the Project management and accounting module. They need to track project costs and revenue, and bill customers based on time and materials. The company wants to use the 'Work in process' (WIP) accounting method to recognize revenue as costs are incurred. They also need to automatically generate invoices based on project progress. Requirements: 1) Use WIP accounting for projects. 2) Automate invoice generation. 3) Use standard features. Which configuration should you set up?

A.Enable 'Accruals' in project parameters and use periodic tasks to generate invoices.
B.Configure a project group with the 'Fixed-price' project type and use progress billing.
C.Use the 'Cost record' journal to post costs and manually create invoices.
D.Set up a project group with 'Time and material' project type, enable WIP accounting, and define billing rules.
AnswerD

Time and material with WIP and billing rules automate invoicing based on costs.

Why this answer

It configures a 'Time and material' project group with WIP accounting enabled and defines billing rules. This setup automatically recognizes revenue as costs are incurred (WIP method) and allows automatic invoice generation based on progress. Option A (accruals) is for non-WIP methods and periodic tasks are not automated.

Option B (Fixed-price) is incorrect because the company uses time and materials billing. Option C (manual invoices) does not automate invoice generation. D matches all requirements using standard features.

229
MCQeasy

A retail company is implementing Dynamics 365 Finance and Operations. They need to track the financial performance of each store as a separate profit center. Which configuration should they use?

A.Use the Budget control feature to monitor store spending.
B.Set up cost centers for each store.
C.Create a separate legal entity for each store.
D.Assign financial dimensions to each store and configure the store as a profit center.
AnswerD

Financial dimensions allow tracking by different segments, and profit centers track profitability.

Why this answer

Financial dimensions in Dynamics 365 Finance and Operations allow you to segment financial data for reporting and analysis. By assigning a financial dimension to each store and configuring it as a profit center, the company can track revenue, costs, and profitability at the store level without creating separate legal entities.

Exam trap

The trap here is that candidates often confuse cost centers (which track only costs) with profit centers (which track both revenue and costs), leading them to select Option B instead of D.

How to eliminate wrong answers

Option A is wrong because Budget control is a feature for enforcing spending limits against budgeted amounts, not for tracking store-level profitability as profit centers. Option B is wrong because cost centers are used to track costs and expenses, not to capture both revenue and costs for profit center reporting. Option C is wrong because creating a separate legal entity for each store is overly complex, introduces redundant regulatory and tax compliance overhead, and is not the intended method for internal profit center tracking in Dynamics 365.

230
MCQeasy

A company uses Dynamics 365 Finance. The CFO wants to view financial data in real-time using dashboards. Which tool should be used to create these dashboards?

A.Microsoft Excel
B.SQL Server Reporting Services (SSRS)
C.Power BI
D.Power Apps
AnswerC

Power BI provides real-time dashboards and visual analytics for financial data.

Why this answer

Power BI is the correct tool because it provides real-time, interactive dashboards that can be embedded directly into Dynamics 365 Finance, allowing the CFO to visualize financial data with live updates. Unlike static reporting tools, Power BI connects to the finance data sources via OData or DirectQuery, enabling dynamic filtering and drill-down without requiring manual data refresh.

Exam trap

The trap here is that candidates often confuse SSRS (a traditional reporting tool) with Power BI, not realizing that SSRS generates static, paginated reports while Power BI provides live, interactive dashboards designed for real-time analytics.

How to eliminate wrong answers

Option A is wrong because Microsoft Excel is a spreadsheet application for ad-hoc analysis and manual data manipulation, not a real-time dashboard creation tool; it lacks live connectivity and interactive visualization capabilities. Option B is wrong because SQL Server Reporting Services (SSRS) is a server-based report generation platform that produces paginated, scheduled reports, not real-time interactive dashboards with live data updates. Option D is wrong because Power Apps is a low-code application development platform for building custom business apps, not for creating financial dashboards or data visualizations.

231
MCQeasy

A small business uses Dynamics 365 Finance for the first time. They have one legal entity, one currency (USD), and simple financial needs. They want to record daily sales, pay vendors, reconcile bank accounts, and generate financial statements. They have no intercompany transactions or complex manufacturing. You are setting up the system. What should you do to minimize configuration overhead?

A.Create a detailed chart of accounts with many segments for future expansion.
B.Use the standard default configurations and only customize essential modules.
C.Set up multiple legal entities to separate financial data.
D.Configure intercompany accounting in case they expand later.
AnswerB

Minimizes overhead and meets all stated needs.

Why this answer

For a small business with one legal entity, one currency, and simple financial needs, using the standard default configurations in Dynamics 365 Finance minimizes configuration overhead while still allowing recording of daily sales, vendor payments, bank reconciliations, and financial statements. Option A is wrong because creating a detailed chart of accounts with many segments adds unnecessary complexity for a simple setup. Option C is wrong because setting up multiple legal entities would increase overhead and is not needed for a single legal entity.

Option D is wrong because intercompany accounting is not required and would add unnecessary configuration; it can be implemented later if expansion occurs.

232
MCQmedium

A company uses Dynamics 365 Supply Chain Management and wants to automate the replenishment of items based on historical demand and predefined minimum stock levels. Which feature should they configure?

A.Replenishment rules
B.Safety stock journal
C.Forecast scheduling
D.Cycle counting
AnswerA

Automates replenishment based on demand and min/max.

Why this answer

Replenishment rules in warehouse management allow automatic replenishment based on demand and min/max levels. Option A (Replenishment rules) is correct. Option B (Safety stock journal) is for manual adjustments to safety stock.

Option C (Forecast scheduling) is part of master planning, not specifically warehouse replenishment. Option D (Cycle counting) is for inventory accuracy.

233
MCQhard

A retail company using Dynamics 365 Commerce wants to implement a loyalty program that rewards customers based on purchase frequency and total spend. They need to assign different point multipliers for specific product categories. Which configuration should they use?

A.Loyalty program rules
B.Category hierarchy rules
C.Assortment management
D.Channel navigation hierarchy
AnswerA

Loyalty program rules allow point multipliers per product category.

Why this answer

Loyalty program rules in Dynamics 365 Commerce allow you to define earning and redemption rules, including point multipliers based on product categories. This configuration directly supports rewarding customers based on purchase frequency and total spend while assigning different multipliers for specific categories, making it the correct choice.

Exam trap

The trap here is that candidates confuse 'category hierarchy rules' (which are for product classification and reporting) with 'loyalty program rules' (which actually control point multipliers and earning conditions).

How to eliminate wrong answers

Option B is wrong because category hierarchy rules define the structure of product categories for reporting and navigation, not for assigning point multipliers in a loyalty program. Option C is wrong because assortment management controls which products are available in specific channels, not loyalty reward calculations. Option D is wrong because channel navigation hierarchy organizes the product browsing experience on the website or storefront, not loyalty program configuration.

234
MCQhard

A company uses Dynamics 365 Supply Chain Management and wants to implement a policy where a specific supplier must be used for a particular item. Which configuration enforces this?

A.Add the supplier to the approved supplier list for the item.
B.Configure a procurement category and assign the supplier.
C.Create a purchase agreement with that supplier.
D.Set the supplier as the default vendor on the item's vendor setup.
AnswerA

Approved supplier list enforces that only listed suppliers can be used.

Why this answer

An approved supplier list (ASL) restricts which suppliers can be used for a specific item; if a supplier is not on the list, procurement cannot proceed. Option B is wrong because configuring a procurement category and assigning a supplier does not enforce exclusivity—it only associates the supplier with that category. Option C is wrong because a purchase agreement is a contract for pricing or terms but does not prevent using other suppliers for the item.

Option D is wrong because setting the supplier as the default vendor on the item's vendor setup only determines the default, not an exclusive requirement.

235
MCQmedium

A Dynamics 365 Finance administrator configures a financial dimension called 'Department' with the following dimension values: 100 - Sales, 200 - Marketing, 300 - IT, 400 - HR. An accountant needs to post an expense to the Marketing department. Which dimension value should they use?

A.100
B.300
C.400
D.200
AnswerD

200 corresponds to Marketing.

Why this answer

In Dynamics 365 Finance, financial dimensions use a code-value structure. The dimension value code for Marketing is 200. When posting transactions, the code is used, not the display name.

Therefore, the accountant must use dimension value 200 to post an expense to the Marketing department.

Exam trap

The trap is that candidates often confuse the display name (Marketing) with the dimension value code (200), leading them to select a value based on the name rather than the assigned code.

How to eliminate wrong answers

Option A is wrong because 100 is the dimension value code for the Sales department, not Marketing. Option B is wrong because 300 is the dimension value code for the Operations department, not Marketing. Option C is wrong because 400 is the dimension value code for the IT department, not Marketing.

236
MCQeasy

A project manager needs to approve time entries submitted by team members. Where in Dynamics 365 Project Operations can the manager approve these time entries?

A.Resource Manager dashboard
B.Sales entity
C.Project Contract
D.Project Manager Time Approval workspace
AnswerD

This workspace is specifically for approving time and expenses.

Why this answer

The Project Manager Time Approval workspace in Dynamics 365 Project Operations is the dedicated area where project managers can review, approve, or reject time entries submitted by team members. This workspace provides a filtered view of pending time entries and integrates with the project's approval workflow, ensuring that only authorized managers can process time submissions.

Exam trap

The trap here is that candidates often confuse the Resource Manager dashboard (which deals with resource assignments) with the time approval function, but Microsoft specifically separates resource management from time entry approval to enforce segregation of duties.

How to eliminate wrong answers

Option A is wrong because the Resource Manager dashboard is designed for resource allocation and capacity planning, not for approving time entries. Option B is wrong because the Sales entity handles opportunities, quotes, and orders, not time entry approvals. Option C is wrong because the Project Contract entity manages contractual terms and billing rules, not the operational approval of time submissions.

237
Matchingmedium

Match each Dynamics 365 Commerce feature to its purpose.

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

Concepts
Matches

Unified customer experience across channels

Handle orders via phone or email

Reward repeat customers

AI-driven suggestions to increase sales

In-store transaction processing

Why these pairings

The correct matches are: Channel (point of interaction), Product Catalog (collection of products), Order Fulfillment (picking/packing/shipping). Common confusions involve swapping definitions of Channel with Order Fulfillment, Product Catalog with Pricing Engine, and so on.

238
MCQhard

A company uses Dynamics 365 Finance and has multiple legal entities. They want to share a chart of accounts across all entities while allowing different fiscal calendars. What configuration should be used?

A.Single fiscal calendar for all entities
B.Separate chart of accounts per entity
C.Consolidations with elimination
D.Shared chart of accounts with entity-specific fiscal calendars
AnswerD

Meets the requirement.

Why this answer

D is correct because Dynamics 365 Finance allows a shared chart of accounts across legal entities while enabling entity-specific fiscal calendars. This configuration meets the requirement of maintaining a unified account structure for reporting and consolidation, while respecting local regulatory or business needs for different fiscal year periods.

Exam trap

The trap here is that candidates often assume sharing a chart of accounts requires sharing all related configurations, including fiscal calendars, but Dynamics 365 Finance allows these to be decoupled to support multi-entity scenarios with different fiscal year requirements.

How to eliminate wrong answers

Option A is wrong because a single fiscal calendar for all entities would force every legal entity to use the same fiscal year, which contradicts the requirement for different fiscal calendars. Option B is wrong because separate charts of accounts per entity would prevent sharing the chart of accounts across entities, leading to redundant maintenance and complex consolidation. Option C is wrong because consolidations with elimination are a reporting feature used to combine financial data from multiple entities and remove intercompany transactions, not a configuration for sharing a chart of accounts or managing fiscal calendars.

239
MCQhard

Refer to the exhibit. A fixed asset is configured as shown. What is the depreciation amount for the first year (2025) if the company uses a half-year convention?

A.20000.00
B.10000.00
C.12000.00
D.10000.00 (straight-line)
AnswerB

Correct. This is the depreciation amount using double declining balance with half-year convention: $50,000 × 40% × 0.5 = $10,000.

Why this answer

The asset cost is $50,000 with a 5-year useful life and 200% declining balance method with half-year convention. Straight-line rate = 1/5 = 20%. Double-declining rate = 2 × 20% = 40%.

First-year depreciation with half-year convention: $50,000 × 40% × 0.5 = $10,000. Option A ($20,000) ignores the half-year convention. Option C ($12,000) is not a valid calculation.

Option D ($10,000 straight-line) is incorrect because the method used is declining balance, not straight-line.

240
MCQmedium

A company uses Dynamics 365 Finance and Operations. They want to automate the approval of purchase orders based on the total amount. What should they configure?

A.Procurement catalog
B.Workflow for purchase orders
C.Vendor master
D.Purchase order form configuration
AnswerB

Workflows can automate approval routing based on amount.

Why this answer

Workflows in Dynamics 365 Finance and Operations allow you to define automated business processes, such as approval of purchase orders based on conditions like total amount. By configuring a workflow for purchase orders, you can set up conditional approval rules (e.g., if amount > $5,000, route to manager; if > $20,000, route to director) without custom code. This directly addresses the requirement to automate approval based on the total amount.

Exam trap

The trap here is that candidates may confuse the procurement catalog (which controls what can be ordered) with the workflow engine (which controls how orders are approved), leading them to select a configuration tool that does not handle automation logic.

How to eliminate wrong answers

Option A is wrong because the procurement catalog is used to define items and services that employees can order, not to automate approval workflows. Option C is wrong because the vendor master stores vendor information (e.g., addresses, payment terms) and does not handle approval routing logic. Option D is wrong because purchase order form configuration controls the layout and fields displayed on the PO form, not the automated approval process.

241
Multi-Selecteasy

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

Select 2 answers
A.Coverage planning
B.Net change
C.Regenerative
D.Intercompany planning
E.Demand planning
AnswersB, C

Net change planning only recalculates changes since last run.

Why this answer

Options B and C are correct. Net change and regenerative are the two master planning methods in Dynamics 365 Supply Chain Management. Option A (coverage planning) is a type of planning, not a method.

Option D (intercompany planning) is a scenario. Option E (demand planning) is a separate module, not a master planning method.

242
MCQmedium

A company uses Dynamics 365 Supply Chain Management to manage multi-site operations. They need to transfer inventory between two warehouses in different legal entities. What is the correct approach?

A.Use an inventory adjustment journal to reduce stock in one warehouse and increase in the other.
B.Create a transfer order between the two warehouses.
C.Create a purchase order from the receiving warehouse to the sending warehouse.
D.Use intercompany order processing to create a purchase order and sales order.
AnswerD

Correct. Intercompany order processing creates both a purchase order and a sales order to properly handle the transfer between legal entities.

Why this answer

Intercompany order processing is the correct approach for transferring inventory between warehouses in different legal entities. It creates a purchase order in the receiving company and a sales order in the sending company, properly recording the transaction across legal entities. Option A is incorrect because inventory adjustment journals do not track intercompany transfers and are meant for internal adjustments.

Option B is incorrect because transfer orders are only valid within a single legal entity. Option C is incorrect because a purchase order alone does not create the corresponding sales order needed for intercompany accounting.

Exam trap

Candidates often mistake transfer orders as the default for any inventory transfer, but transfer orders are limited to the same legal entity. Intercompany order processing is required when separate legal entities are involved.

243
Multi-Selecthard

Which TWO configurations are required to enable intercompany accounting in Dynamics 365 Finance?

Select 2 answers
A.Intercompany accounting sequences
B.Intercompany partner definition
C.Shared chart of accounts across legal entities
D.Currency revaluation rules
E.Budget control configuration
AnswersA, B

Required for transaction processing.

Why this answer

Options A and B are correct. Intercompany accounting sequences must be set up to define the document numbering for intercompany transactions, and intercompany partners must be defined to establish the legal entities involved. Option C is incorrect because a shared chart of accounts is beneficial but not required.

Option D is incorrect because currency revaluation is a separate process not mandatory for intercompany accounting. Option E is incorrect because budget control configuration is unrelated to intercompany accounting.

244
Drag & Dropmedium

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

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

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

Why this order

Warehouse setup includes creating the warehouse, specifying site, defining locations, and activating.

245
MCQeasy

A company uses Dynamics 365 Finance and wants to automate the generation of financial statements like balance sheets and income statements. Which tool should they use?

A.Management reporter
B.Power BI
C.Financial reporting
D.Excel integration
AnswerC

Financial reporting is the native tool for financial statements.

Why this answer

Financial reporting is the dedicated tool for creating financial statements like balance sheets and income statements in Dynamics 365 Finance. Option A is wrong because Management reporter is a separate legacy tool, but Financial reporting is the primary tool in D365 Finance. Option B is wrong because Power BI requires integration and is not specifically designed for financial statements.

Option D is wrong because Excel integration requires manual work and is not a dedicated reporting solution.

246
MCQhard

During a month-end close, a Dynamics 365 Finance user encounters an error when trying to post a vendor invoice. The invoice has been approved but the system shows 'Invoice posting failed due to account validation'. What is the most likely cause?

A.The vendor is on hold in accounts payable.
B.The invoice has not been approved by the workflow.
C.The general ledger journal for the invoice is not yet posted.
D.The account combination used is not valid in the chart of accounts.
AnswerD

Invalid account combinations trigger account validation errors during posting.

Why this answer

The most likely cause is an invalid account combination in the chart of accounts (Option D). When a vendor invoice is approved but fails to post with an account validation error, it typically indicates that the debit or credit account specified on the invoice lines does not exist or is not properly configured in the general ledger. Option A is incorrect because a vendor on hold would prevent payment, not invoice posting and validation.

Option B is incorrect because the invoice has already been approved, so approval status is not the issue. Option C is incorrect because general ledger journal posting is part of the invoice posting process, not a separate prerequisite. Therefore, the account combination validation failure during the invoice posting process is the most common cause.

247
MCQmedium

An organization uses Dynamics 365 Finance. The finance team notices that purchase invoices are taking too long to process manually. They want to use Copilot to streamline the invoice processing workflow. What is the most efficient way to achieve this?

A.Use Copilot to detect duplicate invoices only
B.Set up Copilot to fully automate invoice approval without human review
C.Configure Copilot to automatically create a new workflow for each invoice
D.Use Copilot to extract invoice data and suggest matching to purchase orders
AnswerD

This leverages Copilot's AI to reduce manual effort in invoice processing.

Why this answer

Copilot in Dynamics 365 Finance can intelligently extract key data from purchase invoices (such as vendor, amounts, and line items) and then suggest matching to existing purchase orders. This significantly reduces manual data entry and speeds up the invoice processing workflow while still allowing human review for exceptions.

Exam trap

The trap here is that candidates may think Copilot can fully automate approvals (Option B) or that creating new workflows (Option C) is efficient, but the exam tests understanding that Copilot augments human work by automating data extraction and matching, not by removing human oversight or adding unnecessary workflow complexity.

How to eliminate wrong answers

Option A is wrong because using Copilot only for duplicate detection addresses just one small part of the bottleneck; it does not streamline the overall invoice processing workflow. Option B is wrong because fully automating invoice approval without human review removes necessary controls and compliance checks, which is not a recommended or supported configuration in Dynamics 365 Finance. Option C is wrong because automatically creating a new workflow for each invoice would introduce unnecessary complexity and overhead, rather than simplifying or accelerating the existing process.

248
MCQmedium

A manufacturing company is implementing Dynamics 365 Supply Chain Management. They want to ensure that raw material inventory is automatically replenished when stock falls below a predefined level. Which feature should they configure?

A.Quality management
B.ABC classification
C.Reorder point planning
D.Vendor collaboration
AnswerC

Reorder point planning triggers replenishment when stock falls below a defined level.

Why this answer

Reorder point planning in Dynamics 365 Supply Chain Management automatically triggers replenishment when inventory drops below a predefined reorder point. Option A (Quality management) is incorrect because it is used for inspections and quality control, not for inventory replenishment. Option B (ABC classification) is incorrect because it is used to categorize items based on value and importance, not to trigger replenishment.

Option D (Vendor collaboration) is incorrect because it facilitates communication with vendors but does not automatically replenish inventory.

249
MCQhard

A company uses Dynamics 365 Human Resources. They want to streamline the employee onboarding process by automating document collection and task assignments. Which feature should they use?

A.Personnel management
B.Benefits management
C.Time and attendance
D.Compensation management
AnswerA

Personnel management includes onboarding workflows and document collection.

Why this answer

Personnel management in Dynamics 365 Human Resources provides the 'Hire' and 'Onboard' workflows that automate document collection (e.g., tax forms, employment agreements) and task assignments (e.g., IT setup, training) during employee onboarding. This feature uses configurable checklists and document templates to streamline the process, directly addressing the requirement.

Exam trap

The trap here is that candidates may confuse 'Personnel management' with generic HR tasks, but the exam specifically tests that this module contains the automated onboarding workflows, while other modules like Benefits or Compensation serve distinct post-hire functions.

How to eliminate wrong answers

Option B is wrong because Benefits management focuses on enrollment and administration of employee benefits (e.g., health insurance, retirement plans), not on automating onboarding document collection or task assignments. Option C is wrong because Time and attendance handles employee work schedules, absence requests, and time tracking, which are unrelated to the onboarding workflow. Option D is wrong because Compensation management deals with salary structures, pay grades, and performance-based rewards, not the initial onboarding steps.

250
MCQhard

A multinational organization uses Dynamics 365 Finance with multiple legal entities. They need to centralize cash management and consolidate bank account balances across entities. What is the recommended approach?

A.Run the consolidation process in General ledger
B.Use the Cash and bank management module with cross-company bank accounts
C.Configure Budget control for each entity
D.Set up intercompany accounting for each entity
AnswerB

The Cash and bank management module with cross-company bank accounts allows viewing and managing bank balances across entities, centralizing cash management.

Why this answer

The Cash and bank management module in Dynamics 365 Finance supports cross-company bank accounts, allowing centralized visibility and management of bank balances across legal entities. Option A is incorrect because the General ledger consolidation process is for aggregating financial data for reporting, not real-time cash management. Option C is incorrect because Budget control is used to enforce spending limits, not for cash visibility.

Option D is incorrect because Intercompany accounting handles transactions between entities, but does not provide centralized cash management.

251
MCQmedium

A furniture manufacturer uses Dynamics 365 Supply Chain Management. They need to ensure that raw materials are replenished automatically when inventory falls below a certain level. Which feature should be configured?

A.Reorder point
B.Vendor collaboration
C.Safety stock
D.Master planning
AnswerA

Reorder point triggers replenishment when inventory falls to a defined level.

Why this answer

The reorder point feature in Dynamics 365 Supply Chain Management triggers automatic replenishment when inventory levels drop to a predefined threshold. This ensures raw materials are reordered without manual intervention, directly addressing the requirement for automatic replenishment when inventory falls below a certain level.

Exam trap

The trap here is that candidates often confuse safety stock with the reorder point, but safety stock is a component of the reorder point calculation and does not itself trigger automatic replenishment.

How to eliminate wrong answers

Option B is wrong because vendor collaboration is a portal for sharing purchase orders and forecasts with suppliers, not an automatic replenishment trigger based on inventory levels. Option C is wrong because safety stock is a buffer quantity to protect against stockouts, but it does not automatically generate replenishment orders; it only defines a minimum level. Option D is wrong because master planning is a broader process that calculates net requirements and generates planned orders, but it is not a specific feature for triggering replenishment at a fixed inventory level; it runs on a schedule rather than reacting in real time to inventory drops.

252
MCQmedium

A company uses Dynamics 365 Human Resources. They need to automate the process of sending onboarding tasks to new employees based on their start date. Which feature should they configure?

A.Employee self-service goals
B.Personnel actions workflow
C.Position hierarchies
D.Checklist templates
AnswerB

Personnel actions can trigger automated onboarding tasks based on hire date.

Why this answer

Personnel actions workflows in Dynamics 365 Human Resources allow you to automate business processes, such as sending onboarding tasks to new employees based on their start date. By configuring a personnel action workflow, you can define conditions (e.g., start date) that trigger specific actions, including the assignment of onboarding checklists and tasks. This directly meets the requirement for automated task distribution.

Exam trap

The trap here is that candidates often confuse the checklist template (the content of tasks) with the workflow (the automation engine), leading them to select 'Checklist templates' instead of 'Personnel actions workflow'.

How to eliminate wrong answers

Option A is wrong because Employee self-service goals are used for performance management (e.g., setting and tracking individual objectives), not for automating onboarding task distribution. Option C is wrong because Position hierarchies define reporting relationships and organizational structure, but they do not trigger automated task assignments based on start dates. Option D is wrong because Checklist templates define the list of tasks for onboarding, but they require manual initiation or a separate workflow to be automatically assigned; they are not the automation mechanism themselves.

253
Multi-Selectmedium

Which TWO capabilities are core to Dynamics 365 Supply Chain Management?

Select 2 answers
A.Project cost management
B.Warehouse management
C.Omnichannel order management
D.Financial reporting
E.Transportation management
AnswersB, E

Warehouse management is a core capability of Dynamics 365 Supply Chain Management.

Why this answer

Warehouse management (B) is a core capability of Dynamics 365 Supply Chain Management, providing advanced inbound and outbound warehouse operations, wave processing, and location directives. Transportation management (E) is also core, offering freight rating, routing, and shipment consolidation to optimize logistics. Together, they directly support the end-to-end supply chain processes within the application.

Exam trap

The trap here is that candidates confuse the core capabilities of Dynamics 365 Supply Chain Management with those of other Dynamics 365 apps, such as Finance (financial reporting) or Commerce (omnichannel order management), leading them to select options that belong to different modules.

254
MCQeasy

A company is setting up Dynamics 365 Finance for the first time. The system administrator needs to create a fiscal calendar that starts on July 1 and ends on June 30 of the following year. Which type of fiscal year should the administrator select?

A.July through June
B.October through September
C.Calendar year
D.April through March
AnswerA

This matches the required fiscal year.

Why this answer

A fiscal year starting July 1 and ending June 30 is defined as a 'July through June' fiscal year in Dynamics 365 Finance. Option B (October through September) is a different fiscal year pattern. Option C (Calendar year) runs January to December.

Option D (April through March) is another fiscal year variant.

255
MCQhard

A distribution company uses Dynamics 365 Supply Chain Management. They notice that warehouse workers are scanning incorrect items during picking, leading to shipment errors. Which feature should they implement to reduce errors?

A.Cycle counting
B.RFID scanning
C.License plate tracking
D.Wave processing
AnswerC

License plate tracking ensures workers scan the correct license plate, reducing picking errors.

Why this answer

License plate tracking (LPT) enables warehouse workers to scan a unique barcode on each pallet or container, which is linked to the exact inventory items and quantities in the system. By requiring a license plate scan during picking, the system validates that the correct item is being picked, preventing incorrect item selection and reducing shipment errors.

Exam trap

The trap here is that candidates may confuse RFID scanning (a hardware technology) with license plate tracking (a software feature that uses barcodes or RFID tags for validation), or assume wave processing (a grouping method) directly prevents picking errors, when in fact only license plate tracking provides the required item-level validation during the pick operation.

How to eliminate wrong answers

Option A is wrong because cycle counting is a periodic inventory audit method used to verify stock accuracy, not a real-time picking validation tool. Option B is wrong because RFID scanning is a technology for automatic identification and data capture, but it does not inherently enforce item-level validation during picking unless combined with license plate tracking; the question specifically asks for a feature to reduce picking errors, and RFID alone does not provide the contextual validation that LPT does. Option D is wrong because wave processing is a method of grouping orders into waves for efficient picking and shipping, but it does not include item validation at the pick level.

256
MCQmedium

A manufacturing company uses Dynamics 365 Supply Chain Management. The production manager notices that raw material inventory levels frequently drop below the reorder point, causing production delays. Which feature should be configured to automatically suggest purchase orders based on demand and current inventory levels?

A.Landed cost
B.Warehouse management
C.Inventory Visibility
D.Master planning
AnswerD

Master planning calculates material requirements based on demand and inventory and generates planned purchase orders.

Why this answer

Master planning in Dynamics 365 Supply Chain Management calculates material and capacity requirements based on demand and automatically generates planned purchase orders to maintain optimal inventory levels. Option A (Landed cost) is used to manage costs associated with importing goods, not for automatic replenishment. Option B (Warehouse management) focuses on warehouse operations like receiving, picking, and shipping, not on planning purchase orders.

Option C (Inventory Visibility) provides real-time inventory visibility but does not automatically suggest purchase orders.

257
MCQeasy

A company is implementing Dynamics 365 Finance and needs to configure a chart of accounts that supports multiple legal entities with different fiscal requirements. Which structure should be used?

A.Use a shared chart of accounts with separate fiscal calendars per legal entity.
B.Use a single shared chart of accounts with one shared fiscal calendar.
C.Use main accounts only without dimensions.
D.Create a separate chart of accounts for each legal entity.
AnswerA

Allows consistent account structures while accommodating different fiscal requirements.

Why this answer

A shared chart of accounts is the recommended approach in Dynamics 365 Finance when multiple legal entities must operate under different fiscal requirements. By sharing the chart of accounts but assigning separate fiscal calendars per legal entity, the organization maintains a consistent account structure across entities while allowing each entity to comply with its own fiscal year, period definitions, and closing schedules. This balances standardization with regulatory flexibility.

Exam trap

The trap here is that candidates often assume separate legal entities require separate charts of accounts, but Dynamics 365 Finance is designed to share the chart of accounts across entities while allowing fiscal calendar differences to handle varying fiscal requirements.

How to eliminate wrong answers

Option B is wrong because using a single shared fiscal calendar forces all legal entities to use the same fiscal year and period structure, which cannot accommodate different fiscal requirements across jurisdictions. Option C is wrong because main accounts without dimensions lack the necessary segmentation for detailed financial reporting, cost tracking, and legal entity-specific analysis required in a multi-entity environment. Option D is wrong because creating a separate chart of accounts for each legal entity eliminates the ability to consolidate financial data across entities and complicates cross-entity reporting, intercompany transactions, and system maintenance.

258
Multi-Selectmedium

A company uses Dynamics 365 Finance and Operations. They need to set up financial dimensions for cost centers and departments. Which TWO statements about financial dimensions are correct?

Select 2 answers
A.Financial dimensions are automatically derived from vendor master.
B.Financial dimensions are linked to main accounts.
C.Financial dimensions are used only in the chart of accounts.
D.Financial dimensions cannot be used with advanced rules.
E.Financial dimensions can be used to create account structures.
AnswersB, E

Main accounts and financial dimensions together form the account structure.

Why this answer

Financial dimensions are linked to main accounts to provide additional segmentation and analytical capabilities in Dynamics 365 Finance and Operations. This linkage allows transactions to be tracked and reported across multiple dimensions, such as cost centers and departments, enabling detailed financial analysis and compliance.

Exam trap

The trap here is that candidates often assume financial dimensions are only for the chart of accounts, but they are integral to account structures and advanced rules, which are key to configuring complex financial setups.

259
Multi-Selecthard

Which THREE features are available in Dynamics 365 Finance and Operations to support financial reporting?

Select 3 answers
A.Default financial dimensions
B.Budget control
C.Warehouse slotting
D.Production scheduling
E.Financial reporting (management reporter)
AnswersA, B, E

Dimensions enable detailed reporting.

Why this answer

Default financial dimensions (A) are a core feature in Dynamics 365 Finance and Operations that allow organizations to tag transactions with attributes like department, cost center, or project. These dimensions are automatically integrated into the financial reporting framework, enabling detailed analysis and drill-down in reports without manual data manipulation.

Exam trap

The trap here is that candidates often confuse operational features like warehouse slotting or production scheduling with financial reporting capabilities, because all are part of the same Dynamics 365 suite, but only financial dimensions, budget control, and the Management Reporter engine directly support financial reporting.

260
MCQmedium

A company uses Dynamics 365 Supply Chain Management to manage its supply chain. They notice that purchase order prices are not being updated correctly when vendors change prices in the vendor portal. What should they configure to automatically update purchase order prices based on vendor price changes?

A.Vendor rebate
B.Purchase price update
C.Purchase order approval workflow
D.Trade agreement journal
AnswerB

Purchase price update automatically updates PO prices when vendor prices change.

Why this answer

'Purchase price update' (part of Procurement and Sourcing) automatically updates purchase order prices when vendor prices change. Option A is wrong because 'Vendor rebate' is for discounts, not price updates. Option C is wrong because 'Purchase order approval workflow' is for authorization, not price synchronization.

Option D is wrong because 'Trade agreement journal' records price agreements but does not automatically update existing purchase orders.

261
MCQhard

You are a system administrator for a food and beverage company using Dynamics 365 Supply Chain Management. The company produces perishable goods with expiration dates. They currently track inventory by batch, but they need to enforce a first-expiry-first-out (FEFO) picking strategy in their warehouse. When a sales order is picked, the system should automatically suggest the batch with the earliest expiration date. Additionally, if a batch has expired, the system should prevent it from being picked and should quarantine it. What configuration steps should you perform to meet these requirements?

A.Use batch disposition codes and set the reservation hierarchy to batch-above-location.
B.Set up product flavors to categorize batches by expiration date.
C.Create quality orders to inspect batches before picking.
D.Use batch disposition codes and set the reservation hierarchy to location-above-batch.
AnswerA

Batch disposition codes can block expired batches; reservation hierarchy batch-above-location enables FEFO picking.

Why this answer

Batch disposition codes are used to control inventory availability by blocking expired batches, and setting the reservation hierarchy to batch-above-location ensures that the system reserves batches with the earliest expiration date first (FEFO). Option D is incorrect because location-above-batch prioritizes location over batch, which does not enforce FEFO.

Exam trap

Candidates often confuse the reservation hierarchy direction. Batch-above-location is required for FEFO, not location-above-batch.

262
MCQhard

A company uses Dynamics 365 Supply Chain Management and wants to implement a process where suppliers can monitor inventory levels and automatically replenish stock. Which feature should they enable?

A.Consignment inventory
B.Purchase requisition
C.Blanket purchase orders
D.Vendor-managed inventory (VMI)
AnswerD

Vendor-managed inventory (VMI) allows the supplier to monitor inventory levels and automatically replenish stock, meeting the requirement.

Why this answer

Vendor-managed inventory (VMI) allows suppliers to monitor inventory levels and automatically replenish stock, which matches the requirement. Option A (Consignment inventory) is incorrect because it is about ownership, not supplier-managed replenishment. Option B (Purchase requisition) is an internal request, not supplier-facing.

Option C (Blanket purchase orders) are long-term agreements but do not enable automatic replenishment by the supplier.

263
MCQhard

Refer to the exhibit. The JSON snippet shows a budget register entry configuration in Dynamics 365 Finance. Account '601500-001-023' has financial dimensions: Main account 601500, Department 001, and Project 023. Account '601500-001-024' has dimensions: Main account 601500, Department 001, Project 024. If budget control is enabled for Department 001, what is the total budget amount available for Department 001?

A.50,000 USD
B.30,000 USD
C.80,000 USD
D.80,000 USD
AnswerC

80,000 USD is the sum of both accounts and is correct.

Why this answer

The budget register entries for accounts 601500-001-023 (50,000 USD) and 601500-001-024 (30,000 USD) both have Department 001. With budget control enabled for that department, the total budget available is 50,000 + 30,000 = 80,000 USD. Therefore, option C (80,000 USD) is the correct answer.

Option D is a duplicate and not considered a separate correct answer.

264
Multi-Selectmedium

Which TWO features are available in Dynamics 365 Human Resources for managing employee benefits?

Select 2 answers
A.Performance review configuration
B.Benefit plan setup
C.Open enrollment for benefit elections
D.Compensation grids
E.Absence accrual schedules
AnswersB, C

Benefit plan setup defines the types, options, and rates of benefits.

Why this answer

Benefit plan setup is a core feature in Dynamics 365 Human Resources that allows administrators to define and configure various benefit offerings such as health insurance, retirement plans, and other perks. Open enrollment for benefit elections enables employees to select or modify their benefit choices during designated enrollment periods, which is a standard functionality in the benefits management module.

Exam trap

The trap here is that candidates often confuse features from different HR modules (performance, compensation, absence) with benefits management, assuming any HR-related feature belongs to the Benefits module, but Dynamics 365 Human Resources separates these into distinct functional areas.

265
MCQmedium

You are a system administrator for a company that uses Dynamics 365 Supply Chain Management. The warehouse manager reports that pickers are frequently going to the wrong locations for items, causing delays. The warehouse uses a directed putaway and picking process. Currently, location profiles are set up but not optimized. The manager wants to ensure that items are stored in locations that minimize travel time and that pickers are directed to the correct locations. The warehouse has 10,000 SKUs and high turnover. Which configuration should you implement?

A.Configure wave processing for order picking.
B.Use the location stocking limits and zone-based slotting to assign items to optimal locations based on velocity.
C.Implement barcode scanning for all warehouse transactions.
D.Set up location profiles with fixed locations for all SKUs.
AnswerB

Zone-based slotting optimizes storage locations based on item velocity, reducing travel time.

Why this answer

Location stocking limits and zone-based slotting in Dynamics 365 Supply Chain Management allow you to assign items to optimal locations based on velocity (pick frequency). This ensures high-turnover items are stored in easily accessible zones, minimizing travel time and directing pickers to correct locations, directly addressing the warehouse manager's requirements.

Exam trap

The trap here is that candidates confuse operational features like wave processing or barcode scanning with strategic inventory placement, failing to recognize that slotting is the specific capability designed to optimize location assignment based on velocity.

How to eliminate wrong answers

Option A is wrong because wave processing is used to group and release orders for picking, but it does not optimize where items are stored or prevent pickers from going to wrong locations. Option C is wrong because barcode scanning improves accuracy during transactions but does not determine optimal storage locations or reduce travel time. Option D is wrong because fixed locations for all SKUs would be impractical for 10,000 high-turnover SKUs, leading to inefficient space usage and increased travel time, as items cannot be dynamically placed based on velocity.

266
MCQmedium

A company uses Dynamics 365 Supply Chain Management and wants to track the environmental impact of their products, such as carbon footprint, across the supply chain. Which capability should they use?

A.Demand planning
B.Sustainability
C.Product feedback
D.Asset management
AnswerB

The Sustainability module enables tracking of environmental metrics like carbon footprint.

Why this answer

The Sustainability module in Dynamics 365 Supply Chain Management provides carbon footprint tracking and sustainability analytics. Option A (Demand planning) is for supply chain planning, not sustainability. Option C (Product feedback) is for gathering product insights, not environmental impact.

Option D (Asset management) is for maintenance and lifecycle of assets, not sustainability tracking.

267
MCQmedium

A company is implementing Dynamics 365 Finance and needs to configure a chart of accounts that supports multiple legal entities with different fiscal year requirements. What should the administrator do to ensure each legal entity can have its own fiscal calendar while sharing the main accounts?

A.Assign a fiscal calendar to each main account.
B.Configure shared main accounts and assign a separate fiscal calendar to each legal entity.
C.Create a single fiscal calendar and share it across all legal entities.
D.Create a separate chart of accounts for each legal entity.
AnswerB

In Dynamics 365 Finance, main accounts can be shared across legal entities, and each legal entity can have its own fiscal calendar. This meets the requirement of supporting multiple legal entities with different fiscal years.

Why this answer

Dynamics 365 Finance enables sharing main accounts across multiple legal entities while each legal entity can have its own fiscal calendar. This is accomplished by using a shared chart of accounts with shared main accounts, and then in the Ledger setup for each legal entity, assigning a separate fiscal calendar. Option A is incorrect because fiscal calendars are defined per legal entity, not per main account.

Option C is incorrect because a single fiscal calendar cannot accommodate different fiscal year requirements across entities. Option D is incorrect because separate charts of accounts are unnecessary; main accounts can be shared while fiscal calendars differ.

268
MCQeasy

A project manager creates a project with a budget of $60,000 in Draft status, but the workflow does not trigger the Senior Manager Approval step. What is the most likely reason?

A.The workflow is not activated for the project.
B.The project budget is too low.
C.The approver email is incorrect.
D.The project status is not 'Draft' after approval.
AnswerA

The workflow may not be associated with the project or is inactive.

Why this answer

In Dynamics 365 Project Operations, workflows must be explicitly activated to run automatically when a project is created or updated. A workflow in Draft status is not active, so it will not trigger any approval steps regardless of the project's budget or status. Activating the workflow enables the system to evaluate conditions and initiate the Senior Manager Approval step as designed.

Exam trap

The trap here is that candidates often assume a workflow in Draft status will still execute if conditions are met, but Microsoft Dynamics 365 requires explicit activation for any workflow to run, regardless of its logic or conditions.

How to eliminate wrong answers

Option B is wrong because the budget of $60,000 is not inherently too low; the workflow condition likely requires a specific budget threshold (e.g., over $50,000) to trigger approval, and $60,000 would meet that if the workflow were active. Option C is wrong because an incorrect approver email would cause the approval email to fail or be sent to the wrong person, but it would not prevent the workflow from triggering the approval step itself. Option D is wrong because the project status is 'Draft' before approval, which is the correct initial state for triggering a workflow; after approval the status would change, but the workflow step occurs before that change.

269
MCQhard

A company uses Dynamics 365 Supply Chain Management with lot-controlled items. The quality team needs to block a specific lot from being used in production or sales until testing is complete. Which action should they take?

A.Create a non-conformance for the lot
B.Apply an inventory blocking to the lot
C.Move the lot to a quarantine zone
D.Create a quality order for the lot
AnswerB

Inventory blocking prevents the lot from being used in any transaction.

Why this answer

Inventory blocking allows you to block a lot for all transactions. Option A is wrong because non-conformance is for after a defect is found, not for blocking a lot during testing. Option C is wrong because quarantine zones are physical, not system-based.

Option D is wrong because quality orders are for testing, but they do not automatically block stock unless configured.

270
Multi-Selecteasy

Which TWO inventory costing methods are available in Dynamics 365 Supply Chain Management?

Select 2 answers
A.LIFO
B.FIFO
C.Standard cost
D.Fixed cost
E.Weighted average
AnswersB, C

FIFO is a supported inventory costing method.

Why this answer

FIFO (First In, First Out) and Standard cost are both valid inventory costing methods in Dynamics 365 Supply Chain Management. FIFO assumes that the first items received are the first ones sold. Standard cost uses predetermined costs for items.

Weighted average is also a valid method, but the question limits to two choices.

271
Multi-Selecteasy

A distribution company uses Dynamics 365 Supply Chain Management. Which TWO methods can be used to reduce the time taken to receive inbound shipments?

Select 2 answers
A.Use advanced shipping notice (ASN)
B.Use cross-docking
C.Use put-away clusters
D.Require quality orders for all receipts
E.Use mobile device receiving
AnswersA, E

ASN allows pre-registering shipments, reducing data entry time.

Why this answer

Advanced shipping notices (ASNs) allow the warehouse to receive shipment details before the physical arrival, enabling pre-receiving processing, staging, and labor planning. This reduces the time spent on data entry and verification during actual receipt, as the system can automatically match the ASN to the purchase order and initiate put-away workflows.

Exam trap

The trap here is that candidates confuse cross-docking (a post-receipt strategy) with a receiving-time reduction method, or they mistakenly think quality orders (which add inspection delays) could speed up receiving.

272
MCQeasy

A company is implementing Dynamics 365 Finance and needs to track inventory costs using a standard costing method. Which inventory model should they select?

A.Standard cost
B.LIFO
C.FIFO
D.Weighted average
AnswerA

Standard costing uses predetermined standard costs.

Why this answer

Standard cost is the correct inventory model because it values inventory at predetermined costs, which aligns with the requirement to track inventory costs using a standard costing method. In Dynamics 365 Finance, the standard cost model uses predefined item costs and variances to capture differences between actual and standard costs, enabling cost control and analysis.

Exam trap

The trap here is that candidates may confuse inventory valuation methods (FIFO, LIFO, weighted average) with the standard costing model, not realizing that standard cost is a distinct cost model in Dynamics 365 Finance that uses predetermined costs rather than actual cost flows.

How to eliminate wrong answers

Option B is wrong because LIFO (Last In, First Out) is an inventory valuation method that assumes the most recently received items are sold first, which does not use predetermined standard costs and is not supported as a cost model in Dynamics 365 Finance. Option C is wrong because FIFO (First In, First Out) assumes the oldest inventory is sold first, relying on actual cost flows rather than standard costs, and is not the model for standard costing. Option D is wrong because weighted average calculates cost based on the average of all inventory purchases, which fluctuates with actual costs, whereas standard costing uses fixed, predetermined costs.

273
MCQhard

A company using Dynamics 365 Finance is experiencing performance issues when running month-end close processes. The finance team suspects that the issue is related to the number of open transactions. Which strategy should be used to improve performance?

A.Increase the number of concurrent users during close.
B.Modify the financial reporting to use summary data.
C.Run all close processes in batch mode.
D.Archive historical transactions and reduce the data volume.
AnswerD

Archiving reduces the data set, speeding up close processes.

Why this answer

Archiving historical transactions reduces the data volume, which directly addresses the performance issue caused by a high number of open transactions during month-end close. Option A is incorrect because increasing concurrent users would place more load on the system, likely worsening performance. Option B is incorrect because modifying financial reporting to use summary data might improve report generation but does not reduce the volume of open transactions.

Option C is incorrect because running processes in batch mode can help with scheduling but does not reduce data volume.

274
MCQmedium

A company uses Dynamics 365 Finance and wants to use Copilot to assist with financial analysis. Which task can Copilot perform in Dynamics 365 Finance?

A.Configure system parameters for the General ledger.
B.Run batch jobs for period-end closing.
C.Generate a cash flow forecast report.
D.Automatically post all pending invoices.
AnswerC

Copilot can generate reports and insights.

Why this answer

Copilot in Dynamics 365 Finance can generate a cash flow forecast report, assisting financial analysis. Option A is wrong because Copilot cannot configure system parameters for the General ledger; it is an AI assistant that provides insights but does not perform system configuration. Option B is wrong because Copilot cannot run batch jobs for period-end closing; these are automated background processes.

Option D is wrong because Copilot cannot automatically post pending invoices; transaction posting requires manual or workflow-driven actions, not Copilot's direct execution.

275
MCQmedium

A company uses Dynamics 365 Supply Chain Management to manage its inventory across multiple warehouses. They want to transfer items between warehouses using a transfer order. Which process should they use to physically move the inventory?

A.Perform an inventory counting journal
B.Ship the transfer order from the source warehouse and receive it at the destination warehouse
C.Create an inventory adjustment journal
D.Post a production consumption journal
AnswerB

This physically moves inventory between warehouses.

Why this answer

To physically move inventory between warehouses in Dynamics 365 Supply Chain Management, the correct process is to ship the transfer order from the source warehouse and then receive it at the destination warehouse. This two-step process updates inventory quantities in both locations and creates the necessary inventory transactions to reflect the movement. Simply creating a transfer order without shipping and receiving does not change physical stock levels.

Exam trap

The trap here is that candidates may confuse a transfer order with an inventory adjustment journal, thinking that a simple quantity change can simulate a transfer, but only the ship-and-receive process correctly updates both warehouse balances and maintains audit trail integrity.

How to eliminate wrong answers

Option A is wrong because an inventory counting journal is used to reconcile physical counts with system quantities, not to move inventory between warehouses. Option C is wrong because an inventory adjustment journal changes the quantity or value of on-hand inventory without recording a transfer between locations; it would incorrectly adjust stock at one warehouse without reflecting the movement. Option D is wrong because a production consumption journal is used to record raw materials consumed during manufacturing, not to transfer finished goods or items between warehouses.

276
Multi-Selecteasy

Which TWO are common features shared across Dynamics 365 ERP applications? (Select exactly two.)

Select 2 answers
A.Power BI integration
B.Machine learning models
C.Workflow automation
D.Batch attribute management
E.Compliance management
AnswersA, C

Common reporting feature.

Why this answer

Power BI integration is a common feature across Dynamics 365 ERP applications because it is built into the platform via the Power BI content packs and embedded analytics, allowing users to visualize and share insights from financial and operational data without leaving the application. This integration is a core part of the Power Platform, which is shared across all Dynamics 365 apps, enabling real-time reporting and dashboards.

Exam trap

The trap here is that candidates may confuse optional or app-specific features (like machine learning models or batch attribute management) with the truly shared, foundational capabilities that are built into every Dynamics 365 ERP application, such as Power BI integration and workflow automation.

277
MCQhard

An organization using Dynamics 365 Finance receives an error when trying to post a vendor invoice: 'Invoice total does not match the expected amount based on the purchase order.' The purchase order has been partially received. What is the most likely cause?

A.The invoice is not yet approved in workflow
B.The vendor is blocked for posting
C.The invoice currency differs from the purchase order currency
D.The invoice quantity exceeds the received quantity
AnswerD

Invoice matching checks quantity; exceeding received quantity triggers mismatch.

Why this answer

Correct: Invoice matching validates amounts against purchase order and receipts. Partial receipt causes mismatch. Option A (Invoice not approved in workflow) would not cause this error.

Option B (Vendor blocked for posting) would prevent posting entirely. Option C (Invoice currency differs from PO currency) would give a different error.

278
MCQhard

A multinational manufacturing company uses Dynamics 365 Finance and Operations with multiple legal entities. The finance team needs to run the month-end close process efficiently across all entities, ensuring that intercompany transactions are reconciled and that all journals are posted before consolidation. They want to automate the close workflow. Which feature should they use?

A.Financial period close
B.Financial reporting
C.Intercompany accounting
D.Budget control
AnswerA

The period close workspace automates and tracks close tasks across entities.

Why this answer

Financial period close in Dynamics 365 Finance and Operations provides a structured, automated workflow to manage the month-end close process across multiple legal entities. It enforces a predefined close checklist, ensures intercompany transactions are reconciled, and prevents posting after the close is completed, enabling efficient consolidation.

Exam trap

The trap here is that candidates often confuse 'Intercompany accounting' with the close workflow, assuming that managing intercompany transactions is sufficient for month-end close, but the feature lacks the automated checklist and enforcement capabilities of Financial period close.

How to eliminate wrong answers

Option B (Financial reporting) is wrong because it is used for designing and generating financial statements and reports, not for automating the close workflow or reconciling intercompany transactions. Option C (Intercompany accounting) is wrong because it handles the setup and posting of intercompany transactions but does not provide the automated close workflow or checklist management needed for month-end close. Option D (Budget control) is wrong because it manages budget checking and encumbrances during transaction entry, not the period close process or intercompany reconciliation.

279
MCQhard

You are the finance systems manager for a large manufacturing conglomerate using Dynamics 365 Finance. The company has multiple legal entities, each with its own chart of accounts. The CFO wants to consolidate financial results across all entities at month-end. The consolidation must eliminate intercompany transactions and adjust for differences in accounting standards (e.g., US GAAP vs IFRS). You need to design the consolidation process. What should you do?

A.Create a consolidation company and run the consolidation process, which automatically eliminates intercompany transactions.
B.Set up a consolidation company, configure elimination rules, and use currency translation to convert to the parent's reporting currency. Also, set up additional reporting currencies for IFRS adjustments.
C.Export each entity's trial balance to Excel, manually adjust for intercompany transactions, and import into a consolidation company.
D.Set up reporting currencies in each legal entity to report in both GAAP and IFRS, and use Management Reporter for consolidation.
AnswerB

Correct: This automates elimination and handles multi-GAAP.

Why this answer

It involves setting up a consolidation company, configuring elimination rules to automatically eliminate intercompany transactions, and using currency translation to convert to the parent's reporting currency. Additionally, setting up additional reporting currencies allows for adjustments between US GAAP and IFRS. Option A is wrong because simply creating a consolidation company and running consolidation does not automatically handle elimination rules or multi-GAAP adjustments.

Option C is wrong because manual export/import is not automated and is error-prone. Option D is wrong because reporting currencies in each legal entity are used for single-entity reporting, not for consolidation-level multi-GAAP adjustments; Management Reporter is for reporting, not for the consolidation process itself.

280
MCQeasy

A retail company uses Dynamics 365 Supply Chain Management to manage inventory across multiple warehouses. They want to ensure that when a sales order is created for a product, the system automatically reserves inventory from the nearest warehouse. Which feature should be used?

A.Sales and marketing
B.Warehouse management
C.Available-to-promise (ATP)
D.Procurement and sourcing
AnswerC

Available-to-promise (ATP) calculates inventory availability across warehouses and can reserve from the nearest location, making it the correct feature.

Why this answer

Available-to-promise (ATP) is the correct feature because it calculates the quantity available to promise based on supply and demand across multiple warehouses, allowing the system to reserve inventory from the nearest warehouse. Option A (Sales and marketing) handles sales processes but not automated reservation. Option B (Warehouse management) manages warehouse operations but does not determine nearest warehouse reservation.

Option D (Procurement and sourcing) deals with purchasing, not sales order reservation.

281
MCQeasy

A company wants to automate the approval of purchase orders under $1,000 in Dynamics 365 Finance and Operations. What should they configure?

A.Vendor invoice policy
B.Budget control
C.Workflow for purchase orders
D.Purchase agreement
AnswerC

Workflows can be configured with conditional approval rules.

Why this answer

Workflow in Dynamics 365 allows automation of approval processes based on conditions like PO amount.

282
MCQmedium

A manufacturing company uses Dynamics 365 Supply Chain Management. The production planner notices that work orders are not being automatically generated when raw material inventory falls below the reorder point. Which configuration should the administrator verify?

A.Product configuration model
B.Production control parameters
C.Quality management configuration
D.Master planning setup
AnswerD

Correct: Master planning setup defines item coverage, reorder points, and planning methods that automatically generate planned work orders when inventory falls below the reorder point.

Why this answer

Master planning generates planned orders (including work orders) based on inventory levels and reorder points. Option A is incorrect because product configuration models are used for configurable products, not for automatic replenishment. Option B is incorrect because production control parameters manage how work orders are executed, not their automatic creation.

Option C is incorrect because quality management configuration handles inspections and nonconformance, not inventory replenishment.

Exam trap

Candidates often confuse production control parameters (execution) with master planning (generation). Remember: Master planning creates planned orders; production control executes them.

283
MCQhard

Refer to the exhibit. A company has configured the product F0001 with the storage dimension group 'SiteWarehouse' and tracking dimension group 'BatchSerial'. What does this configuration allow?

A.Both batch and serial number tracking
B.Only batch number tracking
C.Only serial number tracking
D.Only warehouse and site tracking
AnswerA

'BatchSerial' enables both batch and serial tracking dimensions.

Why this answer

The tracking dimension group 'BatchSerial' enables both batch and serial number tracking. Option B is wrong because 'BatchSerial' includes both, not just batch. Option C is wrong because it enables both, not just serial.

Option D is wrong because the storage dimension group 'SiteWarehouse' only manages storage dimensions (site and warehouse), not tracking.

284
Multi-Selectmedium

A company uses Dynamics 365 Supply Chain Management. Which TWO features are used to manage the quality of incoming materials?

Select 2 answers
A.Item sampling
B.Nonconformance management
C.Quarantine zones
D.Batch attributes
E.Quality orders
AnswersA, E

Item sampling defines the quantity of items to inspect from a shipment.

Why this answer

Item sampling is correct because it defines the quantity of items to be inspected from a shipment or production batch, enabling statistical quality control without testing every unit. Quality orders are correct because they are the primary mechanism in Dynamics 365 Supply Chain Management to document and execute inspection tasks, capturing test results against predefined quality specifications.

Exam trap

The trap here is that candidates confuse 'nonconformance management' (a corrective action tool) with 'quality orders' (a preventive inspection tool), or assume 'quarantine zones' are a quality management feature rather than an inventory location status.

285
MCQmedium

A company using Dynamics 365 Finance needs to ensure that purchase requisitions over $10,000 are reviewed by a manager before becoming purchase orders. Which feature should they use?

A.Purchase agreements
B.Workflow
C.Procurement catalogs
D.Budget control
AnswerB

Workflow automates approval processes.

Why this answer

Workflow. In Dynamics 365 Finance, the workflow feature allows organizations to define automated approval processes based on rules, such as purchase requisitions exceeding a threshold (e.g., $10,000) requiring manager review before becoming purchase orders. Option A (Purchase agreements) is incorrect because purchase agreements are contracts with vendors specifying terms for purchases, not approval processes.

Option C (Procurement catalogs) is incorrect because procurement catalogs manage the list of approved products and services for procurement, not approval workflows. Option D (Budget control) is incorrect because budget control ensures that expenditures do not exceed available budget, but it does not handle approval routing based on requisition amounts.

286
MCQmedium

A Dynamics 365 Customer Service agent is using Copilot to draft email responses to customers. The agent notices that Copilot sometimes suggests responses that include incorrect information about the company's return policy. What should the agent do to ensure accurate responses?

A.Disable Copilot and draft all responses manually
B.Edit the suggested response to correct the inaccuracies before sending
C.Ask the administrator to change the Copilot language model
D.Provide feedback to Copilot by rating the response as unhelpful
AnswerB

The agent should review and edit Copilot suggestions to ensure accuracy.

Why this answer

Copilot in Dynamics 365 Customer Service generates draft responses based on available data, but it may not always reflect the most current or accurate policy details. The agent is responsible for reviewing and editing the suggested content before sending, ensuring the final response is accurate and compliant with company policies. This aligns with the principle that Copilot is an assistive tool, not a replacement for human judgment.

Exam trap

The trap here is that candidates may think providing feedback (Option D) is the correct immediate action, but the question asks what the agent should do to ensure accurate responses before sending, which requires editing, not just rating.

How to eliminate wrong answers

Option A is wrong because disabling Copilot entirely is an overreaction; the tool can still be useful for drafting, and the agent can simply edit inaccuracies rather than abandon the productivity gain. Option C is wrong because the Copilot language model is not something an administrator can change; it is a fixed AI model provided by Microsoft, and the issue is not with the model itself but with the data or context it uses. Option D is wrong because while providing feedback is helpful for improving the model over time, it does not address the immediate need to ensure the current response is accurate before sending.

287
MCQhard

A company uses Dynamics 365 Supply Chain Management with the Process Manufacturing module. They produce a batch of paint and need to adjust the recipe based on the actual concentration of a raw material. What should they use?

A.Catch weight functionality.
B.Co-product and by-product planning.
C.Potency management.
D.Batch order for the paint.
AnswerC

Potency management adjusts formula quantities based on actual raw material strength.

Why this answer

Potency management (Option C) is correct because it allows adjusting the recipe based on the actual concentration of a raw material in process manufacturing. Option A is incorrect because catch weight functionality is for handling weight variance in items, not for adjusting recipes based on potency. Option B is incorrect because co-product and by-product planning is for managing multiple outputs from a single process.

Option D is incorrect because a batch order is the production order itself and does not provide recipe adjustment based on raw material potency.

288
MCQmedium

A company wants to automate the generation of purchase orders when inventory levels fall below a predefined threshold. Which capability in Dynamics 365 Finance and Operations should be configured?

A.Replenishment
B.Demand forecasting
C.Vendor collaboration
D.Procurement catalogs
AnswerA

Replenishment uses reorder points to automatically generate purchase orders when inventory falls below thresholds.

Why this answer

Replenishment in Dynamics 365 Finance and Operations is the correct capability because it directly supports automated purchase order generation based on inventory levels falling below a predefined reorder point. This feature uses inventory replenishment rules, such as minimum/maximum stocking levels or reorder point calculations, to trigger purchase orders without manual intervention, ensuring stock availability aligns with demand.

Exam trap

The trap here is that candidates often confuse demand forecasting with replenishment, assuming that forecasting alone can automate purchase orders, but forecasting only predicts demand and requires replenishment rules to trigger actual order generation.

How to eliminate wrong answers

Option B is wrong because demand forecasting is a predictive analytics tool that estimates future demand using historical data and machine learning, but it does not directly automate purchase order generation; it provides inputs for replenishment planning but requires separate configuration to trigger orders. Option C is wrong because vendor collaboration is a portal for external vendors to view purchase orders, invoices, and inventory data, but it does not automate the creation of purchase orders based on inventory thresholds. Option D is wrong because procurement catalogs are used to manage approved products and services for employee purchasing, not to automate replenishment based on inventory levels.

289
MCQhard

A Dynamics 365 Finance user reports that the 'Customer payment journal' shows an incorrect exchange rate for a foreign currency payment. The exchange rate was updated yesterday. What is the most likely reason for the incorrect rate?

A.The exchange rate table was not updated correctly.
B.The currency is not set up for exchange rate updates.
C.The rounding rule for the currency is incorrect.
D.The exchange rate date on the journal is different from the payment date.
AnswerD

The system uses the rate for the journal date, which may differ.

Why this answer

The exchange rate date on the journal may default to a date different from the payment date, causing the system to use an incorrect rate even if the rate table was updated correctly. Option A is wrong because the exchange rate table was updated, but the journal date mismatch is the key issue. Option B is wrong because if the currency were not set up for updates, payments would likely fail entirely.

Option C is wrong because rounding rules affect the calculated amounts, not the rate applied.

290
MCQhard

You are the Dynamics 365 Commerce administrator for a medium-sized retail company that operates 20 physical stores and an online store. The company uses Dynamics 365 Commerce with the built-in payment connector for credit card processing. Recently, the company started experiencing a high number of abandoned carts in the online store. Customers report that when they attempt to pay using a credit card, they receive an error message stating 'Payment authorization failed.' However, the same credit cards work fine when used in physical stores. The IT team has verified that the payment connector is configured correctly and that the payment gateway is operational. The online store's checkout page loads correctly and customers can enter their payment details. The error occurs only during the authorization step. What should you do to resolve this issue?

A.Install a hardware station at the online store's data center.
B.Review and update the payment connector configuration for the online store channel.
C.Reconfigure the credit card payment method in the headquarters.
D.Contact the payment gateway provider to check for service outages.
AnswerB

The online store channel may have incorrect payment connector settings.

Why this answer

The issue is isolated to the online store channel, where the payment connector configuration may be missing or incorrect for that specific channel. Since the physical stores process payments successfully, the problem is not with the payment gateway or the connector itself, but with how the connector is configured for the online channel. Reviewing and updating the payment connector configuration for the online store channel ensures that the authorization request is properly formatted and routed.

Exam trap

The trap here is that candidates may assume a global payment method reconfiguration in HQ (Option C) will fix a channel-specific issue, or they may incorrectly think a hardware station (Option A) is needed for online payments, when in fact the online store requires a properly configured payment connector for its channel.

How to eliminate wrong answers

Option A is wrong because a hardware station is a physical device used in brick-and-mortar stores for payment processing, not applicable to an online store that processes payments via a payment gateway. Option C is wrong because reconfiguring the credit card payment method in headquarters (HQ) affects the global payment method setup, but the issue is channel-specific; the online store channel has its own payment connector configuration that must be updated. Option D is wrong because the IT team has already verified that the payment gateway is operational, and the same credit cards work in physical stores, indicating the gateway is not experiencing a service outage.

291
MCQeasy

A service company uses Dynamics 365 Finance and Operations and wants to track project costs against budgets in real-time. They need to automatically prevent further spending when a project exceeds its budget. Which feature should they configure?

A.Expense management
B.Project accounting
C.Fixed asset management
D.Budget control
AnswerD

Budget control enforces spending limits and can block transactions exceeding budget.

Why this answer

Budget control in Dynamics 365 Finance and Operations is the correct feature because it enables real-time tracking of project costs against budgets and can automatically prevent further spending when a budget threshold is exceeded. It enforces budget limits by checking available budget balances before transactions are posted, and can block or warn users when a project's budget is exhausted. This directly meets the requirement to stop spending automatically when a project exceeds its budget.

Exam trap

The trap here is that candidates confuse Project accounting with budget control, assuming that project cost tracking inherently includes spending enforcement, when in fact budget control is a separate, configurable feature that must be explicitly enabled and linked to project budgets.

How to eliminate wrong answers

Option A is wrong because Expense management is designed for capturing and approving employee travel and business expenses, not for tracking project budgets or enforcing spending limits. Option B is wrong because Project accounting provides tools to record and analyze project costs and revenues, but it does not include built-in mechanisms to automatically block spending when a budget is exceeded; budget control must be configured separately. Option C is wrong because Fixed asset management handles the lifecycle of company assets like depreciation and disposal, and has no relation to project budget tracking or spending controls.

292
MCQmedium

A warehouse configuration shows a location directive for putaway of purchase orders. When a purchase order is received, the system tries to put items into a location with the BULK profile. However, some large items are being placed in PICK locations. What could be the cause?

A.The location directive does not have weight or volume constraints.
B.The location profile for BULK is not correctly assigned to locations.
C.The location directive is for sales orders, not purchase orders.
D.A separate directive for PICK locations overrides the BULK directive.
AnswerA

Correct. Without weight or volume constraints on the location directive, the system may place large items into PICK locations if they fit, even though the directive specifies BULK.

Why this answer

The location directive for putaway of purchase orders specifies the BULK profile, but without weight or volume constraints, the system does not prevent large items from being placed in PICK locations if they fit. The directive only guides the system to prefer BULK locations, but if no BULK location is available or the item doesn't meet constraints, it may fall back to other locations like PICK. Options B, C, and D are incorrect: Option B is wrong because the BULK profile assignment doesn't directly cause the issue; Option C is wrong because the directive is for purchase orders; Option D is wrong because there is no separate override directive for PICK locations.

293
Multi-Selecthard

Which TWO actions should a Dynamics 365 Finance administrator take to ensure that intercompany transactions are automatically reconciled and eliminated during consolidation?

Select 2 answers
A.Set up an elimination rule for intercompany transactions.
B.Use the Consolidation online feature to transfer balances.
C.Configure intercompany accounting to automatically generate matching transactions in both legal entities.
D.Define consolidation groups to group legal entities.
E.Create an intercompany workflow to approve transactions.
AnswersA, C

Elimination rules remove intercompany balances during consolidation.

Why this answer

Options A and C are correct. Setting up intercompany accounting (option C) ensures that transactions are automatically matched between legal entities, and an elimination rule (option A) automates the elimination of intercompany balances during consolidation. Option B is wrong because the consolidation online feature is for transferring balances, not for elimination.

Option D is wrong because consolidation groups are for grouping legal entities, not for eliminating intercompany transactions. Option E is wrong because intercompany workflows are for approval, not for reconciliation or elimination.

294
MCQeasy

A company is implementing Dynamics 365 Finance. They need to support multiple languages and currencies for international subsidiaries. Which module should they configure?

A.Accounts payable
B.System administration
C.Organization administration
D.General ledger
AnswerB

System administration includes settings for languages, currencies, and other system-wide configurations.

Why this answer

System administration contains settings for languages, currencies, and localization features that apply across the entire organization. Option A is incorrect because Accounts payable focuses on vendor transactions, not system-wide configurations. Option C is incorrect because Organization administration manages legal entities and organizational structures, but the multilingual and multi-currency settings are configured in System administration.

Option D is incorrect because General ledger deals with the chart of accounts and financial dimensions, not language and currency settings.

295
Multi-Selectmedium

A company is implementing Dynamics 365 Finance and needs to configure the chart of accounts. Which TWO statements are true about the chart of accounts?

Select 2 answers
A.The chart of accounts can be shared across multiple legal entities.
B.The chart of accounts includes account structures that define valid dimension combinations.
C.Main accounts can be deleted even if they have posted transactions.
D.The chart of accounts must be unique for each legal entity.
E.The chart of accounts defines the list of main accounts that can be used in the general ledger.
AnswersA, E

In Dynamics 365 Finance, the chart of accounts is typically shared to ensure consistency.

Why this answer

Options A and E are correct. The chart of accounts can be shared across multiple legal entities (A) and it defines the list of main accounts used in the general ledger (E). Option B is incorrect because account structures, not the chart of accounts itself, define valid dimension combinations.

Option C is incorrect because main accounts with posted transactions cannot be deleted. Option D is incorrect because the chart of accounts does not have to be unique per legal entity; it can be shared.

296
Multi-Selecthard

Which THREE are key capabilities of Dynamics 365 Supply Chain Management's warehouse management module?

Select 3 answers
A.Cycle counting
B.Product lifecycle management
C.Service agreements
D.Cluster picking
E.License plate tracking
AnswersA, D, E

Cycle counting is a warehouse management capability for inventory accuracy.

Why this answer

Cycle counting is a core capability of the Dynamics 365 Supply Chain Management warehouse management module, allowing for ongoing inventory accuracy checks without full physical inventory shutdowns. It supports scheduled and ad-hoc counts based on item criteria, locations, or zones, and integrates with warehouse operations to minimize disruption.

Exam trap

The trap here is that candidates may confuse product lifecycle management or service agreements as warehouse capabilities because they are part of the broader Dynamics 365 Supply Chain Management suite, but they are not features of the warehouse management module specifically.

297
Drag & Dropmedium

Drag and drop the steps to process a purchase order receipt in Dynamics 365 Finance 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

Processing a receipt involves selecting the PO, choosing product receipt, entering details, and posting.

298
MCQmedium

Refer to the exhibit. An accounts payable invoice journal is configured as shown. A user posts an invoice for 1000.00 with vendor account V1001. Which account is credited?

A.Vendor account V1001
B.Expense account
C.Vendor balance account
D.Default offset account 200110
AnswerD

Correct. The default offset account (200110) is credited temporarily in the invoice register journal.

Why this answer

When posting an invoice using the invoice register journal, the credit is recorded to the default offset account (200110) temporarily. This is a standard behavior in Dynamics 365 Finance for invoice registers. Option A is incorrect because the vendor account is not credited until the invoice is approved and posted.

Option B is incorrect because the expense account is typically debited, not credited. Option C is incorrect because there is no separate vendor balance account in this context; the vendor balance is updated later.

299
Drag & Dropmedium

Drag and drop the steps to set up a new user in Dynamics 365 Finance and Operations 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

User setup includes creating the user, entering details, assigning roles, and enabling.

300
MCQhard

Refer to the exhibit. This JSON snippet represents a budget record in Dynamics 365 Finance. Which core capability is being configured?

A.Fixed asset management
B.Budget control
C.Project accounting
D.General ledger
AnswerB

The JSON contains budget-specific fields such as BudgetCycle, BudgetModel, and BudgetScenario, indicating budget control configuration.

Why this answer

The JSON snippet defines budget control parameters such as 'BudgetControlConfiguration', 'BudgetCycle', and 'BudgetInterval', which are used to enforce budget checks during financial transactions. This directly configures the Budget Control module in Dynamics 365 Finance, enabling organizations to monitor and restrict expenditures against approved budgets.

Exam trap

The trap here is that candidates may confuse budget control configuration with general ledger setup, but budget control is a distinct module that requires explicit activation and rule definition, not a default ledger behavior.

How to eliminate wrong answers

Option A is wrong because Fixed asset management deals with acquisition, depreciation, and disposal of assets, not budget monitoring or control configurations. Option C is wrong because Project accounting focuses on cost tracking, revenue recognition, and billing for projects, not the enforcement of budget limits across general ledger transactions. Option D is wrong because General ledger is the core ledger for posting financial transactions but does not include the specific budget control framework that defines rules, intervals, and overrides for budget checking.

Page 3

Page 4 of 13

Page 5