MB6-704 Exam Dumps with PDF and VCE Download (41-60)

Page 1

Free VCE and PDF Exam Dumps from PassLeader

  

Vendor: Microsoft Exam Code: MB6-704

Exam Name: Microsoft Dynamics AX 2012 R3 CU8 Development Introduction 

Question 41 -- Question 60

Visit PassLeader and Download Full Version MB6-704 Exam Dumps QUESTION 41 You are developing X++ code to update multiple records as a single transaction. The records are located in several tables. You need to ensure that if an update of one of the records falls, none of the records update. What should you use? A. B. C. D.

Try and catch Ttsbegin and ttscommit Insertrecordset and ttsabort Forupdate and ttsabort

Answer: B QUESTION 42 You need to store the preferred method of correspondence in a table named DirPersonTable. The solution must meet the following requirements: - The table must have a field that stores the preferred method of correspondence. - The field must have values of Mail, E-mail, or Unknown. - The text representing the preferred method of correspondence valueson forms must be localized to the language used by the user. - The values in the database must not be localized. How should you create the field in DirPersonTable? A. Create an extended data type (EDT) used to store the preferred method of correspondence. The EDT must extend from the string. Use the EDT to create the field in DirPersonTable. B. Create an enum that stores the preferred method of correspondence and has the values of Mail, E-mail, and Unknown. Use this enum to create the field in DirPersonTable. C. Create a string field that stores the preferred method of correspondence. D. Create an integer field that stores the preferred method of correspondence. Answer: C QUESTION 43 You need to identify how the Application Object Server (AOS) implements Code Access Security to prevent securedAPIs from being invoked by un trusted code. Which three verifications are performed by the AOS? Each correct answer presents part of the

MB6-704 Exam Dumps MB6-704 Exam Questions MB6-704 VCE & PDF Dumps http://www.passleader.com/mb6-704.html


Free VCE and PDF Exam Dumps from PassLeader solution. A. B. C. D. E.

That the assert is executed on the multiple tiers from the secured class That the code asserts the appropriate permission on the call stack to use the secured class That the assert is executed in trusted code and saved in the Application Object Tree (AOT) That the assert is executed on the same tier as the secured class That the assert modifies the client only invocations of the secured class

Answer: CDE QUESTION 44 You have two data sources named Items and ItemDetails. There is a relationship between the data sources. ItemDetails 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? A. B. C. D.

The LinkType of Items The JoinSource of Items The LinkType of ItemDetails The JoinSource of ItemDetails

Answer: A QUESTION 45 You have the following X++ code: (Line numbers are included for reference only.)

MB6-704 Exam Dumps MB6-704 Exam Questions MB6-704 VCE & PDF Dumps http://www.passleader.com/mb6-704.html


Free VCE and PDF Exam Dumps from PassLeader Methodl and method2 are in Classl. Method3 is in Class2. You need to identify the value of varl for the cl object when the execution of the code reaches line 22. Which value should you identify? A. B. C. D.

10 Undefined 0 5

Answer: A QUESTION 46 You have a class named Classl. You need to identify all of the classes that extend Classl. Which tool should you use? A. B. C. D.

The Type hierarchy browser The Tracing cockpit The Code profiler The Compare tool

Answer: B QUESTION 47 You have the following X++ statement:

You need to identify the output of the statement. What should you identify? A. B. C. D.

1 0 1 0

Answer: A QUESTION 48 You make changes to the security configuration of a role. You need to ensure that the changes appear in the Application Object Tree (AOT) immediately. What should you select from the Caches menu? A. B. C. D.

Refresh data Refresh dictionary Refresh report server Refresh elements

MB6-704 Exam Dumps MB6-704 Exam Questions MB6-704 VCE & PDF Dumps http://www.passleader.com/mb6-704.html


Free VCE and PDF Exam Dumps from PassLeader Answer: A QUESTION 49 Your company is performing a security audit. You need to provide a list of all the roles that have access to a form named Forml. 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 Forml, 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: A QUESTION 50 You have a class named Classl thatcontains a static method namedsmethodl and an instance method named method2. Classl contains the following X+ + code: (Line numbers are included for reference only.)

You need to callsmethodl from meThod2. Which code segment should you insert at line 10? A. B. C. D.

Closs l.smethodl() Classl::smethodl () This::smethodl() This.smthodl()

Answer: B 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 CustGroup can be deleted only if there are no records in CustTable that reference the record in CustGroup. What should you do? A. On CustGroup, create a Cascade delete action for CustTable.

MB6-704 Exam Dumps MB6-704 Exam Questions MB6-704 VCE & PDF Dumps http://www.passleader.com/mb6-704.html


Free VCE and PDF Exam Dumps from PassLeader B. On CustGroup, create a Restricted delete action for CustTable. C. On CustTable, create a Restricted delete action for CustGroup. D. On CustTable, create a Cascade delete action for CustGroup. Answer: A QUESTION 52 In Microsoft Dynamics AX 2012, which security elements are grouped into process cycles? A. B. C. D.

Duties Roles Permissions Privileges

Answer: A 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) framework? A. B. C. D.

A constrained table determines how data is filtered. A constrained table returns data from the primary table. A constrained table holds data that has been filtered based on the policy. A constrained table controls the circumstances under which the policy is applied.

Answer: C QUESTION 54 Which of the following statements about the Microsoft Dynamics AX 2012 extensible data security framework is true? A. B. C. D.

Security policies are automatically enforced in display and edit methods. Security policies are automatically enforced in the Application Object Server (AOS). Security policies are automatically enforced in Application Object Tree (AOT) forms only. System administrators create security policies and determine which tables the security policies will affect.

Answer: B QUESTION 55 You are developing a Microsoft Dynamics AX 2012 class. When should you declare variables in a method? A. B. C. D.

After the code. Before the code. Inline before the variables are used. It is not necessary to declare variables.

Answer: B QUESTION 56 LastName is a field ina table. The length of the field is modified at different layers as follows:

MB6-704 Exam Dumps MB6-704 Exam Questions MB6-704 VCE & PDF Dumps http://www.passleader.com/mb6-704.html


Free VCE and PDF Exam Dumps from PassLeader - At the SYS layer, the field is set to 20 characters. - At the USR layer, the field is set to 60 characters. - At the CUS layer, the field is set to 40 characters. - At the VAR layer the field it is set to 10 characters. At runtime, what will be the length of the LastName field? A. B. C. D.

40 10 20 60

Answer: D 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. A. B. C. D.

The code does not enforce field-level security. The results variable only contains data from the partition into which the user is logged. The code does not enforce row-level security. The results variable only contains data from the legal entity in to which the user is logged.

Answer: AB 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 presents a complete solution. A. B. C. D. E.

Process Cycles Policies Permissions Privileges Roles

Answer: AB 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 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

MB6-704 Exam Dumps MB6-704 Exam Questions MB6-704 VCE & PDF Dumps http://www.passleader.com/mb6-704.html


Free VCE and PDF Exam Dumps from PassLeader field, the query results must be returned in the least amount of time possible. What should you do on Tablel? A. B. C. D.

Create a non-unique index in Description. AddDescription to the AutoSummary field group. Create a full text index in Description. Write a find method.

Answer: C QUESTION 60 Which three statements accurately describe views in Dynamics AX? Each correct answer presents a complete solution. A. B. C. D. E.

A view can be created from a query. You can update a view by using the Table Browser. Views can be used to display a subset of the data from the source tables. The data for the view is refreshed periodically by using a batch job. The definition of the view is stored in the database when the view is synchronized.

Answer: ABD

Visit PassLeader and Download Full Version MB6-704 Exam Dumps

MB6-704 Exam Dumps MB6-704 Exam Questions MB6-704 VCE & PDF Dumps http://www.passleader.com/mb6-704.html


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.