MB-500 Free Certification Exam Material from PracticeVCE with 319 Questions [Q54-Q72]

Share

MB-500 Free Certification Exam Material from PracticeVCE with 319 Questions

Use Real MB-500 - 100% Cover Real Exam Questions


Microsoft MB-500 certification exam covers a range of topics, including the development of custom user interfaces, integration with external systems, data management, and security. MB-500 exam is designed to test the candidate's knowledge of various components of Dynamics 365: Finance and Operations, including development tools, data models, and workflows. MB-500 exam is comprised of multiple-choice questions, and candidates are given a set amount of time to complete the exam.


The Microsoft MB-500 exam consists of multiple-choice questions that cover various topics related to developing Dynamics 365 for Finance and Operations apps. The topics include designing and developing solutions, managing data and objects, implementing security, and integrating external systems. MB-500 exam is available in multiple languages and can be taken online or at a testing center.

 

NEW QUESTION # 54
You are a Dynamics 365 Finance developer. You have the following Extended Data Types (EDTs):

You plan to modify the EDT properties by using an extension.
You need to determine which operations can be performed.
Which operation is possible?

  • A. Create a derived EDT for AccountId and decrease the field size.
  • B. Create an extension for AccountId and increase the field size.
  • C. Create an extension for AccountBase and decrease the field size.
  • D. Create an extension for AccountBase and increase the field size.

Answer: D

Explanation:
Explanation
You can only set the new String size to a value equal to or larger than the base EDT value.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/modify-edt


NEW QUESTION # 55
A company uses Dynamics 365 Supply Chain Management.
You are developing multiple integrations.
You need to select the appropriate integration models for the integrations.
Which integration model should you select? To answer, drag the appropriate data integration models to the correct requirements. Each data integration model may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:


NEW QUESTION # 56
You have the following class definition:

You need to create an extension class and create a new static method in it that converts miles to kilometers and then call the method from another class.
How should you complete the code and call the method? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation
Box 1: final class CustUnitConv_Extension
Box 2: var km = UnitConv::miToKm(62.1371);
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/method-wrapping-coc


NEW QUESTION # 57
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result these questions will not appear in the review screen.
You must extend the class SaleslineType and add a new method that returns the day of week for the system's current date as an integer value You need to create a class that extends SalesLineType and adds the new method.
Solution: You create the following code:

Does the solution meet the goal?

  • A. Yes
  • B. No

Answer: B


NEW QUESTION # 58
A company uses Dynamics 365 Finance.
You must use QueryBuilder classes to implement a query that loops through all customers for whom the customer group equals EXT. You need to implement the query. You declare and initialize a query Object.
You need to run the query.
in which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:

Explanation:


NEW QUESTION # 59
You are a Dynamics 365 Finance developer.
You need configure table caching.
Which CacheLookup properties should you use? To answer, drag the CacheLookup properties to the correct table. Each property may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:


NEW QUESTION # 60
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an enumeration named truckStatus that has the following statuses:
* Empty
* Loaded
* Completed
You have the following code:

You need to extend this enumeration and add the following statuses to the enumeration: Quarantine, InTransit. You must then modify code that validates the switch statement.
Solution: Add a post handler to the method that checks the enumeration and logic for your new enumeration values using a range comparison for your new values.

Does the solution meet the goal?

  • A. Yes
  • B. No

Answer: B


NEW QUESTION # 61
A company is migrating from a legacy system to Dynamics 365 Unified Operations.
You need to import the customer data by using the Data Management workspace.
In which order should you perform the actions? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:

Explanation

Step 1: Create a new import project.
Step 2: Specify the project category for the import.
Step 3: Specify the Source Data Format.
Step 4: Specify the target entity.
Step 5: Import the source file to the project.
The import process is done through the Import tile in the Data Management workspace.
Import a data package
* Log into the environment using a login with sufficient privileges (typically this is the Administrator role).
* On the dashboard, click the Data Management workspace.
* Click the Import tile.
* On the next page, do the following:
Provide a name.
In the Source Data Format field, select Package.
Click the Upload button and choose the appropriate package file from the location for the data being imported.
This will import all the files from the package.
Click Save, and then click Import.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/data-entities-data-packages


NEW QUESTION # 62
You must extend CarType and add a new element named MUV to CarType.
You need to develop a solution that meets the requirements.
Solution: Set the is Extensible property to false for the CarType enumeration. Create a new enumeration to add the MUV element.
Does the solution meet the goal?

  • A. Yes
  • B. No

Answer: B


NEW QUESTION # 63
You are a Dynamics 365 Finance developer.
A report uses a synchronous call based on a saleID value. There are long wait times for the report to complete printing. You must allow the user to continue to work while the report processes and inform the user immediately when the report completes printing.
You need to implement the correct method calls and behavior.
Which code segments should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:
Box 1: element.runAsynch
Box 2: container
Reference:
https://devblog.sertanyaman.com/2017/03/14/synchronous-and-asyncronous-operations-in-ax7/


NEW QUESTION # 64
A company is implementing Dynamics 365 Supply Chain Management
The company must import initial business document management templates to act as a start for future business documents. The templates must be configured to work with print management.
No templates or configurations have been set up for the implementation.
You need to select and configure templates for printing.
Which solution components should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation


NEW QUESTION # 65
You are working on the data structures for the company's implementation.
You need to ensure that the data from the source system is mapped into the new staging table and can be used for synchronous and asynchronous integrations.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:

Explanation:

Topic 4, A. Datum Corporation
A). Datum Corporation is a market leader in the design and distribution of Innovative aluminum systems. The company provides services to the architectural, residential, industrial, and home improvement markets in Australia.
The company has warehouses in Perth. Sydney, and Melbourne. A team of warehouse employees provides delivery to the customer sites.
A). Datum Corporation currently uses Microsoft Dynamics AX 2009.
Customers use email or phone calls to place orders. After the company provides a quote to customers, the customer must agree to the sale price before the company places a sales order.
The company is migrating to Dynamics 365 Finance and Dynamics 365 Supply Chain Management using a phased rollout strategy to its sites. The company has the Lifecycle services project to manage various environments and releases.
The company has the following Finance and Supply Chain Management environments:
* Development
* Quality assurance (QA)
* User acceptance testing (UAT)
* Production
The company uses Azure DevOps for a code repository. All developers use a development branch to check in code and a release branch to maintain the code for production releases.
* Configure a cloud-based development environment few Finance and Supply Chain Management. Enable a code extension that supports updates.
* Configure Microsoft-supported version control and an Azure-hosted build pipeline.
* Migrate all document handling attachments for the customers to Finance and Supply Chain Management from Dynamics AX 2009.
* Audit X + + code for a best practice check
* All new code must be unit tested in a development environment and then validated by the QA team before the code is merged into the Release branch for further releases.
* All changes that are deployed to the UAT environment must be approved (or code release to production.
* The sales manager requires a solution that is extensible to ensure that new master tables document handling attachments are migrated to the new system.
* A base class named MigrateAttachment must be designed with methods that all child classes must implement
* A method named processAttachment must be created so that extenders are not able to subscribe to pre- events and post-events.
* On the All sales orders list page, two new fields must be added for the total sales order amount. One field uses goods and services tax (GST) and the other field does not use GST.
* A process named Populate check data must be designed based on the following:
o The process must run from the All customers list page and populate a custom table named CustCheckData with 1000 rows, o The table must have two fields named CheckNumber and BankNumber.
o The process must return to the current session after the data is processed.
* The generated check data must be available for users to access in a tabular form without additional details and preview panes.
* The purchase manager requires a new data entity to send out the information for purchase order inquiries that are generated in Finance and Supply Chain Management.
* The sales manager must be able to access the total quotation for the sites and item types.
* The sales manager requires a quotation number to be printed on the sales invoice business document.
Customers must be able to access the reference number on the invoice documents.
* The purchase manager requires a new approval workflow for approving purchase orders that are more than S
10.000.
* After a user named UserA posts a packing slip for a sales order, customers must be informed of the product delivery in real-time. This information is provided using business events.
* Purchase order incomes must be exported from the Finance and Supply Cham Management using data packages. Users must be able to query using OData but should not be able to update or create the data in the system.
* A sales manager's workspace must display the total quotations using key performance indicators.
* The purchase order approval workflow must be configured from the procurement and souring module.
* User A reports delays when opening the All sales orders list page.
* A customer is unable to access the business events for a packing slip that is posted by UserA.
* A user named UserB reports that The system is unresponsive when they run the Populate check data process for a customer.
* UserA reports that The print management settings in the accounts receivable module do not display the new layout when testing a new sales invoice report layout in the UAT environment.


NEW QUESTION # 66
You use Dynamics 365 Finance.
You must loop through the customers table and display in the Ul the customer account numbers that meet the following requirements:
* Include the first 100 customers.
* The account numbers must be greater than 1.000.
* Order the results from larger to smaller by the customer account number.
You need to write the SQL statement by using SQL in X++.
Which four statements should you include in sequence;1 To answer, move the appropriate statements from the list of statements to the answer area and arrange them in the correct order.

Answer:

Explanation:

Explanation:


NEW QUESTION # 67
DRAG DROP
You are a Dynamics 365 Finance and Operations developer.
The sales department manager must to be able to view total customers by region and total sales by regions.
You need to build key performance indicators (KPIs) and display them on a tile in the application.
How should you model the KPI? To answer, drag the appropriate objects to the correct KPI components. Each object may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:

Answer:

Explanation:

Explanation:
Box 1: Aggregate measurements
Measures are aggregate numbers, such as Total Sales or Number of Orders.
Box 2: Aggregate dimension
Dimensions are slicers, such as Product, Vendor, or Customer, that help you analyze the measure.
Box 3: Aggregate date entity
By using the model-driven approach, you can create data entities by directly referencing aggregate measurements and aggregate dimensions. These are known as aggregate data entities. Aggregate data entities are read-only data entities that are used for reporting purposes. To consume aggregate data when you build charts and other client controls, add the aggregate data to a form as a data source.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/analytics


NEW QUESTION # 68
A company uses Dynamics 365 Finance.
You implement the SysOperation framework to create the following batch processes.

You need to configure the execution mode for each batch process.
Which execution modes should you use? To answer. drag the appropriate execution modes to the correct requirements. Each execution mode may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

Answer:

Explanation:

Explanation


NEW QUESTION # 69
A company uses Dynamics 365 Supply Chain Management. You create a customization in a development environment.
You need to create a software deployable package so that you can deploy the customization to a test environment.
What are two possible ways to achieve the goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. In Azure DevOps, extract the model from a package and upload the model to the asset library.
  • B. In Azure DevOps, queue a build from the corresponding branch and upload the package to the asset library.
  • C. In Visual Studio, create a Dynamics 365 deployment package and upload the package to the asset library.
  • D. In Visual Studio, export the project and upload the project to the asset library.

Answer: B,C


NEW QUESTION # 70
A company has a cloud-based installation of Dynamics 365 Finance. The company also has Dynamics 365 Sales and Customer Service systems.
The company implements an analytical reports solution.
You need to select the applicable storage feature for each requirement.
Which storage feature should you use to meet each requirement? To answer, drag the appropriate storage options to the correct requirements. Each storage option may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

Answer:

Explanation:

Explanation


NEW QUESTION # 71
You are a Dynamics 365 Finance developer. You have two tables as shown in the following exhibit:

You need to configure Table1 to ensure that records cannot be deleted from Table1 if Table2 contains related records.
Which value should you use for the OnDelete property?

  • A. None
  • B. Restricted
  • C. Cascade
  • D. Cascade + Restricted

Answer: B

Explanation:
Example of Restricted
Suppose we have two tables (Customer & Order) and the relation is of One-To-Many i.e Customer can have many orders.
So on a parent table i.e.(Customer) if I set a delete action property to "RESTRICTED" for Order table. Then If I go and delete the record from a Customer table. It will first check the record in the child table and if exist that warning prompt saying that first we need to delete a record from child table.
Reference:
https://amazingax.wordpress.com/2013/01/13/microsoft-dynamics-ax-2012example-of-cascaderestricted-and- cascade-restricted-delete-action-property-for-a-table-relation/


NEW QUESTION # 72
......


Schedule exam

Languages: English, Japanese

Retirement date: none

This exam measures your ability to accomplish the following technical tasks: plan architecture and solution design; apply developer tools; design and develop AOT elements; develop and test code; implement reporting; integrate and manage data solutions; and implement security and optimize performance.

 

Dumps Brief Outline Of The MB-500 Exam: https://www.practicevce.com/Microsoft/MB-500-practice-exam-dumps.html

MB-500 Training & Certification Get Latest Microsoft Dynamics 365: https://drive.google.com/open?id=1mxo-ME89vW25y3JiccZS1GrTc_w8H6x7