View All MB-500 Actual Exam Questions, Answers and Explanations for Free [Q90-Q110]

Share

View All MB-500 Actual Exam Questions, Answers and Explanations for Free

MB-500 Exam Free Practice Test with100% Accurate Answers


Microsoft MB-500 exam consists of various topics that cover different aspects of Dynamics 365 Finance and Operations applications development. These topics include understanding the architecture of Dynamics 365 Finance and Operations, developing customizations and extensions, implementing security, managing data, performing testing, and deploying solutions. MB-500 exam also tests the candidate's understanding of the Microsoft Power Platform and its integration with Dynamics 365 Finance and Operations.

 

NEW QUESTION # 90
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets 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 create a new attribute class in which to mark other classes in the ISV solution and their respective methods with the error levels Warning and Error.
You have the following class: (Line numbers are included for reference only.)

You need to ensure that the compiler will report an error if code calls the bike method.
Solution:
Create the following attribute class:

Insert the following code at line 01:

Does the solution meet the goal?

  • A. Yes
  • B. No

Answer: A


NEW QUESTION # 91
You are a Dynamics 365 Finance developer.
You have the following source control branches:

You need to move the list of changesets from the development environment to the test environment.
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


NEW QUESTION # 92
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:

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 # 93
You are a Dynamics 365 Finance developer.
You need to troubleshoot performance issues for a client.
Which Lifecycle Services (LCS) tools should you use for each environment? To answer, drag the appropriate environment types to the correct tools. Each environment type may be used once, more than once, or not at all. You may need to drag the split bar between panes scroll to view content.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:
Box 1: User Acceptance Testing (UAT) and Build
Box 2: User Acceptance Testing (UAT) Only
Not all environments contain all the tools. The following table shows the tools that are available for each type of environment.

Box 3: Build only
Reference:
http://axhelper.com/?p=16527


NEW QUESTION # 94
You are a Dynamics 365 Finance developer.
You need to troubleshoot performance issues for a client.
Which Lifecycle Services (LCS) tools should you use for each environment? To answer, drag the appropriate environment types to the correct tools. Each environment type may be used once, more than once, or not at all. You may need to drag the split bar between panes scroll to view content.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:
Box 1: User Acceptance Testing (UAT) and Build
Box 2: User Acceptance Testing (UAT) Only
Not all environments contain all the tools. The following table shows the tools that are available for each type of environment.

Box 3: Build only
Reference:
http://axhelper.com/?p=16527


NEW QUESTION # 95
You create a new interface class in Dynamics 365 Finance. The class has two methods. You need to create a valid interlace class.
Which two actions should you perform? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

  • A. Implement the class as abstract
  • B. Implement only some methods in the classes that implement the interface.
  • C. Declare the class and all Its methods as public.
  • D. Declare all methods in the classes that implement the interface.

Answer: C,D


NEW QUESTION # 96
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.

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-re


NEW QUESTION # 97
A user reports that a form takes a long time to load. You suspect that the issue relates to a display method.
You need to resolve the issue.
Which actions should you perform? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation

Box 1: Yes
The caching will avoid executing the display method unnecessarily.
To improve the performance of a display method, you can cache the method.
Box 2: No
Box 3: No
Box 4: No
Reference:
https://docs.microsoft.com/en-us/dynamicsax-2012/developer/using-the-display-method-modifier


NEW QUESTION # 98
An organization has two million customers that are part of the International customer group.
Validation must occur when customer records are updated. For all customers where the value of the customer group field is international, you must the delivery mode to Air.
You need to update the customer records.
Which two segments can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. Option A
  • B. Option E
  • C. Option B
  • D. Option D
  • E. Option C

Answer: A,B

Explanation:
Reference:
https://community.dynamics.com/ax/b/technicaltutorialsformsdynamicsax2012/posts/update-and-update-recordse


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

  • A. getPBIReportByResourceName(resourceName)
  • B. deployOrUpdateReport(powerBIConfiguration, reportName, resourceName)
  • C. initializeReportControl(WorkspaceName, FormGroup)
  • D. importAndStoreReport(powerBIConfiguration, resourceName, isUpate)

Answer: C


NEW QUESTION # 100
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 are developing a form for Dynamics 365 Finance.
You need to add a button that allows users to run a report.
Solution: Create an output menu item. Add the output menu item to the form button and then link the report to the output menu item.
Does the solution meet the goal?

  • A. Yes
  • B. No

Answer: B

Explanation:
Instead create an action menu item.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/action-controls


NEW QUESTION # 101
You are a Dynamics 365 Finance developer. You create a form.
You must ensure that only sales managers can view the form.
You need to set up security for the form.
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

Step 1: Add the form object to the entry point node of a new privilege.
Your desired security privilege you can either directly set form control permissions or Entry Points.
For the Entry point method you need first need to add new entry point and set its object type and object name properties or for existing ones select desired entry point and click on drop down arrow and on controls right click and select new control, and now set its grant and name properties to desired control and its access rights.
Step 2: Add the privilege to a new duty
You need to assign this privilege in desired security role and security duty.
Step 3: Add the duty to the security role for sales managers.
Reference:
https://www.cloudfronts.com/set-form-control-access-via-security-role-in-d365-finance/


NEW QUESTION # 102
You need to modify the CashDisc form to meet the requirements.
Which objects should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation

Scenario: CashDisc form
You must extend the CashDisc form to add a new field named MinimumInvoiceAmount to the form. You must add a new Extended Data Type to the extension model for the new field. The new field must be added above the discount method field. The field must display 10 characters.
Box 1: extension
To add a new field to an existing table, you must first create a table extension.
Box 2: field
Box 3: field group
Box 4: data source
Often, the information that is stored in existing tables doesn't satisfy customer requirements. Therefore, additional tables must be created, and data from those tables must be shown on pages.
You can add new data sources to existing forms through extension. Follow these steps.
In the extension model, create a form extension for the selected form.
Right-click the form extension, and then select New Data Source.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/add-datasource


NEW QUESTION # 103
You are using the Metadata search tool in Visual Studio.
You need to select the appropriate query string for various scenarios.
Which query string should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation
type:table,method name:insert
type:form ccount
https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/metadata-search-visual-studio


NEW QUESTION # 104
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets 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 create a new attribute class in which to mark other classes in the ISV solution and their respective methods with the error levels Warning and Error. You have the following class: (Une numbers are included for reference only.)

You need 10 ensure that the compiler will report an error il code calls the bike method.
Solution:
Create the following attribute class:

Insert the following code at line 04:

Does the solution meet the goal?

  • A. Yes
  • B. No

Answer: B


NEW QUESTION # 105
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:

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


NEW QUESTION # 106
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:

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


NEW QUESTION # 107
A company uses Dynamics 365 Finance and Dynamics 365 Supply Chain Management. The company wants to use new functionality that relates to purchase requisitions.
You need to promote the new functionality to a test environment.
What should you do? To answer select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:


NEW QUESTION # 108
A company is implementing Dynamics 365 Finance. Vendors receive a risk rating that is determined by their on-time delivery performance as well as their credit rating.
You need to implement the following risk rating functionality:
The risk rating must accompany the credit rating when the credit rating is used.
The risk rating must be able to be used in other areas of the solution to determine processing outcomes.
The risk rating must consist of the following values:
1 = Good
2 = Medium
3 = Risky
The risk rating must be displayed in the Miscellaneous Details tab below the Credit Rating and Credit Limit fields in the Vendor form.
What should you do? 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/learn/modules/build-edt-enums-finance-operations/
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/fields-field-groups-subpattern


NEW QUESTION # 109
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 # 110
......


Microsoft MB-500 exam is designed to validate a candidate's expertise as a Dynamics 365: Finance and Operations Apps Developer. MB-500 exam tests the knowledge and skills required to develop, customize, and implement various features and functionality of Dynamics 365 Finance and Operations apps. Candidates need to have a deep understanding of the technical aspects of the platform, including coding, debugging, and testing.

 

MB-500 dumps Free Test Engine Verified By It Certified Experts: https://certkingdom.practicedump.com/MB-500-practice-dumps.html