Microsoft Development, Extensions and Deployment for Microsoft Dynamics 365 for Finance and Operations - MB6-894 Exam Practice Test

Question 1
You are an Independent Software Vendor (ISV) developer and are creating a new form for an existing solution.
Business requirements state that the form must always open in a grid view.
What should you modify to fulfill this requirement?

Correct Answer: C
Question 2
You are working in a Microsoft Dynamics 365 for Retail environment and are troubleshooting a scanner that is not able to scan a bar code on an item.
You review the event logs on the Retail Server and find several recent events in which the AppSessionId is a non-empty GUID and the UserSessionId contains an empty GUID.
What is the main cause of the events in the event log?

Correct Answer: C
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 3
You are a developer and want to create an extension of an existing Extended Data Type (EDT) that is a string primitive data type.
Which two EDT properties are extendable? Each correct answer presents a complete solution.

Correct Answer: A,B
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 4
You want to install an Application Metadata hotfix in your Microsoft Dynamics 365 for Finance and Operations development environment.
You find and download the hotfix zip file from Lifecycle Services (LCS) and extract the hotfix package form the file.
Which command-line utility should you use to prepare the installation of the hotfix package?

Correct Answer: C
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 5
You are an Independent Software Vendor (ISV) developer adding functionality to an existing solution. The solution's model has a label file of XYZen-US.label.txt.
You finish creating a job and an action menu item to launch the job.
You need to create a new label in the label file for the menu item.
Which two steps are recommended when creating the label? Each correct answer presents part of the solution.

Correct Answer: C,D
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 6
You are working for a client in a new Microsoft Dynamics 365 for Finance and Operations developer virtual machine (VM). The client has existing models and solutions checked into version control with Visual Studio Team Services.
You connect to the Visual Studio Team Services site and want to access the client's existing models to view X++ source code in the Application Object Tree (AOT).
To achieve this goal, which two directories do you need to map to your local VM? Each correct answer presents part of the solution.

Correct Answer: A,D
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 7
You create a new retail server API for a Cloud point-of-sale (POS) solution in Microsoft Dynamics 365 for Retail.
You need to register your new retail server extension.
Which file should you update?

Correct Answer: A
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 8
You are an Independent Software Vendor (ISV) developer and are reviewing another developer's changes to a project.
You run the Best Practices Fixer on the project. The following error message appears in the error list in Visual Studio for the display menu item XYZ:
BP Rule: [BPErrorMenuItemNotCoveredByPrivilege]:Path: [dynamics://MenuItemDisplay/ XYZ]:BPErrorMenuItemNotCoveredByPrivilege: 'AxMenuItemDisplay' 'XYZ' is not covered by privilege: XYZ (USR) [YourModule] Based on this error message, which recommendation should you make to the developer?

Correct Answer: D
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 9
What is an example of a best practice for creating base enumerations?

Correct Answer: D