Microsoft MB-500 Practice Test - Questions Answers, Page 24
List of questions
Related questions
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?
Yes
No
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 batch job recurrence of Daily. Set the batch job to run as part of BATCHGROUP2.
Does the solution meet the goal?
Yes
No
DRAG DROP
You create a table in Dynamics 365 Finance.
You must create a unique index from an existing field named FMAssetld
You need to set the index as the primary key of the table after you create the index.
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.
DRAG DROP
A company uses Dynamics 365 Finance. The company is implementing an independent software vendor (ISV) solution.
You overlay the ISV code to add functionality to the solution.
You need to configure code compare options.
Which code compare option should you use? To answer, drag the appropriate code compare options to the correct scenarios. Each code compare 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.
DRAG DROP
You use Dynamics 365 Finance.
You must loop through the customers table and display in the Ul the customer account numbers that meet the following requirements:
* Include the first 100 customers.
* The account numbers must be greater than 1.000.
* Order the results from larger to smaller by the customer account number.
You need to write the SQL statement by using SQL in X++.
Which four statements should you include in sequence;1 To answer, move the appropriate statements from the list of statements to the answer area and arrange them in the correct order.
DRAG DROP
You are importing data packages into Dynamics 365 Finance from external systems.
You must import the data packages by using the Data management package REST API. You must check the status alter the import is triggered.
You need to call the HTTP operations.
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.
A company is implementing Dynamics 365 finance and operations apps.
The company must test the custom enhancements for its native Dynamics 365 finance and operations apps.
You need to create a test case within a development environment.
Which base class should the test class extend?
SysTestSuite
SysTestCase
SysTestExecute
SysTest
You ate Dynamics 365 Finance developer.
You need lo initialize an embedded Microsoft Power Bl report.
Which code segment should you add to the form initialization method?
A company is implementing Dynamics 365 finance and operations apps.
The company must integrate its native Dynamics 365 finance and operations apps custom enhancements with Azure.
You need to create the custom business events within a development environment.
Which two classes should you use to extend the custom business events? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Business EventsContractField
BusinessEvent
BusinessEventsContract
Business Events Base
You are a Dynamics 365 Finance developer.
Users report that a sales table details form takes a long time to load and display data. You need to optimize the performance by implementing caching.
Which two actions should you perform? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Associate all display and edit methods with the form data source instead of the table.
Call the FormDataSource.research method.
Call the FormDataSource.cacheAddMethod method.
Create display and edit methods on the table instead of the form data source.
Question