Free preview mode

Enjoy the free questions and consider upgrading to gain full access!

MB-500Free trialFree trial

By microsoft
Aug, 2025

Verified

25Q per page

Question 26

DRAG DROP

You have an Azure DevOps project that has Dev and Test branches.

The Test branch is used for deploying artifacts in a test environment.

You must merge code from the last Dev branch and check-in the code to Test.

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.

Image 1

Question 27

You are a Dynamics 365 Finance developer. You have a virtual machine that includes Visual Studio.
You need to display the elements by model.
What should you do?

  • A: Select Model management from the menu and then select View all package dependences.
  • B: Right-click the Application Object Tree (AOT) node in Application Explorer and select Model View.
  • C: Select Metadata Search from the Dynamics 365 menu.
  • D: Select Model Management from the menu and then select Refresh Models.

Question 28

HOTSPOT -
You have a Dynamics 365 Finance development environment.
You must add default filters to the fleet management form. You must view only sales that occur in the current sales period and where the Customer name field contains the text Wholesales.
You need to configure filtering.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Image 1

Question 29

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 Visual Studio, export the project and upload the project to the asset library.
  • B: In Azure DevOps, queue a build from the corresponding branch and upload the model to the asset library.
  • C: In Azure DevOps, queue a build from the corresponding branch and upload the package to the asset library.
  • D: In Visual Studio, create a Dynamics 365 deployment package and upload the package to the asset library.

Question 30

DRAG DROP -
You are configuring your developer environment by using Team Explorer.
There are several developers working on a customization.
You need to ensure that all code is checked in and then merged to the appropriate branches.
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.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
Select and Place:

Image 1

Question 31

You are a Dynamics 365 Finance developer.
You need to create an extension class.
Which action should you perform?

  • A: Mark the class as final.
  • B: Add the class buffer as the first parameter.
  • C: Mark the class as protected.
  • D: Mark the class as public.

Question 32

You are training a new Dynamics 365 Finance developer.
You need to explain the relationships between models, packages, and projects to the new hire.
Which three design concepts should you explain? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A: A project can contain elements from multiple models.
  • B: A model is a group or collection of elements that constitute a distributable software solution.
  • C: A Visual Studio project can belong to more than one model.
  • D: A model is a design time concept.
  • E: A package is a deployment unit that may contain one or more models.

Question 33

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.

  • A: batch data API
  • B: OData
  • C: custom web service
  • D: asynchronous integration

Question 34

You need to set up the recurring data integration to pull data from the SFTP site into Dynamics 365 Finance.
Which API architecture type should you use?

  • A: SOAP
  • B: JSON
  • C: RPC
  • D: REST

Question 35

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.

  • 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 36

You need to investigate the Vendor exclusion list issue.
What should you do?

  • A: Navigate to the General tab and select Database log
  • B: Navigate to the Page options tab, select Record Info, and then select Show all fields.
  • C: Navigate to the Options tab and select Personalize this form. Add a field button and the required field.
  • D: Navigate to the General tab, select Record Info, and then select Show all fields.

Question 37

HOTSPOT -
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.
Hot Area:

Image 1

Question 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: QuickFilter
  • B: Advanced Filter
  • C: Grid Column Filtering
  • D: Filter pane

Question 39

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.

  • A: Create a new model that extends the existing FinanceExt model.
  • B: Overlay the existing FinanceExt model and populate the solution definition.
  • C: Extend the existing FinanceExt model and populate the project model definition.
  • D: Modify the DefaultModelForNewProject setting in the DefaultConfig.xml file and name the model FinanceExt.

Question 40

DRAG DROP -
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.
Select and Place:

Image 1

Question 41

HOTSPOT -
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.
Hot Area:

Image 1

Question 42

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

Image 1

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.
Hot Area:

Image 2

Question 43

HOTSPOT -
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.
Hot Area:

Image 1

Question 44

You need to modify the environment to meet the requirements for the Cash Discount Records report.
What should you do?

  • 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 45

You need to update the CashDisc report to meet the requirements.
What should you do?

  • A: Delete the existing CashDisc report in the extension model and create a new report.
  • 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: Customize the existing CashDisc report in the overlayering model and add the new field to the design.

Question 46

DRAG DROP -
You need to add new fields to the standard form and organize the grid to meet the requirements.
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.
Select and Place:

Image 1

Question 47

HOTSPOT -
You need to create a chain of command method for inserting the data on the table for the new fields.
How should you complete the code? To answer, select the appropriate configuration in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Image 1

Question 48

HOTSPOT -
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.
Hot Area:

Image 1

Question 49

You are a Dynamics 365 Finance developer.
You need to ensure that an integration is triggered when a specific process starts.
Which tool should you use to retrieve the status from the Production order?

  • A: Batch job
  • B: Periodic flow
  • C: Business event
  • D: Recurring Data Entity export

Question 50

HOTSPOT

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.

NOTE: Each correct selection is worth one point.

Image 1
Page 2 of 12 • Questions 26-50 of 297

Free preview mode

Enjoy the free questions and consider upgrading to gain full access!