Microsoft Dynamics AX 2012 R3 CU8 Development Introduction v7.0 (MB6-704)

Page:    1 / 6   
Total 93 questions

What can you prevent an object from accessing by using a display method authorization?

  • A. Data from forms
  • B. Data from jobs
  • C. Data from reports
  • D. Data from tables


Answer : A

You have a table named Table l that contains a string field named Description.
Users want to search for records in Table l based on words that might be present in
Description. The words can be anywhere in the Description field.
You need to ensure that when the users create queries that are filtered based on the
Description field, the query results must be returned in the least amount of time possible.
What should you do on Table l?

  • A. Create a non-unique index in Description.
  • B. Add Description to the AutoSummary field group.
  • C. Create a full text index in Description.
  • D. Write a find method.


Answer : C

You enable a feature for a Dynamics AX instance.
What should you use?

  • A. An extensible data security (XDS) policy
  • B. A configuration key
  • C. The Table Permissions Framework (TPF)
  • D. A security key


Answer : B

You need to add a conditional statement into a query object.
Which class should you use?

  • A. Query Item
  • B. Query Build Data Source
  • C. Query
  • D. Query Range


Answer : C

Which statement accurately describes a model in Dynamic AX?

  • A. A model can be used to group other models.
  • B. A model can group elements at multiple layers.
  • C. A model can group elements only at a specific layer.
  • D. An element that exists only in one layer can be in multiple models in the same layer.


Answer : C

You have a form that uses a grid view. The form has one data source.
You need to identify when the data entered in the form is committed to the database table.
What should you identify?

  • A. When the form is compiled
  • B. When the focus changes from one row to another row
  • C. When the form is synchronized
  • D. When the focus changes between fields in the same row


Answer : B

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 solution.

  • A. = substr('122018', 0,3)
  • B. = substr('122018', 4,3)
  • C. = substr('122018', 6,-3)
  • D. = str2num('122018', 3)
  • E. = str2num('122018', -3)


Answer : B,C

Your company is performing a security audit.
You need to provide a list of all the roles that have access to a form named Form l.
What should you do?

  • A. From the Dynamics AX client open System administration, click Common, click Users, and then click Users
  • B. From the File menu of the Dynamics AX client, click Tools and then click Options
  • C. From the Application Object Tree (AOT), right-click Form l, click Add-ins click Security tools, and then click View related security roles.
  • D. From the Application Object Tree (AOT), open Security, right-click a role, click Add-ins. click Security tools, and then click View related security objects.


Answer : C

You need to create a user interface that displays all of the records for a custom module.
The user interface must have an action pane, filters, a grid, form parts, and preview information.
Which form template should you use?

  • A. Detail Form Transaction
  • B. List Page
  • C. Simple List
  • D. Drop Dialog


Answer : A

You create a privilege to maintain vendor information.
To which two elements can you add the privilege? Each correct answer presents a complete solution.

  • A. Policies
  • B. Process Cycles
  • C. Duties
  • D. Roles
  • E. Permissions


Answer : B,C

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 must be shared between the two legal entities.
-> Integration ports must be shared between the two legal entities.
-> Data must not be shared between the two legal entities.
What should you recommend creating?

  • A. Two separate Dynamics AX instances that each has one data partition and one legal entity
  • B. One Dynamics AX instance that has one data partition and two legal entities
  • C. One Dynamics AX instance that has two Application Object Server (AOS) instances with a legal entity for each AOS instance
  • D. One Dynamics AX instance that has two data partitions with one legal entity in each partition


Answer : D

You have a job that contains the following X++ code: (Line numbers are included for reference only.)


You need to identify which code must be inserted at line 10 to ensure that line 12 executes.
Which code segment should you insert at line 10?

  • A. Catch (exception::error)
  • B. Catch (exception::warning)
  • C. Catch (exception::sequence)
  • D. Catch (exception::numeric)


Answer : D

You have a process that throws an Update Conflict exception.
You need to identify a possible cause of the exception.
What should you identify?

  • A. The security for the table in which the record resides was changed between the time you selected the record for update and the time you attempted to change the record.
  • B. a new record was inserted in the table between the time you selected the record for update and the time you attempted to change the record.
  • C. The table in which the record resides was renamed between the time you selected the record for update and the time you attempted to change the record.
  • D. The record changed between the time you selected the record for update and the time you attempted to change the record.


Answer : D

You have the following X++ statement:


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

  • A. 2
  • B. 4
  • C. 2
  • D. 2


Answer : A

You have the following X++ statement:


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

  • A. 1
  • B. 0
  • C. 1
  • D. 0


Answer : C

Page:    1 / 6   
Total 93 questions