Microsoft Dynamics AX 2012 R3 CU8 Development Introduction (MB6-704) Free Practice Test
Question 1
What can you prevent an object from accessing by using a display method authorization?
Correct Answer: D
Question 2
You have the following X++ statement:


Correct Answer: B
Question 3
You plan to import a .xpo file to Dynamics AX.
You need to identify which changes the .xpo code will make to the Dynamics AX environment prior to importing the .xpo file,
Which tool should you use?
You need to identify which changes the .xpo code will make to the Dynamics AX environment prior to importing the .xpo file,
Which tool should you use?
Correct Answer: B
Question 4
You need to display data on a new form.
What should you do?
What should you do?
Correct Answer: C
Question 5
You have a class named Class l that contains a static method named smethodl and an instance method named method2.
Class l contains the following X+ + code: (Line numbers are included for reference only.)

You need to call smethodl from method2.
Which code segment should you insert at line 10?
Class l contains the following X+ + code: (Line numbers are included for reference only.)

You need to call smethodl from method2.
Which code segment should you insert at line 10?
Correct Answer: C
Question 6
You need to set the code permission of an action menu item.
Which property should you use?
Which property should you use?
Correct Answer: B
Question 7
You have a table named sales Table that contains the data shown in the following table.

You have the following X++ statement:

You need to identify the output of the X++ statement.
What should you identify?

You have the following X++ statement:

You need to identify the output of the X++ statement.
What should you identify?
Correct Answer: A
Question 8
You need to identify which permission can be set only on a form that has date effective data.
Which permission should you identify?
Which permission should you identify?
Correct Answer: A
Question 9
You have two data sources named Items and Item Details. There is a relationship between the data sources. Item Details contains detailed information about each item in Items. You plan to create a form that contains two grids.
You need to configure the form to display the details of an item when the item is selected.
What should you set?
You need to configure the form to display the details of an item when the item is selected.
What should you set?
Correct Answer: A