Summer Certification Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Free and Premium Microsoft MB-500 Dumps Questions Answers

Page: 1 / 12
Total 351 questions

Microsoft Dynamics 365: Finance and Operations Apps Developer Questions and Answers

Question 1

You need to implement the payroll application data process.

Which two objects should you create? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:

A.

a data contract class that uses the DataContractAttribute attribute

B.

a service class that has a public method which accepts a single parameter for a contract

C.

a class that extends SysOperationServiceBase

D.

an UIBuilder class that extends SysOperationAutomaticUIBuilder

Buy Now
Question 2

You need to develop, test, and deploy the Vendor Exclusion list solution.

What should you create? To answer, drag the appropriate objects to the correct actions. Each element 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.

Options:

Question 3

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.

Options:

Question 4

The system includes the following code: (Line numbers are included for reference only.)

You need to apply changes to address User2’s issues.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Options:

Question 5

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.

Options:

A.

Create a class and add a form data source event handler method to the class.

B.

In Application Explorer, create a table extension and implement validation.

C.

Implement Chain of Command (CoC) and method wrapping by creating a form extension class.

D.

In Application Explorer, create a form extension and implement validation.

Question 6

You need to configure security for the Vendor Exclusion List report.

What are two possible ways to achieve this goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Options:

A.

Create a new privilege, add a reference to an output menu item, and then add the new privilege to a role.

B.

Create a new security policy and add an output menu item. Add the new security policy to duty extension

and then to a role extension.

C.

Create a new privilege extension and add an output menu item. Add the privilege to a duty extension and

then to a role extension.

D.

Create a new privilege and assign it to an output menu item. Add the new privilege to a duty extension and

then add the duty extension to a role.

Question 7

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.

Options:

Question 8

You need to implement the migration requirements.

Which two options can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Options:

A.

a data entity and a Data management import job

B.

a data entity and Entity store

C.

a data entity and bring your own database (BYOD)

D.

a public data entity and the Excel add-in

Question 9

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.

Options:

Question 10

You need to implement the reporting requirements for the Vendor exclusion list.

Which options you should use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 11

You need to apply a form pattern to the Vendor exclusion list. Which pattern should you use?

Options:

A.

List Page

B.

Simple List

C.

List View

D.

Workspace

Question 12

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.

Options:

Question 13

You need to investigate the Vendor exclusion list issue.

What should you do?

Options:

A.

Navigate to the General tab, select Record Info , and then select Show all fields .

B.

Navigate to the Options tab, select Record Info , and then select Show all fields .

C.

Navigate to the Options tab and select Database log .

D.

Navigate to the Page options tab, select Record Info , and then select Show all fields .

Question 14

You need to create the new approval workflow for purchase orders.

What should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 15

You need to design the new data entity for the purchase order inquiries records.

Which values should you set on the data entity properties? To answer, move the appropriate values to the correct data entity properties. You may use each value once, more than once, or not at all- You may need to move the split bar between panes or scroll to view content

NOTE: Each correct selection is worth one point.

Options:

Question 16

You must merge the code change that you performed and which was tested by QA to the production environment.

You need to merge a specific changeset.

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.

Options:

Question 17

You need to resolve the issue for UserB.

Which framework should you use?

Options:

A.

SysExtension

B.

SysOperationSandBox

C.

SysOperation

D.

RunBaseBatch

Question 18

You need to ensure the customer is able to access the business event.

Which two endpoint types can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Options:

A.

Service Bus Topic

B.

Service Bus Queue

C.

Power Automate

D.

Event Grid

Question 19

You are working on the data structures for the company’s implementation.

You need to ensure that the data from the source system is mapped into the new staging table and can be used for synchronous and asynchronous integrations.

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.

Options:

Question 20

You need to select an integration strategy to meet the new freight processing requirement. Which two integration strategies can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

Options:

A.

custom web service

B.

batch data API EC.

C.

OData

D.

asynchronous integration

Question 21

You have a cloud-based Dynamics 365 Finance production environment.

You need to access the data to create Microsoft Power BI reports for the business.

What should you use?

Options:

A.

aggregate measurements

B.

DirectQuery

C.

Analysis Cubes

D.

Entity store

Question 22

You create an extension for the Invent Table. Which two field properties can you modify in the extension? Each: correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Options:

A.

Extended Data Type

B.

Allow Edit

C.

Visible

D.

Label

Question 23

You are creating custom functionality for Dynamics 365 Supply Chain Management.

You must execute the runAsync static method that updates specific records in the system. Users must be able to continue working while you run the process.

You need to select the signatures to implement the Async framework.

Which two signatures should you use for the static method? Each correct answer presents part of the solution. Choose two.

NOTE: Each correct selection is worth one point.

Options:

A.

Return a string as an output type.

B.

Return a container as an output type.

C.

Have a container for in-parameters.

D.

Have a string for in-parameters.

Question 24

A company uses Dynamics 365 finance.

The company wants to create test cases by using the SysTest framework.

You need to select the appropriate TestTransactionMode option for each requirement

Which options should you use? To answer, drag the appropriate options to the correct requirements. 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.

Options:

Question 25

A company has a cloud-based installation of Dynamics 365 Finance.

A user reports slow response times in the application when accessing the production environment.

You need to diagnose the performance issue by using the Environment monitoring tool.

Which two features of the Environment monitoring tool should you use?

NOTE: Each correct answer presents part of the solution.

Options:

A.

Customization analysis

B.

System diagnostics

C.

SQL insights

D.

Health metrics

E.

Availability monitoring

Question 26

A company requires Dynamics 365 finance and operations apps to notify third-party applications when data from purchase orders is available for consumption. You need to configure the trigger to capture the purchase order data. Which mechanism should you use?

Options:

A.

Batch framework

B.

SysTest framework

C.

Business event

D.

Data management framework

Question 27

You create a Power Apps app to display customer feedback.

You need to submit and display customer feedback for each sales order.

In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.

Options:

Question 28

A company uses Dynamics 365 Finance.

Users report that the performance of the open vendor invoice form in the production environment takes longer than usual to load. When users test the invoice form in the sandbox environment the performance is fine.

You need to troubleshoot the performance issue.

Which two tools can you use? Each correct answer presents a complete solution. Choose two.

NOTE: Each correct selection is worth one point.

Options:

A.

Visual Studio debugger

B.

Windows Task Manager

C.

Trace parser

D.

Environment monitoring in Lifecycle Services

Question 29

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: the numbers are included for reference only.)

You need 10 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 04:

Does The solution meet the goal?

Options:

A.

Yes

B.

No

Question 30

A company wants to Integrate Dynamics 365 Finance with third-party applications.

You need to select integration patterns for various scenarios.

Which integration patterns should you use? To answer, select the appropriate options In the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 31

You have a cloud-based Dynamics 365 Finance production environment.

You need to access the data to create Microsoft Power BI reports for the business.

What should you use?

Options:

A.

Power Bl embedded

B.

views

C.

aggregate dimensions

D.

data entities

Question 32

A company has a Dynamics 365 finance and operations app.

A user requests a new field named MarkupGroup in the CustCustomerV3Entity data entity. The new field is based on the MarkupGroup field from the CustTable data source. The user plans to use the new field to publish changes to the finance and operations system by using Microsoft Excel. You add the field to the CustCustomerV3Entity data entity and run a database

synchronization.

You need to ensure that the user can publish changes with the new field in the CustCustomerV3Entity data entity by using Excel. What should you do?

Options:

A.

Use the query functionality in Excel to connect to the finance and operations Microsoft Azure SQL Server Database and select the CustCustomerV3Entity data entity.

B.

Use the Data Connection Wizard in Excel to connect to finance and operations using an ODBC connection and open the CustCustomerV3Entity data entity into the workbook for testing.

C.

Use the Dynamics Office Add-in in Excel to connect to the development server URL and open the CustCustomerV3Entity data entity.

D.

Use the OData Data Feed functionality in Excel to connect to the OData feed and select the CustCustomerV3Entity data entity into the workbook for testing.

Question 33

A company uses Dynamics 365 Finance.

You create the following tables.

You need to configure the system to meet the requirements.

Which delete actions should you use? To answer, drag the appropriate delete action types to the correct scenarios. Each delete action 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.

Options:

Question 34

Developers at a company discover a bug in the production environment You update the existing code in a development environment to resolve the bug.

You need to get the updated code to the production environment by using Azure DevOps.

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.

Options:

Question 35

You have an enumeration named truckStatus that has the following statuses:

• Empty

• Loaded

• Completed

You have the following code:

You need to extend this (enumeration and add the following statuses to the enumeration: Quarantine, InTransit. You must then modify code that validates the switch statement.

Solution: Add a new case statement in the model of the existing code.

Does the solution meet the goal?

Options:

A.

Yes

B.

No

Question 36

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.

Options:

Question 37

You are working on a Dynamics 365 Finance project with multiple developers contributing to the same codebase.

During a code check-in, you encounter a conflict where changes made by another developer overlap with changes you implemented.

You need to resolve the code conflict.

Which actions should you perform? To answer, move the appropriate actions to the correct merge scenarios. You may use each action once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Options:

Question 38

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?

Options:

A.

Yes

B.

No

Question 39

A company uses Dynamics 365 Finance.

You create a new extension for a standard table.

You need to add a new method in the extension.

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.

Options:

Question 40

A company uses Dynamics 365 Finance

You implement the Insert method for a table you create. The class must meet the following requirements:

• If FieldA is equal to ' Hello. " then FieldB must save the integer value 10.

• If FieldA is equal to " World, " then FieldB must save the integer value 20.

• Otherwise FieldB must save the integer 0.

You need to implement the code

Which two code segments can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 41

You have an enumeration named truckStatus that has the following statuses:

    Empty

    Loaded

    Completed

You have the following code:

You need to add the following statuses to the enumeration: Quarantine, InTransit

What should you do?

Options:

A.

Add a new case statement in the model of the existing code,

B.

Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the enumeration value.

C.

Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the integer value of the enumeration.

D.

Add a post handler to the method that checks the enumeration and logic for your new enumeration values using a range comparison for your new values.

Question 42

You need to configure models for the project.

What are two possible ways to achieve the goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Options:

A.

Overlay the existing FinanceExt model and populate the solution definition.

B.

Modify the DefaultModelForNewProject setting in the DefaultConfig.xml file and name the model FinanceExt.

C.

Create a new model that extends the existing FinanceExt model.

D.

Extend the existing FinanceExt model and populate the project model definition.

Question 43

You need to modify the environment to meet User1’s requirements.

What should you do?

Options:

A.

Create an extension of CashDisc in a new project and add the field to the extended table,

B.

Create a new table named CashDiscExtension in the project.

C.

Use Open Designer to add the field to the table.

D.

Create an overlayer of CashDisc in a new project and add the field.

Question 44

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.

Options:

Question 45

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.

Options:

A.

QuickFilter

B.

Advanced Filter

C.

Grid Column Filtering

D.

Filter pane

Question 46

You need to configure security for the CashDisc form.

What changes should you make? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 47

You need to create the outstanding invoice report for the CFO.

Which attributes should you use? To answer, drag the appropriate attributes to the requirements. Each attribute answer may be used once, more than once, or not at all. You may need to drag the split between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Options:

Question 48

You need to update the CashDisc report to meet the requirements.

What should you do?

Options:

A.

Customize the existing CashDisc report in the overlayering model and add the new field to the design.

B.

Extend the existing CashDisc report in the extension 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.

Page: 1 / 12
Total 351 questions