Microsoft MB-500 Übungsprüfungen
Zuletzt aktualisiert am 06.05.2025- Prüfungscode: MB-500
- Prüfungsname: Microsoft Dynamics 365: Finance and Operations Apps Developer Exam
- Zertifizierungsanbieter: Microsoft
- Zuletzt aktualisiert am: 06.05.2025
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.
A company is automating manual processes in the Dynamics 365 finance and operations apps.
The company has the following batch groups and priorities configured:
The batch processes run during the following times of day:
The company requires a process that meets the following requirements:
• Runs every weekday.
• Runs outside of work hours.
• Runs with at least a high priority.
You need to automate the manual process.
Solution: Create a batch job to have an active period of AFTERHOURS and a recurrence of Daily.
Select the Every Weekday setting, and set the batch job to run as part of BATCHGROUP2.
Does the solution meet the goal?
- A . Yes
- B . No
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)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
What should you do to add the ‚Quarantine‘ and ‚InTransit‘ statuses to the existing ‚truckStatus‘ enumeration?
- A . Modify the base enumeration
- B . Extend the enumeration using an overlay
- C . Use a post handler to add new enumeration values
- D . Add a new case statement in the model
HOTSPOT
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.
You are Dynamics 365 Finance developer.
You need to initialize an embedded Microsoft Power Bl report.
Which code segment should you add to the form initialization method?
- A . addReportControl(formGroupControl)
- B . initializeReportControlInternal(powerBIConfiguration, reportparameters, reportControl, showError)
- C . InitializeReportControl(workspaceName, Formgroup)
- D . deployorUpdateReport(powerBIConfiguration, reportName, resourceName)
HOTSPOT
A company requires a change to one of the base Microsoft SQL Server Reporting Services (SSRS) reports. The report must include a new field that automatically filters the report based on the user who opens the report.
You need to add the new field as specified.
What should you do? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
You need to design a form to display the check data.
Which two form patterns can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . Details master
- B . Simple List
- C . Simple List and Details
- D . List page
DRAG DROP
You are a Dynamics 365 Finance developer.
A long-running process times out in the system.
You need to implement the asynchronous framework to resolve this issue.
Which class runAsync method should you use for each use case? To answer, drag the appropriate classes to the correct use cases. Each class 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.
You are a Dynamics 365 Finance developer.
You need to create an extension class.
Which action should you perform?
- A . Decorate the class with the ExtensionOf attribute.
- B . Add the class buffer as the first parameter.
- C . Mark the class as public.
- D . Mark the class as private.
You are a Dynamics 365 Finance developer.
You need to create an extension class.
Which action should you perform?
- A . Decorate the class with the ExtensionOf attribute.
- B . Add the class buffer as the first parameter.
- C . Mark the class as public.
- D . Mark the class as private.