[2025年01月08日] 無料Microsoft MB-500試験問題と解答 [Q78-Q98]

Share

[2025年01月08日] 無料Microsoft MB-500試験問題と解答

検証済みMB-500問題集と解答は最新MB-500をダウンロード


Microsoft MB-500試験は、Microsoft Dynamics 365:ファイナンスおよびオペレーションアプリケーションに特化した開発者およびコンサルタントを対象としています。試験は、ビジネス向けのファイナンスおよびオペレーションアプリケーションを構築、実装、カスタマイズするために必要なスキルと知識を検証します。MB-500試験に合格することは、Microsoft Certified:Dynamics 365 FinanceおよびOperations Apps Developer Associate認定を取得するための前提条件です。

 

質問 # 78
A company plans to migrate purchase orders from an older system into Dynamics 365 Finance.
You need to generate field mapping between the source and the target data structures.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation
Graphical user interface, text, application, email Description automatically generated


質問 # 79
You are a Dynamics 365 Finance developer. You have a solution that records product weights.
You must store up to four decimals of precision by using a standard Extended Data Type (EDT).
You need to add the field in a new table.
Which EDT should you extend?

  • A. MarkupValue
  • B. WeightBase
  • C. Weight
  • D. AmountMST

正解:B

解説:
Weight data can be maintained with a maximum of two decimals by default. If you require the ability to enter, maintain, and view weight data with a maximum precision of six decimals, you must extend the decimal point precision for the WeightBase extended data type.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/decimal-point-precision


質問 # 80
You need to update the CashDisc report to meet the requirements.
What should you do?

  • A. Extend the existing CashDisc report in the extension model and add the new field to the design.
  • B. Customize the existing CashDisc report in the overlayering model and add the new field to the design.
  • C. Duplicate the existing CashDisc report in the extension model and add the new field to the design.
  • D. Delete the existing CashDisc report in the extension model and create a new report.

正解:A

解説:
Explanation/Reference:
Design and Develop AOT Elements
Question Set 3


質問 # 81
You are working on a project in Dynamics 365 Finance
You use abstract and interface classes to implement the following requirements 'or the project
* Child classes must have common private and public methods.
* All methods must be implemented in the child classes.
* You must be able to implement the methods of the parent class.
You need to select the type of class to use for each requirement.
Which class types should you use? To answer, drag the appropriate class types to the correct requirements.
Each class type 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.

正解:

解説:

Explanation


質問 # 82
You are a Dynamics 365 Finance developer.
You have a form that displays customer records by using a listpage control. You must add related sales total information for the selected customer to the form.
You need to display the required related sales total information.
What should you add to the form?

  • A. a factbox
  • B. a quick filter
  • C. a title
  • D. a custom lookup
  • E. an external feed

正解:D


質問 # 83
You are a Dynamics 365 Finance developer. You have the following Extended Data Types (EDTs):

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

  • A. Create an extension for AccountBase and modify the Form Help property.
  • B. Create art extension for Accountid and decrease the field size.
  • C. Create a derived EOT for AccountBase and increase the field size.
  • D. Create a derived EDT for Accountid and increase the field size.

正解:A


質問 # 84
You are a Dynamics 365 Finance developer.
Users must be able to view a filtered customer list from within a workspace.
You need to add the customer form to a workspace.
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 on the correct order.

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/fin-ops/get-started/personalize-user-experience


質問 # 85
You need to implement the integration for the Vendor Exclusion List form.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-table-ext-object
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/build-operations#synchronizing-the-database-at-each-build


質問 # 86
A company uses Dynamics 365 finance and operations apps. The company plans to integrate third-party products with Dynamics 365 Finance.
You need to select the appropriate data integration option for each scenario.
Which data integration option should you select? To answer, drag the appropriate data integration options to the correct scenarios. Each data integration 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.
NOTE; Each correct selection is worth one point.

正解:

解説:

Explanation:


質問 # 87
DRAG DROP
An organization uses Visual Studio to develop customizations for Dynamics 365 Supply chain Management.
You need to create an extension for the CustTable form and add the extension to the Visual Studio project.
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.
Select and Place:

正解:

解説:

Explanation:
Step 1: In Solution Explorer, drag the CustTable form into the project.
Step 2: In The Application Object Tree (AOT), right-click the CustTable form.
Step 3: Select Create extension.
Note: To create an extension (in general terms), follow these steps:
1. In the Application Explorer window, expand the AOT node.
2. Expand the node for the element that you want to extend. For example, in Classic view, extend the Data Models node, and then extend the Tables node to view all available tables.
3. Right-click the element that you want to extend.
4. Select Create extension to add an extension to your current project. Select Create extension in new project if you want to add the extension to a new project. The element will be added to a project in the Solution Explorer window, and it will open in the element designer.
Reference:
https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-extension- example


質問 # 88
A company implements Dynamics 365 finance and operations apps.
You are developing code to consume OData service endpoints. You complete the application registration process and gather the details required to create a C# console application.
You need to ensure that the console application interacts with Dynamics 365 Finance OData services.
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.

正解:

解説:

Explanation
Graphical user interface, text, application Description automatically generated

Step 1: Add the OData v4 client code generator
Install OData Client Code Generator
Step 2: Add the custom OData service endpoints to the ODataClient list
After you downloaded, installed the OData V4 Client Code Generator and restart the Visual Studio you will be able to find and add 'OData Client' item into our project.
Step 3: Generate proxy classes
Step 4: Point the MetaDataDocumentURI variable top the Dynamics 365 Finance instance You need to set MetaDataDocumentURI, which is generated by the OData Code Generator.
Reference:
https://devblogs.microsoft.com/odata/tutorial-sample-how-to-use-odata-client-code-generator-to-generate-client-
https://www.netwoven.com/2018/05/29/how-to-create-client-side-odata-proxy-dll-for-microsoft-dynamics-365-f


質問 # 89
A company uses Dynamics 365 Finance.
You must create two data entities:
* The first entity must allow access to customer groups by using OOata.
* The second entity must be able to bulk export customer data by using a batch process.
You need to enable the properties for each entity you create.
Which properties should you enable? To answer, drag the appropriate properties to the correct requirements.
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.

正解:

解説:

Explanation:
Text Description automatically generated with low confidence


質問 # 90
You need to map the target data fields in the Data management workspace for the custom data entity.
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.

正解:

解説:

1 - In the Data entities list, select Target fields for the custom data entity.
2 - Publish the entity.
3 - Generate the correct target field mapping.


質問 # 91
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.

正解:

解説:
see the answers in explanation.
Graphical user interface, text, application Description automatically generated


質問 # 92
A company has a Dynamics 365 Finance and Operations environment.
You need to implement indices for new tables.
Which types of indexes should you use? To answer, drag the appropriate types of indexes to the correct requirements. Each type of index 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.

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/sql/relational-databases/indexes/clustered-and-nonclustered-indexes-described


質問 # 93
You need to implement the company's integration requirements.
Which integration strategies should you use? To answer, drag the appropriate integration strategies to the correct requirements. Each integration strategy 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.

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/integration-overview#synchronous-vs-asynchronous-integration-patterns


質問 # 94
A company requires a change to one of the base Microsoft SQL Server Reporting Services (SSRS) reports.
The report must include a new field that automatically filters the report based on the user who opens the report.
You need to add the new field as specified.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation:
Graphical user interface, text, application Description automatically generated

Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/customize-app-suite-reports-with
https://community.dynamics.com/ax/b/dynamics101trainingcenterax/posts/developing-a-ssrs-report-using-the-re


質問 # 95
You need to create an extension of the table and perform a build and synchronize the newly extended table.
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.

正解:

解説:

Explanation:


質問 # 96
You are a Dynamics 365 Finance developer.
You have a report in an existing model that connects with the following objects:
In-memory table
Data provider class
Controller class
Contract class
The report is locked for modifications.
You need to create an extension of the in-memory table in a model and you add the new field to the extension.
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.

正解:

解説:

1 - Create a duplicate from the existing report controller class in the model. Update the class logic to point to the new report.
2 - Create an extension of the existing report controller class in the model. Update the class logic to point to the new report.
3 - Create a duplicate from the report in the model and add the new field on the report design
4 - Create a duplicate from the existing data provider class in the model. Update the class to fill the value of the newly added field.


質問 # 97
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.

正解:

解説:


質問 # 98
......

リアル問題集を使おう 100%無料MB-500試験問題集:https://www.goshiken.com/Microsoft/MB-500-mondaishu.html

更新された100%カバー率リアルMB-500試験問題で100%合格保証:https://drive.google.com/open?id=1fNUhzNOWJmiFkHWotJMNhcH7ZPZhCib9