Pass Your Microsoft Dynamics 365 MB-500 Exam on Mar 18, 2024 with 210 Questions
MB-500 Free Exam Study Guide! (Updated 210 Questions)
How to book the MB-500: Microsoft Dynamics 365: Finance and Operations Apps Developer Exam
These are following steps for registering the MB-500: Microsoft Dynamics 365: Finance and Operations Apps Developer exam.
- Step 1: Visit to Microsoft Learning and search for MB-500: Microsoft Dynamics 365: Finance and Operations Apps Developer.
- Step 2: Sign up/Login to Pearson VUE account
- Step 3: Select local centre based on your country, date, time and confirm with a payment method.
Conclusion
This is no secret that most employers have a preference for certified professionals who have already proven their skills. So, developers seeking how they can come into skills to use in Finance & Operations within the area of Dynamics 365 should find the Microsoft MB-500 exam taking suitable for them. Since gaining access to courses and guides is possible, this is a great direction to go. Especially now that you know how this exam goes and what you have to take to get the best score. For this, books and preparatory courses are at your complete disposal to help you effortlessly write the official test on the first attempt.
NEW QUESTION # 73
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 # 74
You are a Dynamics 365 Finance and Operations developer. You are testing a workflow in a user acceptance testing environment.
You need to ensure that a specific user can accept purchase requisitions only if the requisition is in a specific status.
Which two options can you configure to achieve the goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
- A. manual decision
- B. conditional decision
- C. manual task
- D. approval process
- E. automated task
Answer: B,D
Explanation:
B: The approval step that you're configuring might be required only if specific conditions are met.
C: A conditional decision is a point at which a workflow divides into two branches. The system determines which branch is used by evaluating the submitted document to determine whether it meets specific conditions.
Reference:
https://docs.microsoft.com/en-sg/dynamics365/fin-ops-core/fin-ops/organization-administration/configure- conditional-decision-workflow
NEW QUESTION # 75
You need to prepare to deploy a software deployable package to a test environment. What are two possible ways to achieve the goal?
Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
- A. In Azure DevOps, queue a build from the corresponding branch and upload the model to the asset library.
- B. In Azure DevOps, queue a build from the corresponding branch and upload the package to the asset library.
- C. In Visual Studio, create a Dynamics 365 deployment package and upload the package to the as
- D. In Visual Studio, export the project and upload the project to the asset library.
Answer: B,C
Explanation:
Reference:
https://marketplace.visualstudio.com/items?itemName=Dyn365FinOps.dynamics365-finops-tools
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/deployment/create-apply-deployable-package
NEW QUESTION # 76
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.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/sql/relational-databases/indexes/clustered-and-nonclustered-indexes-described
NEW QUESTION # 77
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.
Answer:
Explanation:
NEW QUESTION # 78
You need to apply a pattern to the newly created form to satisfy the requirements. Which form pattern should you apply?
- A. List Page
- B. Table of Contents
- C. Simple Let and Details
- D. Details Master
Answer: C
NEW QUESTION # 79
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 form extension and implement validation.
- B. Implement Chain of Command (CoC) and method wrapping by creating a form extension class.
- C. In Application Explorer, create a table extension and implement validation.
- D. Create a class and add a form data source event handler method to the class.
Answer: A,B
NEW QUESTION # 80
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 region
- B. measure for region
- C. dimension for total sales
- D. measure for total sales
- E. aggregated view for total sales
Answer: A,D
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 # 81
A company uses Dynamics 365 Finance.
You must add fields to a standard table in Visual Studio.
You need to create an extension of the table.
What should you do?
- A. Drag the table from the AOT to the project.
- B. Create a new table object in the project.
- C. Create a table extension from the base table.
- D. Create an extension class for the base table.
Answer: C
NEW QUESTION # 82
You are a Dynamics 365 Finance and Operations developer.
You have the following code: (Line numbers are included for reference only.)
You need to evaluate the code.
What is the correct output for the method? To answer, select the appropriate option 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/dev-ref/xpp-exceptions
NEW QUESTION # 83
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 a derived EDT for AccountId and decrease the field size.
- B. Create an extension for AccountBase and increase the field size.
- C. Create an extension for AccountBase and decrease the field size.
- D. Create an extension for AccountId and increase the field size.
Answer: B
Explanation:
You can only set the new String size to a value equal to or larger than the base EDT value.
Incorrect Answers:
B, C: You can only modify the value if the EDT does not extend from another EDT.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/modify-edt
NEW QUESTION # 84
A company uses Dynamics 365 Finance.
The company needs to Hack deletions of purchase order header records only.
You need to enable the change tracking.
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:
1 - Select Configure entity export to database from the Data management workspace.
2 - Select the database to export data to and then select Publish.
3 - Select the published entity and then select Change tracking.
4 - Select the Enable primary table option.
NEW QUESTION # 85
You are a Dynamics 365 Finance developer. You create a class.
You need to mark the class to ensure that when code is compiled, the process fails if a specific method is called in the source code.
Which attribute should you use?
- A. SysObsoleteAttribute
- B. SysEntryPointAttribute
- C. SysAttribute
- D. getAttributes
Answer: A
Explanation:
Explanation
One use of the SysObsoleteAttribute class is to notify the compiler that the compile should fail if a particular method is called in the source code. The compiler rejects the compile, and displays the specific message that is stored in this use of the attribute.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-ref/xpp-attribute-classes
NEW QUESTION # 86
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.
Answer:
Explanation:
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
NEW QUESTION # 87
You are creating a new class and adding methods to the class.
You need to control extensibility capabilities of some of the methods in the class.
Which attribute should you use? To answer, drag the appropriate attributes to the correct requirements. Each attribute 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
NEW QUESTION # 88
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. AmountMST
- D. Weight
Answer: B
Explanation:
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
NEW QUESTION # 89
A company uses Dynamics 365 Finance.
You need to migrate all custom report artifacts from a development environment to a cloud-hosted Tier-1 test environment that has Visual Studio installed.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
- A. Import the project into a cloud-hosted environment from an axpp file and ensure that the Overwrite Elements option is selected
- B. Apply a deployment package
- C. Create a deployment package
- D. Export the project as an axppfile
Answer: A,D
Explanation:
Reference:
https://community.dynamics.com/365/financeandoperations/b/howtodynamics365/posts/how-to-import-and-export-project-in-dynamics-365
NEW QUESTION # 90
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.
Answer:
Explanation:
Explanation
Box 1: custom service
Custom service peak data volume is 1,000 records per hour.
Box 2: batch data API
This scenario is best implemented by using batch data APIs, which has a peak data volume of 300,000 records per hour.
Box 3: OData endpoint
Peak data volume for reading Odata status of orders is 5,000 records per hour.
This scenario is best implemented by using the OData service endpoints to read order status information.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/integration-overview
NEW QUESTION # 91
You are Dynamics 365 Finance developer.
You need to use the Extensible Data Security (XDS) framework to restrict access to the data in the Sales table from based on the customer group and the role of the user.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of the actions to the answer area and arrange them in the correct order.
Answer:
Explanation:
1 - Define the list of constrained tables.
2 - Assign the newly created role to the user.
3 - Create new user role and add required privileges.
NEW QUESTION # 92
......
MB-500 Dumps for Microsoft Dynamics 365 Certified Exam Questions and Answer: https://www.braindumpspass.com/Microsoft/MB-500-practice-exam-dumps.html
Realistic Verified MB-500 exam dumps Q&As - MB-500 Free Update: https://drive.google.com/open?id=1_DKjtpAZ3yg8dubBvFX61zOno8ogqVdu