MB6-704 Exam Questions
106 real MB6-704 exam questions with expert-verified answers and explanations. Page 2 of 3.
- Question #51
You have two tables named CustTable and CustGroup. Each record in CustTable references a record in CustGroup. You need to create a delete action to ensure that the records in CustG...
- Question #52
In Microsoft Dynamics AX 2012, which security elements are grouped into process cycles?
- Question #53
Which of the following statements defines a constrained table within a Microsoft Dynamic AX 2012 security policy that has been defined by using the Extensible Data Security (XDS) f...
- Question #54
Which of the following statements about the Microsoft Dynamics AX 2012 extensible data security framework is true?
- Question #55
You are developing a Microsoft Dynamics AX 2012 class. When should you declare variables in a method?
- Question #56
LastName is a field ina table. The length of the field is modified at different layers as follows: - At the SYS layer, the field is set to 20 characters. - At the USR layer, the fi...
- Question #57
You have the following X++ code that contains an SQL statement: Which two statements accurately describe the code? Each correct answer presents a complete solution.
- Question #58
You create a duty to maintain customer master information. You need to identify to which elements you can add the duty. Which two elements should you identify? Each correct answer...
- Question #59
You have a table named Tablel that contains a string field named Description. Users want to search for records in Tablel based on words that might be present in Description. The wo...
- Question #60
Which three statements accurately describe views in Dynamics AX? Each correct answer presents a complete solution.
- Question #61
You need to extract the last three characters from the string value of 122018 by using X++ code. Which two code segments achieve this goal? Each correct answer presents a complete...
- Question #62
You are planning the Dynamics AX architecture for a company that has two legal entities. You need to recommend a solution that meets the following requirements: - Application logic...
- Question #63
Which three types of components can be customized by using the MorphX development environment? Each correct answer presents a complete solution.
- Question #64
You have two tables named Tablel and Table2. There is a relationship between the tables. You need to display data from both tables in a form. How should you create the data source...
- Question #65
You need to display data on a new form. What should you do?
- Question #66
You have a form that displays a list of items from a table named Tablel. You need to prevent all users from updating the records by using the form. What should you modify?
- Question #67
You are writing logic to fetch data from a database. The logic will use a select statement. You need to identify which keyword to use to fetch a single record from the database. Wh...
- Question #68
You are developing a solution to insert and update records in a table named Tablel. Tablel is structured as shown in the following table. You have the following X++ code: You need...
- Question #69
You have a process that throws an UpdateConflict exception. You need to identify a possible cause of the exception. What should you identify?
- Question #70
Which elements can contain X++ methods?
- Question #71
Which statement accurately describes a model in Dynamic AX?
- Question #72
You need to provide users with the ability to open a Microsoft SQL Server Reporting Services (SSRS) report from a form. What should you use?
- Question #73
You have a table named VendTable that contains a field named MainContactWorker. MainContactWorker is the reference Recid. Many records in the VendTable table have the same value fo...
- Question #74
A developer writes code by using X++. You need to identify whether the code violates best practices. Which tool should you use?
- Question #75
You enable a feature for a Dynamics AX instance. What should you use?
- Question #76
You are developing a solution for a customer. You plan to add a local embedded function to perform a recursive operation by using the following code: You need to identify which var...
- Question #77
You have the following X++ code: (Line numbers are included for reference only.) Methodl and method2 are in Classl. Method3 is in Class2. You need to set the value of vanable3 to t...
- Question #78
You have a table named salesTable 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....
- Question #79
You have the following X++ statement: You need to identity the output of the statement. What should you identify?
- Question #80
You create a privilege to maintain vendor information. To whichtwo elements can you add the privilege? Each correct answer presents a complete solution.
- Question #81
A table named Table 1has a string field named AccountNum. You have an instance of Tablel named tablel. You need to print the value of AccountNum to the infolog. Which code segment...
- Question #82
You are developing a solution by using X**. The solution updates multiple records. You need to ensure that if the solution attempts to modify records that currently are being edite...
- Question #83
Which three tasks are performed by an Application Object Server (AOS)? Each correct answer presents a complete solution.
- Question #84
You have the following X++ statement:
- Question #85
You have the following X++ statement: You need to identify the output of the statement. What should you identify?
- Question #86
You need to identify which elements the Reverse engineer tool will provide for a data model. Which three elements should you identify? Each correct answer presents part of the solu...
- Question #87
You need to provide a user from Active Directory with access to Dynamics AX. The user will access Dynamics AX by using the Dynamics AX client. The user will be an internal user. In...
- Question #88
You have the following X++ code: (Line numbers are included for reference only.) Methodl and method2 are in Classl. Method3 is in Class2. You need to set variablel for classlObj to...
- Question #89
You need to explicitly request permission to invoke a secured class. Which two methods should you use? Each correct answer presents part of the solution.
- Question #90
Which two statements accurately describe the characteristics of X++?
- Question #91
You have a Dynamics AX deployment that contains three legal entities. You need to search for records across all three legal entities. What should you create?
- Question #92
You are developing a solution to store sales orders in Dynamics AX. Each sales order can contain multiple sales order lines. A sales order line can be part of only one sales order....
- Question #93
In Microsoft Dynamics AX 2012, which of the following statements about table relations are true? (Choose all that apply.)
- Question #94
In Microsoft Dynamics AX 2012, which of the following statements are true when the DeleteAction property of a table is set to Cascade + Restricted?
- Question #95
In Microsoft Dynamics AX 2012, which of the following statements are true when the extended data type (EDT) property Direction is set to RTL? (Choose all that apply.)
- Question #96
In Microsoft Dynamics AX 2012, what is the default Array length value of a new base enumeration extended data type (EDT)?
- Question #97
In Microsoft Dynamics AX 2012, which of the following statements about table maps are true? (Choose all that apply.)
- Question #98
In Microsoft Dynamics AX 2012, which of the following statements about views are true? (Choose all that apply.)
- Question #99
You are developing forms and menu items in Microsoft Dynamics AX 2012. You need to ensure that users can activate form objects from the user interface. Which type of menu item shou...
- Question #100
You are developing a Microsoft Dynamics AX 2012 display menu item. What should you specify in the Object property of the menu item?