Microsoft MB-500 Übungsprüfungen
Zuletzt aktualisiert am 24.04.2025- Prüfungscode: MB-500
- Prüfungsname: Microsoft Dynamics 365: Finance and Operations Apps Developer Exam
- Zertifizierungsanbieter: Microsoft
- Zuletzt aktualisiert am: 24.04.2025
You have a table in which multiple properties must be changed. Multiple table properties are locked down at the base table and must not be overwritten.
You need to modify the table properties by extending the table.
Which table property can you populate in a table extension by using the property sheet?
- A . Created by
- B . Table group
- C . Configuration key
- D . Cache lookup
DRAG DROP
You are developing new features for an app.
You must perform unit testing for the features by using the SysTest framework.
You need to create unit test code using appropriate test attributes.
Which test attribute should you use? To answer, drag the appropriate test attributes to the correct descriptions. Each test 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.
You are a Dynamics 365 Finance developer. You need to create an extension class.
Which action should you perform?
- A . Add the class buffer as the first parameter.
- B . Mark the class as final.
- C . Mark the class as public.
- D . Mark the class as protected.
A company is implementing Dynamics 365 finance and operations apps.
The company must functionally test its native Dynamics 365 finance and operations apps with specific data values.
You need to add specific values on test data within a development environment.
Which two fluent setter methods can you use to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . post<Co««andPara«terUame>
- B . for<ComntandParBTeterNa»te>
- C . set<ComandParaweterfJatie>
- D . create<ComandParameterHane>
- E . save<ComanndParametername>
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 an extension for AccountBase and decrease the field size.
- B . Create an extension for AccountId and increase the field size.
- C . Create a derived EDT for AccountId and decrease the field size.
- D . Create an extension for AccountBase and increase the field size.
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 . Create an aggregate data entity for the LeadsTable.
- D . Enable data management capabilities on the data entity.
Vou are a Dynamics 365 finance developer.
You create an integer variable named inventQuantity.
You need to display the value from inventQuantlty in an info statement
Which code segment should you use?
- A . info(inventQiuntIty);
- B . info{*trlen(int2str<inve«tQu««tity));
- C . info(int2str{inventQi.«ntity));
DRAG DROP
A company uses Dynamics 365 Finance. The company creates an asset library.
You need to upload assets for a solution to the asset library.
Which asset types should you use? To answer, drag the appropriate asset types to the correct activities. Each asset 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.
A company uses Dynamics 365 Finance. The company has a customized version of the sales invoice report.
The sales department requires a new field in the header of the report. You add the field in the report in Visual Studio. You build the Visual Studio solution and test the changes to the report in your development environment.
The new field does not appear in the print preview of the report.
You need to ensure that the new field appears in the header.
What should you do?
- A . Synchronize the database from Visual Studio.
- B . Restart the SQL Server Reporting Services service.
- C . Restart IIS/IIS Express
- D . Deploy the report.
A company uses Dynamics 365 Finance.
The company requires you to create a custom service.
You need to create request and response classes for the custom service.
Which class attribute should you use?
- A . DataContract
- B . DalaEventHandler
- C . DataCollection