[2023年06月]更新のMicrosoft MB-500問題集とリアルな試験問題
2023年最新のMB-500のPDF最近更新された問題
MB-500試験では、主要なデータエンティティの作成と管理、セキュリティの実装、ワークフローの設計と開発、外部システムの統合など、さまざまなトピックをカバーしています。候補者はこれらのトピックを深く理解し、実際のシナリオに適用する能力が必要です。
MicrosoftのMB-500試験は、熟練の準備と学習が必要な厳しい認定資格です。候補者は、Dynamics 365 Finance and Operationsアプリケーションと開発ツールについての堅固な理解力が必要です。この試験は、データエンティティ、ユーザーインターフェースのカスタマイズ、他のシステムとの統合など、幅広いトピックをカバーしています。候補者は、Dynamics 365 Finance and Operations環境でのコードの開発、テスト、展開の経験も必要です。MB-500試験に合格することは、開発者がDynamics 365 Finance and Operationsアプリケーションの専門知識を証明し、キャリアアップするための優れた方法です。
質問 # 38
You need to configure filtering for the Vendor Past Due Invoices form.
Which two filtering types can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
- A. Filter pane
- B. QuickFilter
- C. Advanced Filter
- D. Grid Column Filtering
正解:A、C
質問 # 39
A company implements Dynamics 365 Finance and Dynamics 365 Supply Chain Management.
Customers place orders from the company website store or through sales representatives.
You create a Power Platform app to manage sales quotes for sales representatives who do not have direct access to the Finance and Supply Chain Management environment. The app must meet the following requirements:
Sales representatives must be able to create new customers.
Ensure that only approved products can be sold.
Be available when the sales representatives do not have internet access.
Web sales are imported nightly.
You need to determine a strategy to integrate apps.
What should you use? To answer, drag the appropriate options to the correct app features. Each 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.
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/dual-write/dual-write-overview
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/virtual-entities/get-started-ve
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/develop-composite-data-entities
質問 # 40
A company uses Dynamics 365 Unified Operations.
You need to integrate the system with third-party applications.
Which data integration strategies should you use? To answer, drag the appropriate data integration strategies to the correct scenarios. Each 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
質問 # 41
You are the Dynamics 365 Finance Developer.
You have the following class definition:
You need to create an extension class and wrap the method by using Chain of Command (CoC), if the value of the Qty variable is less than 5, the code must cause an exception.
How should you complete the code segment? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:
解説:
Explanation:
Box 1: final class WebShopOrderVal_Extension
Box 2: public static void checkQtyValue(int Qty)
Incorrect Answers:
Public void ...
If a static method is the target that will be wrapped, the method in the extension must be qualified by using the static keyword.
Int Qty=0
The method signature in the wrapper method must not include the default value of the parameter.
Public int
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/method-wrapping-coc
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/naming-guidelines-extensions
質問 # 42
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.
正解:
解説:
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
質問 # 43
You need to apply a form pattern to the Vendor exclusion list.
Which pattern should you use?
- A. Workspace
- B. List View
- C. List Page
- D. Simple List
正解:C
解説:
A list page presents a set of data on a user interface that is optimized so that you can browse records, find the right record, and then take an action upon that record. The list page lets the user search, filter, and sort the data. FactBoxes on the right side of the grid show related data for the active record. Actions that are relevant to the record are located on the ActionPane at the top of the page.
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.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/list-page-form-pattern
質問 # 44
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.
正解:
解説:
質問 # 45
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.
正解:
解説:
Explanation:
Step 1: Create a runnable class and add it to the ProductUpdates project.
Step 2: Create a class extension of the ProductTable and add it to the ProductUpdates project.
Step 3: Write database manipulation code in the class
Step 4: Build and run the class.
Step 5: Set the class as the startup project.
Reference:
https://community.dynamics.com/365/financeandoperations/b/daxology/posts/runnable-class
質問 # 46
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. No
- B. Yes
正解:A
質問 # 47
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.
正解:
解説:
質問 # 48
You are a Dynamics 365 Finance and Operations developer.
You need to monitor system performance.
Which tools should you use? To answer, select the appropriate option in the answer area.
NOTE: Each correct selection is worth one point.
正解:
解説:
Explanation:
Box 1: LCS Environment Monitoring tool
Microsoft Dynamics Lifecycle Services (LCS) provides to help you monitor, diagnose, and analyze the health of the Finance and Operations environments that you manage.
Box 2: Trace Parser
You can use the Trace parser to consume traces and analyze performance in your deployment.
Box 3: SQL Profiler
Incorrect Answers:
Fiddler:
Fiddler can help in different ways with Dynamics 365 troubleshooting, including determine what errors are being reported, and by speeding up the JavaScript development process.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/lifecycle-services/monitoring-diagnostics
質問 # 49
You are a Dynamics 365 Finance and Operations developer.
You need to monitor system performance.
Which tools should you use? To answer, select the appropriate option in the answer area.
NOTE: Each correct selection is worth one point.
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/lifecycle-services/monitoring-diagnostics
質問 # 50
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.
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/develop-composite-data-entities
質問 # 51
A company uses Dynamics 365 Unified Operations.
Client companies require weekly updates for services performed. You create data entity by using the Data Entity wizard.
You need to expose a list of services to external business companies.
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.
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/build-consuming-data-entities
質問 # 52
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.
正解:
解説:
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
質問 # 53
......
Microsoft MB-500認定試験は、Microsoft Dynamics 365 Finance and Operationsの専門知識を習得したい開発者にとって優れた機会です。認定試験は、アプリケーション開発、データ管理、ユーザーエクスペリエンス、統合など、さまざまな開発領域での候補者の知識とスキルをテストするように設計されています。この認定は、世界的に認められ、求職者に有利な環境を提供することができます。
最新のMB-500合格保証される試験問題集認証サンプル問題:https://www.goshiken.com/Microsoft/MB-500-mondaishu.html
MB-500試験合格保証最新181問題:https://drive.google.com/open?id=1b9XxRCEPuDRLdcS8AlEXdXKmnD4gVUzQ