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

Question #11 (Topic: Topic 1)
Your coding team is moving from the Peri programming language to X++ code, and you need to explain the key operations of the X++ language to junior
programmers.
Which operator decrements the current value of the variable on the left by the expression on the right?
A. -= B. = C. - D. - -
Answer: A
Question #12 (Topic: Topic 1)
Developers on your team need to use IntelliSense during the coding process by supplying a list of potential elements from the Application Object Tree (AOT).
Because you are converting from an earlier version of the MorphX environment that did not have InteliSense, you need to explain advantages of InteliSense to the
development team.
Which two descriptions should you provide to your team? Each correct answer presents a complete solution.
A. It helps maintain consistent spelling of elements. B. It prompts the user for known methods and possible choices. C. It consumes assemblies directly within the application. D. It can efficiently reference classes that are available in other .NET assembly DLL files.
Answer: BD
Question #13 (Topic: Topic 1)
You are evaluating the following code:
[Microsoft-MB6-894-1.0/xmlfile-9_1.png]
What is the output of this statement?
A.
[Microsoft-MB6-894-1.0/xmlfile-9_2.png]
B.
[Microsoft-MB6-894-1.0/xmlfile-9_3.png]
C.
[Microsoft-MB6-894-1.0/xmlfile-9_4.png]
D.
[Microsoft-MB6-894-1.0/xmlfile-10_1.png]
Answer: C
Question #14 (Topic: Topic 1)
You are developing a solution to insert and update records in a table named Table1, and you need to ensure that you handle the possible exceptions. Table1 does
not have any unique indexes that include the ID or the Description fields.
The table has the following structure:
[Microsoft-MB6-894-1.0/xmlfile-10_2.png]
Additionally, you have the following X++CODE:
[Microsoft-MB6-894-1.0/xmlfile-11_1.png]
What is the output of the X++ code?
A.
[Microsoft-MB6-894-1.0/xmlfile-12_1.png]
B.
[Microsoft-MB6-894-1.0/xmlfile-12_2.png]
C.
[Microsoft-MB6-894-1.0/xmlfile-12_3.png]
D.
[Microsoft-MB6-894-1.0/xmlfile-12_4.png]
Answer: A
Question #15 (Topic: Topic 1)
You are writing a method to create a new Customer group. You begin by writing the following code:
[Microsoft-MB6-894-1.0/xmlfile-13_1.png]
You need to complete the method.
With which statement should you replace the TODO comment line to accomplish this goal?
A. custGroup.insert(); B. RecordInsertList.add(custGroup); C. insert_recordset custGroup (CustGroup,Name); D. custGroup.merge();
Answer: A
Download Exam
Page: 3 / 18
Total 88 questions