Jpexamは実際の環境で本格的なMicrosoftのMB-500「Microsoft Dynamics 365: Finance and Operations Apps Developer」の試験の準備過程を提供しています。もしあなたは初心者若しくは専門的な技能を高めたかったら、JpexamのMicrosoftのMB-500「Microsoft Dynamics 365: Finance and Operations Apps Developer」の試験問題があなたが一歩一歩自分の念願に近くために助けを差し上げます。試験問題と解答に関する質問があるなら、当社は直後に解決方法を差し上げます。しかも、一年間の無料更新サービスを提供します。

Microsoft MB-500 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • Manage Source Code And Artifacts By Using Version Control
  • Configure The Devops Source Control Process
トピック 2
  • Select The Purpose And Appropriate Uses Of LCS Tools And Components
  • Create Extended Data Types (EDT) And Enumerations
トピック 3
  • Identify Architectural Differences Between The Cloud And On-Premises Versions Of Dynamics FO
トピック 4
  • Customize Dynamics 365 FO By Using Visual Studio
  • Design And Implement A User Interface
トピック 5
  • Describe The Dynamics 365 FO User Interface Layout And Components
  • Identify The Need For And Implement The Sandbox Framework
トピック 6
  • Identify Components Of The Application Stack And Map Them To Thestandard Models
  • Design And Develop AOT Elements
トピック 7
  • Add An EDT To A Project And Populate EDT Properties
  • Research And Resolve Issues Using Issue Search
トピック 8
  • Implement Inheritance And Abstraction Concept
  • Create Elements By Using The Element Designer
トピック 9
  • Differentiate The Purpose And Interrelationships Between Packages, Projects, Models, And Elements
トピック 10
  • Add An Extension Of EDT And Enumerationscreate Classes And Extend AOT Elements
  • Compare Code And Resolve Version Conflicts
トピック 11
  • Identify And Implement Base Types And Operators
  • Identify And Implement Global Functions In X++
トピック 12
  • Add A Table Extension To A Project For A Table•Add Fields, Field Groups, Relations, And Indices
トピック 13
  • Add A Grid And Grid Fields And Groups
  • Create A New Class Extension And Add New Methods
トピック 14
  • Add Tables And Table Fields To A Project
  • Populate Table And Field Properties
  • Add A New Form To A Project And Apply A Pattern (Template)
トピック 15
  • Add A Form Extension To A Project For Selected Standard Formscreate And Extend Tables
  • Design The Workspace And Define Navigation

>> MB-500トレーニング資料 <<

MB-500受験料 & MB-500試験関連情報

効率的なMB-500学習教材を使用すれば、専門的な資格試験に合格した製品を使用しなかった場合に必要な時間の半分を費やすだけで済みます。このようにして、旅行、パーティー、さらに別の試験の準備をする時間が増えます。あなたのためのMB-500トレーニングトレントの利点は、お金で測られるにはほど遠いです。一流の専門家チーム、高度な学習コンセプト、完全な学習モデルがあります。時間を節約し、MB-500学習教材であなたの成功を保証することは、私たちにとって最大の見返りです。

Microsoft Dynamics 365: Finance and Operations Apps Developer 認定 MB-500 試験問題 (Q164-Q169):

質問 # 164
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. Cascade
  • C. Cascade + Restricted
  • D. Restricted

正解:D

解説:
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.
Incorrect Answers:
B: Example of Cascade:
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 "CASCADE" for Order table. Then If I go and delete the record from a Customer table. It will also delete all the related records in Order table automatically.
C: Example of Cascade + Restricted
Suppose we have three tables (Person ,Customer & Order) Now Person is a parent of Customer table, and Customer is a parent of Order table having (One-To-Many) relations If I set a Delete action property on Person table to "CASCADE" for customer table and If I set a Delete Action property on a CUSTOMER table for Order table to "CASCADE +RESTRICTED".
So if I delete a record from Customer table then It will first check the record in the child table(order table) and if exist that warning prompt saying that first we need to delete a record from child table.
But if I delete a record from Person table it will automatically delete a record in Customer table and all records related to customer table in Order table would also be deleted.
Reference:
https://amazingax.wordpress.com/2013/01/13/microsoft-dynamics-ax-2012example-of-cascaderestricted-and- cascade-restricted-delete-action-property-for-a-table-relation/


質問 # 165
You are creating entities that will have unmapped fields.
You need determine which types of unmapped fields to use.
Which field types should you use? To answer, drag the appropriate field types to the correct requirements. Each field 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:
Box 1: Computed
Computed field: Value is generated by an SQL view computed column.
During read, data is computed by SQL and is fetched directly from the view.
Box 2: Computed
Box 3: Virtual
Virtual field:
Is a non-persisted field.
Is controlled by custom X++ code.
Read and write happens through custom X++ code.
Virtual fields are typically used for intake values that are calculated by using X++ code and can't be replaced by computed columns.
Box 4: Virtual
Virtual field is a non-persisted field.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/data-entity-computed-columns-virtual-fields


質問 # 166
You are a Dynamics 365 Finance developer.
You need to export data from all products into a data package every day at 2 a.m. You open the Data Management workspace.
How should you complete the process? 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/recurring-integrations


質問 # 167
HOTSPOT
You create the following cloud-based Dynamics 365 Finance environments:

A developer creates code extensions in the Development environment. The developer checks the code changes into an Azure DevOps branch.
You need to deploy the code changes to the Standard Acceptance Test environment.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

正解:

解説:

Explanation:
Box 1: Build the code in the DevOps pipeline.
Box 2: Asset library
Run the export to the Asset library in Microsoft Dynamics Lifecycle Services (LCS).
Box 3: Select Maintain and Apply updates.
eprovision the target environment
If you copy a database between environments, the copied database won't be fully functional until you run the Environment reprovisioning tool to make sure that all Commerce components are up to date.
Follow these steps to run the Environment reprovisioning tool.
1. In your project's Asset Library, in the Software deployable packages section, click Import.
2. From the list of shared assets, select the Environment Reprovisioning Tool.
3. On the Environment details page for your target environment, select Maintain > Apply updates.
4. Select the Environment Reprovisioning tool that you uploaded earlier, and then select Apply to apply the package.
5. Monitor the progress of the package deployment.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/database/dbmovement-scenario- exportuat#back-up-to-the-asset-library Design and Develop AOT Elements Testlet 1 Case study 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. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.
Background
Wide World Importers sell office supplies, furniture, and fittings to their customers across the United States.
The company has the following locations:
* a retail store in Seattle
* a warehouse in Seattle
* a customer support and call center in Atlanta
* a team of field workers that provide furniture installation services at customer sites.
Wide World Importers plans to implement Dynamics 365 Finance and Microsoft Azure cloud platform features.
Current environment
Customers may place orders by email, phone, or by using the company's website. The company authorizes and processes credit card transactions by using a web-based application. Customer, inventory, supplier, and other master and transactional data is stored in a legacy database.
The company collects feedback from customers by phone or a form on the company's website and maintains the data in a Microsoft Excel workbook.
Wide World Importers runs on-premises applications to manage payroll and workers compensation. The company has a set of Microsoft Power BI dashboards that present data from a reporting database.
The company creates a Lifecycle Services (LCS) implementation project and completes Dynamics 365 Finance onboarding.
The company maintains production, quality assurance (QA), development, user acceptance testing (UAT), and build environments.
Requirements
General
* You must configure a cloud-based Dynamics 365 Finance development environment and enable code extension that support updates.
* You must configure version control and a Build environment.
* You must migrate all legacy data to the new system.
* You must implement best practices for X++ coding, the data model, caching, and security.
* All new code must be unit tested in a development environment and then validated by the QA team before code is added to source control.
Business processes
* You must configure vendor trade agreements.
* Products must be shipped directly from suppliers to customers depending on customer location to save indirect costs.
* You must collect customer feedback on products shipped directly from vendors.
* You must deploy code to a UAT environment for testing before deploying code to production.
* You must validate all entries for the purchase order creation form.
* 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.
Business systems
* 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.
* The workers compensation application must be able to call an API to update worker compensation details in Dynamics 365 Finance.
* You must develop a process to import payroll journals into the system.
* 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.
Vendor exclusion list
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.
* Implement the Excel integration for the Vendor Exclusion List form.
* Provide functionality to periodically export the Vendor exclusion list to prepare reports by using standard reporting capabilities of Dynamics 365 Unified Operations.
* 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.
* Maintain referential integrity with other tables.
* Users must be presented with a warning message before a direct delivery purchase order is created for a vendor in exclusion list.
* Sales managers must be alerted when a new exclusion record is added to the system.
Security
* You must implement the record level audit feature to identify the users who created the record.
* Grant specific users rights to maintain the vendor exclusion list by using Excel.
* 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.
Issues
User1 is not able to access many features in the system. You must provide User1 administrator rights.
A sales manager suspects a data-related issue in the vendor exclusion list. User1 must identify the user who created the referenced exclusion records.
Developer2 joins the company and does not have access to a development environment or source control.
User2 reports performance issues when they generate direct delivery purchase orders after current updates are applied.
User2 reports that they cannot access new functionality and reports.


質問 # 168
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. WeightBase
  • B. AmountMST
  • C. Weight
  • D. MarkupValue

正解:A

解説:
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


質問 # 169
......

親愛なるお客様、当社のウェブサイトにある優れた学習教材の助けを借りて試験を受ける準備ができている場合、選択は素晴らしいものになります。 MB-500トレーニング資料:Microsoft Dynamics 365: Finance and Operations Apps Developerは優れた選択肢であり、特に時間をかけずに試験に合格し、成功することに熱心な方に役立ちます。 次のように、すばらしい製品を詳細に紹介する自由を考えてみましょう。

MB-500受験料: https://www.jpexam.com/MB-500_exam.html