Exam Details

  • Exam Code
    :MB-500
  • Exam Name
    :Microsoft Dynamics 365 Finance and Operations Apps Developer
  • Certification
    :Microsoft Certifications
  • Vendor
    :Microsoft
  • Total Questions
    :323 Q&As
  • Last Updated
    :Mar 28, 2025

Microsoft Microsoft Certifications MB-500 Questions & Answers

  • Question 31:

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

    You need to 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:

    [SysObsoleteAttribute("Deprecated. Please use the bicycle class instead.", false)]

    Does the solution meet the goal?

    A. Yes

    B. No

  • Question 32:

    Users report that a company's Dynamics 365 Finance website is slow.

    You suspect that a SQL query attached to the task GetFormInteractionTask is the cause.

    You need to determine how long it takes for the query to run and return results.

    What should you use?

    A. Performance timer

    B. Performance monitor

    C. Microsoft Edge debugging tools

    D. Fiddler

  • Question 33:

    A company uses Dynamics 365 Finance.

    You create a new form that must have the ability to open from the menu.

    You need to set up the form for the menu.

    What should you add to the menu?

    A. display menu item

    B. menu reference

    C. output menu item

    D. action menu item

  • Question 34:

    A company requires a Power Apps app that will enable users to view and create new leads in Dynamics 365 from the app.

    The data is in a custom entity named LeadsTable, which is not accessible outside Dynamics 365.

    You need to make the data available outside Dynamics 365.

    What should you do?

    A. Enable IsPublic for the data entity linked to the LeadsTable.

    B. Assign the create, read, update, and delete operations for the LeadsTable to the sales associate role.

    C. Enable all create, read, update, and delete operations on the LeadsTable table.

    D. Create an aggregate data entity for the LeadsTable.

    E. Enable data management capabilities on the data entity.

  • Question 35:

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

    You need to 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 01:

    [ISVObsoleteAttribute(ErrorWarning::Warning, "This class will be deprecated in future releases, please use the Transportation class instead.")]

    Insert the following code at line 04:

    [ISVObsoleteAttribute(ErrorWarning::Error, "Deprecated. Please use the bicycle class instead.")]

    Does the solution meet the goal?

    A. Yes

    B. No

  • Question 36:

    You need to prepare to deploy a software deployable package to a test environment. What should you do to prepare?

    A. In Visual Studio, create a Dynamics 365 deployment package and upload the package 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.

  • Question 37:

    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. Create an extension class for the base table.

    B. Drag the table from the AOT to the project.

    C. Create a new table object in the pitied.

    D. Create a table extension from the base table.

  • Question 38:

    A company plans to integrate Dynamics 365 finance and operations apps with an external application.

    The apps must send each vendor's name and address in a single field to the external application.

    You need to add a computed field to meet the requirement.

    What should you do?

    A. Create an extension for VendTable and then add the new display method.

    B. Create an extension of VendVendorV2Entity, select New, and then select Siting Unmapped Field.

    C. Create an extension for VendVendorV2Entity, select the Fields node, select New, and then select Mapped Field.

  • Question 39:

    You create an extension of ProjTable.

    You need to configure the extension.

    Which three table properties can you modify in the extension? Each correct answer presents a complete solution.

    NOTE: Each correct selection is worth one point.

    A. Form Ref

    B. Label

    C. TitleField1

    D. Preview Part Ref

    E. Modified Date Time

  • Question 40:

    A company uses Dynamics 365 Finance.

    You implement an abstract class named Car.

    The Car class has the following:

    1.

    A real member called weight that is used to store the weight of the car.

    2.

    An abstract getWeight method that returns the value of the weight member.

    The Car class code is:

    You must create a child class named BigCar.

    You need to implement the Car class by using the BigCar child class.

    Which code segment should you use?

    A. class BigCar extends Car { void new(real _weight) { weight = _weight; } public real getweight() { return weight; }}

    B. class BigCar implements Car { void new(real _weight) { weight = _weight; } public real getweight() { return weight; }}

    C. class BigCar extends car { public real getWeight() { return weight; }}

    D. class BigCar : car { void new(real _weight) { weight = _weight; } public real getweight() { return weight; }}

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Microsoft exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your MB-500 exam preparations and Microsoft certification application, do not hesitate to visit our Vcedump.com to find your solutions here.