Microsoft MB6-890 - Microsoft Dynamics AX Development Introduction Exam
Page: 1 / 19
Total 92 questions
Question #1 (Topic: Topic 1)
You are working in a Visual Studio development environment and want to call a class to
update some records. Which type of menu item should you use?
update some records. Which type of menu item should you use?
A. Output
B. Action
C. Auto
D. Display
Answer: B
Question #2 (Topic: Topic 1)
You are required to configure a Microsoft Dynamics AX production environment for your
customer.
You need to configure the Dynamics AX server as part of the overall installation and
configuration.
Which two components can be used to deploy the server? Each correct answer presents a
complete solution.
customer.
You need to configure the Dynamics AX server as part of the overall installation and
configuration.
Which two components can be used to deploy the server? Each correct answer presents a
complete solution.
A. Database
B. Azure Infrastructure as a Service (IaaS) Virtual Machines
C. Windows PowerShell Commands
D. Internet Information Services (DA) web application
Answer: A,B
Question #3 (Topic: Topic 1)
A relationship is defined between two tables named CustTable and CustGroup. Each
record in CustTable references a record in CustGroup.
You need to set up delete actions to ensure that records in CustGroup can only be deleted
if there are no CustTable records that reference or relate to the record.
Which values for the On Delete property for the relation should you specify?
record in CustTable references a record in CustGroup.
You need to set up delete actions to ensure that records in CustGroup can only be deleted
if there are no CustTable records that reference or relate to the record.
Which values for the On Delete property for the relation should you specify?
A. None
B. Cascade + Restricted
C. Restricted
D. Cascade
Answer: D
Question #4 (Topic: Topic 1)
You have an X++ class that has the following code:
[Microsoft-MB6-890-8.0/Microsoft-MB6-890-4_2.png]
You are writing a static method. You have an object of AssetBookCompareContract named
assetBookCompareContractObj that is initialized within this method.
You need to print the current value of the firstAssetBookld variable from the
assetBookCompareContractObj object.
Which piece of code should you use to achieve this goal?
[Microsoft-MB6-890-8.0/Microsoft-MB6-890-4_2.png]
You are writing a static method. You have an object of AssetBookCompareContract named
assetBookCompareContractObj that is initialized within this method.
You need to print the current value of the firstAssetBookld variable from the
assetBookCompareContractObj object.
Which piece of code should you use to achieve this goal?
A. irvFo(assetBookCompareContractObj : :fIrstAssetBookld);
B. info(assetBookCompareContractObj.f IrstAssetBookld);
C. info(assetBookCompareContractObj.panmFirstAssetBookId(“”));
D. info(assetBookCompareContractObj.parmFirstAssel:BookId());
Answer: D
Question #5 (Topic: Topic 1)
You have a table named CustTable. which has the following three fields: AccountNum,
Currency, and CustGroup. You need to wnte X++ code to insert a record into CustTable
and set the values of the three fields as follows:
AccountNum = "5000-
Currency = "USD"
CustGroup="30"
Which two code segments can you use to achieve this goal? Each correct answer presents
a complete solution.
A)
[Microsoft-MB6-890-8.0/Microsoft-MB6-890-5_2.png]
B)
[Microsoft-MB6-890-8.0/Microsoft-MB6-890-5_3.png]
C)
[Microsoft-MB6-890-8.0/Microsoft-MB6-890-5_4.png]
D)
[Microsoft-MB6-890-8.0/Microsoft-MB6-890-6_2.png]
Currency, and CustGroup. You need to wnte X++ code to insert a record into CustTable
and set the values of the three fields as follows:
AccountNum = "5000-
Currency = "USD"
CustGroup="30"
Which two code segments can you use to achieve this goal? Each correct answer presents
a complete solution.
A)
[Microsoft-MB6-890-8.0/Microsoft-MB6-890-5_2.png]
B)
[Microsoft-MB6-890-8.0/Microsoft-MB6-890-5_3.png]
C)
[Microsoft-MB6-890-8.0/Microsoft-MB6-890-5_4.png]
D)
[Microsoft-MB6-890-8.0/Microsoft-MB6-890-6_2.png]
A. Option A
B. Option B
C. Option D
D. Option D
Answer: C,D