Microsoft Dynamics AX Development Introduction - MB6-890 Exam Practice Test

Through which two components does Microsoft Dynamics AX UI web client interact with the metadata and other components such as Security, Cache, Workflow, and Batch? Each correct answer presents a complete solution.
Correct Answer: A,C
You have a table named SalesTable that stores sales data. The SalesTable table has a field named Deadline, which is of type Date. You need to write X++ code to update the deadlines of all records in the SalesTable and set the value to today's date. Which code segment should you use?
Correct Answer: B
You need to ensure that the custom roles that are created for your company comply with the segregation of duties. What are three possible ways to achieve this goal? Each correct answer presents a complete solution.
Correct Answer: A,C,E
You have an X+ + class that has the following code:
public class CustAdvancelnvoiceJourDP
{
private void insertCustVendAdvanceInvoiceJourTmp()
{
// do work
}
public void processReport()
{
// call InsertCustVendAdvancelnvoiceJourTmp
}
}
You need to call insertCustVendAdvancelnvoiceJourTmpO from the processReport method on the current instance of the object Which piece of code should you write within the processReport method to achieve this goal?
Correct Answer: C
Your solution stores customers in a table named Gust Table. CustTable contains a field named AccountNum, which is used to store the unique account number for a customer.
Data in the AccountNum field is 4 characters in length.
You need to retrieve only the records in CustTable where the second character of the
Account Number is the letter "H".
How should you write the select statement?
Correct Answer: C
You need to find and change the help text on a field and propagate it to all occurrences within the database. What should you use to achieve this goal?
Correct Answer: A
Which component of Microsoft Dynamics AX enforces user-specific data security on the data store and database?
Correct Answer: B
You are writing a class named Asset Copy.
You need to create a menu item that, when clicked, runs code written in the Asset Copy class.
What should you do to achieve this goal?
Correct Answer: A
You are using the Visual Studio development environment to perform a customization for your client.
You need to follow best practices to create a new table to store customer ranking information for each customer.
What should you name this new table element?
Correct Answer: C
You need to configure a Microsoft Dynamics AX development environment on the cloud for your customer. Which service should you use to deploy on Microsoft Azure?
Correct Answer: A