New 2021 Realistic MB-500 Dumps Test Engine Exam Questions in here [Q68-Q89]

Share

New 2021 Realistic MB-500 Dumps Test Engine Exam Questions in here

Updated Official licence for MB-500 Certified by MB-500 Dumps PDF


The first resource that you should use is the skills outline. This official document will tell you a lot about the exam and its objectives. If you visit the Microsoft website, you will also find various learning paths. They will give you a lot of knowledge and experience with the technologies. There are several learning paths that you can choose from and they are as follows:

  • Build Finance and Operations Apps
  • Introduction to Developing with Finance and Operations Apps
  • Connect to Finance and Operations Apps
  • Migrate Data and Go Live with Finance and Operations Apps
  • Extend Finance and Operations Apps

After that, you can take the instructor-led training courses, and as the name suggests, they are taught by the certified instructors. These tutors will explain every exam topic in a lot of detail and it will prove to be quite helpful. These courses will also give you a chance to interact with the trainers so that you can ask questions in case you face difficulties.

 

NEW QUESTION 68
You are a Dynamics 365 Finance developer.
You need to create a security rule that meets the following requirements:
Provide the same permissions as HcmWorkerActionHireRead
Assign the Update level access and the HcmHumanResourceMamager Role
Which settings should you use? To answer, select the appropriate option in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

 

NEW QUESTION 69
You need to create the outstanding invoice report for the CFO.
Which attributes should you use? To answer, drag the appropriate attributes to the requirements. Each attribute answer may be used once, more than once, or not at all. You may need to drag the split between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/dynamicsax-2012/appuser-itpro/how-to-use-a-report-data-provider-class-in-a-report This is a case study Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.
To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.
To start the case study
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment and problem statements. When you are ready to answer a question, click the Question button to return to the question.

 

NEW QUESTION 70
You create a Visual Studio project named ProductUpdates.
You must update data in a table named ProductTable. You must be able to run the code from Visual Studio.
You need to create an X++ class.
Which five 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:

1. Create a runnable class and add it to the ProductUpdates project
2. Open the new class and add a main method to the class
3. Write the database manipulation code in the class
4. Set the class as startup object
5. Build and run the class

 

NEW QUESTION 71
HOTSPOT
You are creating a Dynamics 365 Finance and Operations report. You cannot query the data for the report directly.
You must include parameters to specify data for the report.
You need to create the report.
What should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Answer:

Explanation:

Explanation:
Box 1: Data contract class
A data contract class defines the parameters for a report that is bound to a report data provider (RDP) class.
You can specify one or more groups of report parameters, the order of the groups, and the order in which the report parameters appear in a print dialog box.
Box 2: Report data provider class
Report data provider class - processes business logic based on parameters and a query, and then returns the tables as a dataset for the report.
Box 3: DataContractAttribute
DataContractAttribute - This attribute is applied to an X++ class and specifies that the class can be used as a data contract (that it should be serialized).
Box 4: DataMemberAttribute
DataMemberAttribute - This attribute is applied to a parm (parameter) method on an X++ data contract class and specifies that the data member should be serialized.
Box 5: SRSReportParameterAttribute
You set the SRSReportParameterAttribute attribute to the data contract you created for the RDP class.
Reference:
https://docs.microsoft.com/en-us/dynamicsax-2012/appuser-itpro/how-to-use-a-report-data-provider-class-in-a- report

 

NEW QUESTION 72
You are a Dynamics 365 Finance developer.
You need to create a security rule that meets the following requirements:
* Provide the same permissions as HcmWorkerActionHireRead
* Assign the Update level access and the HcmHumanResourceMamager Role
Which settings should you use? To answer, select the appropriate option in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

 

NEW QUESTION 73
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.

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 74
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 75
You need to set up a recurring integration to enable file exchanges between Dynamics 365 Finance and a third-party system.
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:

1. Set up a data project -
2. Create recurring data job -
3. Link a new application ID to the data recurring job -
4. Specify whether you are using a file or a data package -
5. Set up the processing recurrence
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/recurring-integrations#create-a-recurring-data-job

 

NEW QUESTION 76
You need to implement the reporting requirements for the Vendor exclusion list.
Which options you should use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/create-nextgen-reporting-solutions

 

NEW QUESTION 77
You are a Dynamics 365 Supply chain Management developer. Several users check out a custom form version control and modify the form. You need to find the user that has added a specific line of code to the form. What should you do?

  • A. Open the object in Object Designer, select the title of the object, and then right-click View History.
  • B. In Solution Explorer, navigate to the object and right-click View History.
  • C. Using Visual Studio, navigate Application Explorer and right-click View History.
  • D. Using Visual Studio, navigate to the object. Add the object to a new solution, and then right-click View History.

Answer: C

Explanation:
In Visual Studio, Go to source control explorer > Select the object > right click > View history Reference:
https://dynamicsuser.net/ax/f/developers/93354/how-to-rollback-a-change-set-completely-automatically-in-tfs

 

NEW QUESTION 78
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 an extension for AccountBase and increase the field size.
  • B. Create an extension for AccountId and increase the field size.
  • C. Create a derived EDT for AccountId and decrease the field size.
  • D. Create an extension for AccountBase and decrease the field size.

Answer: A

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 79
You need to deploy the web portal integration solution.
Which four 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:
Scenario: You must install and configure a third-party solution for credit card processing within Dynamics 365 Finance. The third-party company will provide a deployable package.
You must develop a web portal that allows customers to browse products, place orders, and check order status. Product data for the web portal must be integrated as periodic batches.
You must configure the warehouse mobile device portal for warehouse operations.
You must install a third-party solution to support web portal integration. The solution is supplied as a source code model file.
Step 1: Add the package to source control and check in the changes.
Deployable packages from third parties can be manually installed on a development VM, and the installed artifacts can then be added to source control.
Step 2: Import the model into a Development environment.
Install a model in a development environment
Step 3: Synchronize the models in the Developer environment by using Get latest feature Because the models and runtime packages are in source control, other developers who use other development environments can just synchronize the models and packages to their workspace by using the Get latest feature of source control.
Step 4: Build and create a deployment package
The build process will include this runtime package in the final deployable package. This allows customers to take the deployable package from the build and have one package to deploy to their environments. The one package includes both custom solutions and all the third party solutions.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/manage-runtime-packages
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/manage-runtime-packages#deploying-third-party-code

 

NEW QUESTION 80
You are Dynamics 365 Finance developer.
You need to initialize an embedded Microsoft Power Bl report.
Which code segment should you add to the form initialization method?

  • A. deployorUpdateReport(powerBIConfiguration, reportName, resourceName)
  • B. initializeReportControlInternal(powerBIConfiguration, reportparameters, reportControl, showError)
  • C. InitializeReportControl(workspaceName, Formgroup)
  • D. addReportControl(formGroupControl)

Answer: D

 

NEW QUESTION 81
You add a field to the SalesTable entity by using an extension.
You need to ensure that the new field is available for use in forms, reports, and code.
What are three possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. Navigate to the Dynamics 365 menu and select Synchronize database.
  • B. Right-click the solution and select Synchronize with database.
  • C. Right-click the table and select Synchronize.
  • D. Set the project property for Synchronize database on build to true and build the solution.
  • E. Right-click the project and select Synchronize with database.

Answer: A,D,E

 

NEW QUESTION 82
You need to meet the requirements for the purchase order creation form.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. In Application Explorer, create a table extension and implement validation.
  • B. Create a class and add a form data source event handler method to the class.
  • C. In Application Explorer, create a form extension and implement validation.
  • D. Implement Chain of Command (CoC) and method wrapping by creating a form extension class.

Answer: C,D

Explanation:
Scenario:
Users must be presented with a warning message before a direct delivery purchase order is created for a vendor in exclusion list.
You must implement validation to check whether a proposed direct delivery purchase order vendor is on the exclusion list for the customer and product combination.

 

NEW QUESTION 83
You are a Dynamics 365 Finance developer for a company that sells pre-owned vehicles. When the company acquires a new vehicle, vehicle identification (VIN) numbers are added to the VIN field in the CustTable.
You need to create an event handler to validate that new VIN values are at least 10 characters long. Validation must occur when records are saved.
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:

Step 1: Copy the validatingWrite event handler on the CustTable object (it is either validatingWrite or validatedWrite, there is no such option as validateWrite).
Step 2: Add the event handler method to a class.
Step 3: Add code to perform the validation.

 

NEW QUESTION 84
You need to configure security for the Vendor Exclusion List report.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. Create a new security policy and add an output menu item. Add the new security policy to duty extension and then to a role extension.
  • B. Create a new privilege and assign it to an output menu item. Add the new privilege to a duty extension and then add the duty extension to a role.
  • C. Create a new privilege extension and add an output menu item. Add the privilege to a duty extension and then to a role extension.
  • D. Create a new privilege, add a reference to an output menu item, and then add the new privilege to a role.

Answer: B,D

Explanation:
Scenario: Develop necessary security permissions to view and maintain the new Vendor exclusion list functionality and reporting. Users with maintain rights will be able create, update, and delete the exclusion list. Permissions must be assigned to security roles to match company security model.
The privileges are simply a way to grant permissions to an entry point, which can be services, to a duty, role, or even directly to a user. Typically, we only add entry points to a privilege, such as menu items.
D: You can extend a Security Role or a Security Duty to add new duties/privileges to these elements.
Reference:
https://www.oreilly.com/library/view/extending-microsoft-dynamics/9781786467133/40a348f3-0f4c-4d47-a566-59f3a2e6afa0.xhtml
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/customization-overlayering-extensions#security-role-and-duty-extensions

 

NEW QUESTION 85
You are a Dynamics 365 Finance developer.
You need to create a key performance indicator (KPI) that shows total sales by region.
Which two objects should you create? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. dimension for total sales
  • B. measure for region
  • C. measure for total sales
  • D. aggregated view for total sales
  • E. dimension for region

Answer: A,C

Explanation:
An aggregate measurement is a model that contains a collection of measures together with their corresponding dimensions. Measures are aggregate numbers, such as Total Sales or Number of Orders. Dimensions are slicers, such as Product, Vendor, or Customer, that help you analyze the measure. For example, the measure of Total Sales isn't useful unless it can be sliced by Product, Region, and Customer.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/analytics

 

NEW QUESTION 86
You are a Dynamics 365 Finance developer.
You have the following entities.
You must create the required fields and relationships in the staging tables.
You need to develop a composite entity that uses the OrderHeader and OrderLine entities.
Which object should you use for each action? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation

Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/develop-composite-data-entiti

 

NEW QUESTION 87
You need to create the new table for the vendor exclusion list.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:
Scenario: You must develop a new solution to maintain a Vendor exclusion list for each customer and item combination. The solution must meet the following requirements:
* Isolate all new vendor exclusion codes as a new assembly by creating a table named VendExclusions.
* Create an index for the table named PrimaryIdx that uses the following fields: CustAccount, ItemId, VendAccount.
* Ensure that users can open the Vendor Exclusion list report from the customer master form. The list must display the customer account, Item ID, and Vendor account fields.
* Maintain referential integrity with other tables.
Box 1: a table extension for Vendors and relation for the Vendor exclusions Box 2: RelationShip Type Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/develop-composite-data-entities

 

NEW QUESTION 88
You are a Dynamics 365 Finance developer.
You need to add a new status named InTransit to the SalesTable.SalesStatus field and use the status in code.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:
Box 1: Create an extension of SalesStatus
To modify properties on an existing field in a table, you must first create an extension for the table.
Box 2: SalesStatus::InTransit
Incorrect Answers:
Overlay: Overlaying code, the now-outdated way to implement customer-specific functionality under Dynamics AX, involved customizing programming within Microsoft's code and recompiling the application.
Reference:
https://docs.microsoft.com/sv-se/dynamics365/fin-ops-core/dev-itpro/extensibility/modify-existing-field
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/extensible-enums

 

NEW QUESTION 89
......


Certification Prospects

Apart from the Microsoft MB-500 test, the candidates should also take MB-300 for the Microsoft Certified: Dynamics 365: Finance and Operations Apps Developer Associate. If they want to get even further with learning more about Dynamics 365 features for Finance and Operations, applicants can also take MB-700 test for the Microsoft Certified: Dynamics 365: Finance and Operations Apps Solution Architect Expert.

 

Grab latest Microsoft MB-500 Dumps as PDF Updated: https://www.prep4away.com/Microsoft-certification/braindumps.MB-500.ete.file.html

Newly Released MB-500 Dumps for Microsoft Dynamics 365 Certified: https://drive.google.com/open?id=1EA623RzX_Jrelb7Z_Gs3sgVB8bYZP7Ve