mb6-869 exam

27
Q: 1 You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You have received instructions to design business logic for ABC.com in Microsoft Dynamics AX2012.Which of the following actions should you take? A. You should consider making use of either the IntelliMorph, or the MorphX IDE tools. B. You should consider making use of either MorphX IDE, or Microsoft Visual Studio 2012 IDE. C. You should consider making use of either Microsoft SQL Server, the MorphX IDE tools. D. You should consider making use of either Microsoft Visual Studio 2012 IDE, or the IntelliMorphtool. E. You should consider making use of either Microsoft Visual Studio 2012 IDE or Microsoft SQLServer. Answer: B Q: 2 You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You are preparing to develop a form and a report for a Microsoft Dynamics AX 2012 feature. Youwant the process to be handled automatically, with as little development input as possible.Which of the following actions should you take? A. You should consider making use of the IntelliMorph tool. B. You should consider making use of the MorphX IDE tool. C. You should consider making use of Microsoft SQL Server. D. You should consider making use of Microsoft Visual Studio 2012. Answer: A Q: 3

Upload: suckmydickyy

Post on 24-Oct-2015

248 views

Category:

Documents


1 download

DESCRIPTION

Microsoft Dynamics AX 2012 Development Introduction Exam Q/A

TRANSCRIPT

Page 1: MB6-869 Exam

Q: 1

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You have received instructions to design business logic for ABC.com in Microsoft Dynamics AX2012.Which of the following actions should you take?

A. You should consider making use of either the IntelliMorph, or the MorphX IDE tools.

B. You should consider making use of either MorphX IDE, or Microsoft Visual Studio 2012 IDE.

C. You should consider making use of either Microsoft SQL Server, the MorphX IDE tools.

D. You should consider making use of either Microsoft Visual Studio 2012 IDE, or the IntelliMorphtool.

E. You should consider making use of either Microsoft Visual Studio 2012 IDE or Microsoft SQLServer.

Answer: B

Q: 2

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You are preparing to develop a form and a report for a Microsoft Dynamics AX 2012 feature. Youwant the process to be handled automatically, with as little development input as possible.Which of the following actions should you take?

A. You should consider making use of the IntelliMorph tool.

B. You should consider making use of the MorphX IDE tool.

C. You should consider making use of Microsoft SQL Server.

D. You should consider making use of Microsoft Visual Studio 2012.

Answer: A

Q: 3

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.

You have been assigned a trainee developer named Mia Hamm. You are in the process ofexplaining models and the model store to Mia Hamm.Which of the following is TRUE with regards to the model store? (Choose all that apply.)

A. The model store hosts application code only.

B. The model store replaces the Application Object Data (AOD) files that were used in previouseditions of Microsoft Dynamics AX.

C. Models n the model store cannot be exported to, or impoted from model files.

Page 2: MB6-869 Exam

D. The model store hosts both metadata and application code.

Answer: B,D

Q: 4

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You have just completed creating a List page form. You want to make sure that data related to asingle record is displayed in the List page.Which of the following actions should you take?

A. You should add a FactBox directly to the FactBox pane first.

B. You should define a FactBox part in the Parts node of the AOT first.

C. You should add a FactBox directly to the Preview pane.

D. You should add a FactBox button to the action pane.

Answer: B

Q: 5

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You have been assigned a trainee developer named Mia Hamm. You are in the process ofexplaining models and the model store to Mia Hamm.

Which of the following is TRUE with regards to models? (Choose all that apply.)

A. Each element in a layer must belong to only one model.

B. Elements in a layer can belong to more than one model.

C. A model is a set of elements in a given layer.

D. Models can be exported to .aod files.

Answer: A,C

Q: 6

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.You want to visualize the application model in Microsoft Dynamics AX. You plan to make use ofthe Reverse Engineering tool.Which of the following are model types that are created by the Reverse Engineering tool for thispurpose? (Choose all that apply.)

A. UML data.

B. XML data.

Page 3: MB6-869 Exam

C. UML object.

D. XML object.

E. ERX ER data.

Answer: A,C,E

Q: 7

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You are in altering the init method of the AccountingDistribution form in the VAR layer within aproject. You have also altered the close method in the USR layer.You are preparing to export the AccountingDistribution form customizations from the ApplicationObject Tree (AOT) into an .xpo file. You want to make sure that only the close methodmodifications are part of the .xpo file during this process.

Which of the following actions should you take?

A. You should consider selecting user application object layer during the export process.

B. You should not consider selecting user application object layer.

C. You should consider selecting user application object layer prior to the export process.

D. You should consider selecting user application object layer subsequent to the export process.

Answer: A

Q: 8

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You are preparing to assign a method as an event handler in the Application Object Tree (AOT).You have decided to do this from the method node.Which of the following statements are TRUE with regards to this scenario?

A. Event handlers assigned under the method node should not include any code.

B. Event handlers assigned under the method node should include useful code.

C. You can only assign a method as an event handler for the pre-method event of another methodin the AOT.

D. You can only assign a method as an event handler for the post-method event of anothermethod in the AOT.

Answer: B

Page 4: MB6-869 Exam

Q: 9

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You are preparing to create an index on a table. The index must contain location information abouteach significant word in a string field of a table.Which of the following actions should you take?

A. You should consider creating a full text table index.

B. You should consider creating a unique table index.

C. You should consider creating a non-unique table index.

D. You should consider creating a system table index.

Answer: A

Q: 10

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.You are in the process of configuring a new table relation between two of ABC.com’s tables. Youwant to make sure that the relation field is specified to restrict the records in the related table.Whch of the following options should you use?

A. Normal

B. Field fixed

C. Related field fixed

D. New ForeignKey

Answer: C

Q: 11

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 in their environment. You are in the process of adding a delete action to a table that has table relations defined. Which of the following defines best practices for applying delete actions? (Choose all that apply.)

A. A delete action should be configured on every relation between two tables.

B. A delete action should not be configured on every relation between two tables.

C. You should make use of table delete actions to specify whether deletes are restricted or cascaded.

D. You should write code to specify whether deletes are restricted or cascaded.

Answer: A,C

Page 5: MB6-869 Exam

Q: 12

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 in their environment. You are preparing to define the extended data type (EDT) property to display user input from right to left. Which of the following statements are TRUE with regards to the extended data type (EDT)property?

A. The properties you set for an EDT are only used by that particular EDT.

B. The properties you set for an EDT are used by all instances of that type.

C. Extended data types (EDTs) are system-defined types.

D. Extended data types (EDTs) are user-defined types.

Answer: B,D

Q: 13

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You are in the process of configuring a new base enumeration extended data type (EDT).Which of the following is TRUE with regards to the Array Length property? (Choose all that apply.)

A. It is a Read-only property.

B. It is a Read-Write property.

C. The Array length value is 1 by default.

D. The Array length value is 0 by default.

Answer: A,C

Q: 14

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You have been instructed to configure a map for ABC.com’s tables. Which of the following options describe reasons for making use of table maps?

A. It presents a single interface to fields in a single table.

B. Table fields with varying names can be accessed in code in a consistent manner.

C. A single map method prevents the duplication of methods and code on each table.

D. A single map method allows the duplication of methods and code on each table.

Answer: B,C

Page 6: MB6-869 Exam

Q: 15

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You have received instructions to create a virtual table that includes the data records and fieldsthat are specified by a query.Which of the following actions should you take?

A. You should consider creating a display menu item.

B. You should consider creating a form.

C. You should consider creating a view.

D. You should consider creating a report.

Answer: C

Q: 16

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012. You are preparing to create a menu item. You need to make sure that the menu item you create can be used for updating transactions.Which of the following actions should you take?

A. You should consider creating an action menu item.

B. You should consider creating a display menu item.

C. You should consider creating a results menu item.

D. You should consider creating a Web menu item that links to web pages.

Answer: B

Q: 17

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You are in the process of creating an action menu item. You have accessed Menu Items in theApplication Object Tree (AOT).Which of the following are valid options for creating an action menu item? (Choose three.)

A. You can drag a job from the Jobs node to the Action node.

B. You can drag a form from the Forms node to the Action node.

C. You can drag a class from the Classes node to the Action node.

D. You can drag a report from the Reports node to the Action node.

E. You can drag a query from the Queries node to the Action node.

Page 7: MB6-869 Exam

Answer: A,C,E

Q: 18

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You have received an instruction to create a form. You are preparing to configure theFormViewOption property.Which of the following is TRUE with regards to the FormViewOption? (Choose all that apply.)

A. The FormViewOption property allows you to define the form mode as auto, grid, or details.

B. The FormViewOption property allows you to define the form mode as auto, view, edit, or new.

C.The default setting for the FormViewOption property is Auto.

D. The default setting for the FormViewOption property is Edit.

Answer: A,C

Q: 19

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.

You are required to create a form that retrieves all the data records for a specified type of document. Which of the following actions should you take?

A. You should consider creating a Primary List Page form.

B. You should consider creating a Secondary List Page form.

C. You should consider creating a Role center form.

D. You should consider creating an Area Page form.

Answer: A

Q: 20

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You are creating a Microsoft Dynamics AX 2012 list page. You want to add a part that show a count of data records that the query retrieves .Which of the following actions should you take?

A. You should consider creating a cue part.

B. You should consider creating an info part.

C. You should consider creating a form part.

D. You should consider creating a Web Content Item.

Page 8: MB6-869 Exam

Answer: A

Q: 21

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You are creating a Microsoft Dynamics AX 2012 form. You want to add a form part to the Fact Box pane. Which of the following is TRUE with regards to a form part?

A.

A form part includes reference to one or more forms.

B.

A form part acts as a pointer to a form.

C.

A form part displays a group of data fields from a particular query

D.

A form part cannot be added to the FactBox pane.

Answer: B

Q: 22

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment. You are in the process of assigning base roles to ABC.com’s in-house staff.Which of the following is TRUE with regards to this scenario?

A.

You should assign the Employee and System user roles to all in-house staff.

B.

You should assign the Employee and Manager roles to all in-house staff.

C.

You should assign the Employee and Guest roles to all in-house staff.

D.

You should only assign the Employee role to all in-house staff.

E.

Page 9: MB6-869 Exam

You should only assign the System user role to all in-house staff.

Answer: A

Q: 23

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.You are managing duties from the Security node in the Application Object Tree (AOT).Which of the following is TRUE with regards to Duties? (Choose all that apply.)

A.

You should make sure that all duties are assigned to a role.

B.

You should not necessarily assign duties to a role.

C.

You should make sure that all duties are part of a process cycle.

D.

Duties should not necessarily be part of a process cycle.

Answer: A,C

Q: 24

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You need to make sure that a table exists within a Microsoft Dynamic AX 2012 security policy.Data in the table must be filtered or secured, based on the associated policy query.Which of the following is the table that meets the requirements?

A.

A primary table.

B.

A policy query.

C.

A constrained table.

D.

Page 10: MB6-869 Exam

A policy context.

Answer: C Q: 25

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You are in the process of configuring a new security policy. You are required to set theContextType property so that a global context is used to determine whether the policy should beimplemented.Which of the following actions should you take?

A.

You should consider setting the ContextType property to RoleName.

B.

You should consider setting the ContextType property to ContextString.

C.

You should consider setting the ContextType property to RoleProperty.

D.

You should consider setting the ContextType property to VendVendor.

Answer: B

Q: 26

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You have been assigned a trainee developer named Mia Hamm. You are showing Mia Hamm howto develop a class in Microsoft Dynamics AX 2012.Which of the following is valid advice you should give Mia Hamm?

A.

You should advise Mia Hamm to declare variables after the code in a method.

B.

You should advise Mia Hamm to declare variables before the code in a method.

C.

You should advise Mia Hamm to not declare variables in a method.

D.

You should advise Mia Hamm to declare variables in between the code in a method.

Page 11: MB6-869 Exam

Answer: B Q: 27

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You are preparing to write code that declares an array that requires an empty array option.Which of the following array types should you use?

A.

Fixed-length Array

B.

Partly On Disk Array

C.

Dynamic Array

D.

Multiple Array

Answer: C Q: 28

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.

Andy Reid is a trainee developer at ABC.com. You are in the process of explaining to Andy Reidthe purpose of the infolog.Which of the following is TRUE with regards to the infolog?

A.

It only allows Information message types to be displayed.

B.

It only allows Warning message types to be displayed.

C.

It allows you to display multiple messages simultaneously.

D.

It only allows Error message types to be displayed.

Answer: C Q: 29

Page 12: MB6-869 Exam

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.You are in the process of defining a method for a class. You want to make sure that the methodcan only be called by methods in the same class or subclasses of the class in which the method isdefined.Which of the following actions should you take?

A.

You should consider defining the method with the static modifier.

B.

You should consider defining the method with the private modifier.

C.

You should consider defining the method with the public modifier.

D.

You should consider defining the method with the protected modifier.

Answer: D Q: 30

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.You are in the process of defining a method for a class. You want to make sure that the method isinvoked using the class name instead of on an instance of the class.

Which of the following actions should you take?

A.

You should consider defining the method with the static modifier.

B.

You should consider defining the method with the private modifier.

C.

You should consider defining the method with the public modifier.

D.

You should consider defining the method with the protected modifier.

Answer: A Q: 31

Page 13: MB6-869 Exam

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.You have been instructed to two tables that are configured for table inheritance.Which of the following is TRUE with regards to table configuring table inheritance? (Choose two.)

A.

The two tables should be configured as the proposed base table, and the proposed derivedtable respectively.

B.

The two tables should be configured as the parent table, and the child table respectively.

C.

Both tables should have the SupportInheritance property to Yes.

D.

Both tables should have the SupportInheritance property to No.

Answer: A,C Q: 32

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.You are in the process of creating a class in the Application Object Tree (AOT) using X++.Which of the following statements are TRUE with regards to classes? (Choose all that apply.)

A.

You are unable to declare static variables in X++ classes.

B.

You are able to declare static variables in X++ classes.

C.

You are able to declare static methods in X++ classes.

D.

You are unable to declare static methods in X++ classes.

Answer: A,C Q: 33

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.You are in the process of defining the method modifier of a class.Which of the following are TRUE with regards to the method modifier? (Choose all that apply.)

Page 14: MB6-869 Exam

A.

You should not qualify methods as client or server if they do not use anything on that tier.

B.

You should qualify methods as client or server if they do not use anything on that tier.

C.

You are able to use both client and server to modify the execution place of a class staticmethod

D.

You are only able to use client to modify the execution place of a class static method.

E.

You are only able to use server to modify the execution place of a class static method.

Answer: A,C Q: 34

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.You are creating code that makes use of the main method.Which of the following is TRUE with regards to using the main method?

A.

It requires the use of the following syntax:objectHandleName.methodName();

B.

It requires the use of the following syntax:ClassName::methodName();

C.

It is executed directly from a menu option.

D.

It should not create an instance of the object before calling the required member methods.

Answer: C Q: 35

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.ABC.com stores data from various companies in a single database. You are preparing to fetchcustomer data from several particular companies. You are planning to make use of a containerthat references each company.Which of the following actions should you take?

Page 15: MB6-869 Exam

A.

You should make use of the firstFast keyword and a select statement.

B.

You should make use of the order by and a select statement.

C.

You should make use of the firstOnly keyword and a select statement.

D.

You should make use of the crossCompany keyword and a select statement.

Answer: D Q: 36

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.You are in the process of creating an X++ select statement. You want to make sure that the outputof the select statement is displayed in reverse order via the use of the reverse keyword.Which of the following actions should you take?

A.

You should consider making use of the order by clause in the X++ select statement.

B.

You should consider making use of the group by clause in the X++ select statement.

C.

You should consider making use of the sort by clause in the X++ select statement.

D.

You should consider making use of the noFetch join clause in the X++ select statement.

Answer: A Q: 37

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You are preparing to make use of a join clause between two ABC.com tables. You want to makesure that only the first table is filled.

Which of the following actions should you take?

A.

Page 16: MB6-869 Exam

You should consider making use of the Exists join clause.

B.

You should consider making use of the firstOnly join clause.

C.

You should consider making use of the Fetch join clause.

D.

You should consider making use of the noFetch join clause.

Answer: A Q: 38

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.You have written an X++ select statement that includes the noFetch keyword. You have alsoincluded a next statement.Which of the following statements are TRUE with regards to this scenario?

A.

This statement allows you to fetch a table record.

B.

You should also include the firstFast keyword.

C.

This statement prevents you from fetching a table record.

D.

You should also include the firstOnly keyword.

Answer: A Q: 39

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.You are preparing to configure the use of ttsLevel checking.Which of the following is TRUE with regards to this type of checking?

A.

It prevents the updating or deletion of records if the record has not first been selected forupdate.

B.

Page 17: MB6-869 Exam

It provides a structure to handle errors and exceptions that can occur while running a block ofcode.

C.

It prevents the updating or deletion of records, regardless of whether it is in the sametransaction scope or not.

D.

It prevents the updating or deletion of records, except from within the same transaction scopeas it was selected for update.

Answer: D Q: 40

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.You are preparing to remove data from a database table by modifying cross-company data. Youwant to achieve this by making use of a single command.Which of the following actions should you take?

A.

You should make use of the RecordInsertList class.

B.

You should make use of the delete_from sequel statement.

C.

You should make use of the delete_recordset sequel statement.

D.

You should make use of the RecordSortedList class.

Answer: B Q: 41

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.You have been instructed to make sure that new data is added to a Microsoft Dynamics AX 2012database in bulk.You need to make sure that the instruction is adequately carried out.Which of the following actions should you take?

A.

You should consider making use of the RecordInsertList.add method.

B.

You should consider making use of the RecordInsertList.new method.

Page 18: MB6-869 Exam

C.

You should consider making use of the RecordInsertList.insertDatabase method.

D.

You should consider making use of the RecordSortedList.ins method.

E.

You should consider making use of the RecordSortedList.add method.

F.

You should consider making use of the RecordSortedList.new method.

Answer: C Q: 42

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.You have been instructed to make sure that all changes in a current transaction are explicitlydiscarded. You have to call a command from the ttsLevel checking feature.Which of the following options should you make use of?

A.

ttsBegin

B.

ttsCommit

C.

ttsAbort

D.

ttsDelete

Answer: C Q: 43

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.You have been instructed to create a Composite query in the Application Object Tree (AOT) byreusing an existing query object.Which of the following options are TRUE with regards to reusing a query object? (Choose all thatapply.)

A.

Changes to data source will only be made in the one query.

Page 19: MB6-869 Exam

B.

Changes to data source must be made in every object that references the query.

C.

Any modifications made to the one query are immediately in operation for all objects based onthat query.

D.

You cannot make any modifications to this query.

Answer: A,C Q: 44

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.You are writing X++ code to create and execute a query. You are required to create the Queryobject by instantiating classes in the correct order.Which of the following classes should be instantiated FIRST?

A.

QueryBuildRange

B.

QueryBuildDataSource

C.

Query

D.

QueryRun

Answer: C Q: 45

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.You are in the process of creating a form that should make use of more than one table as the datasource. You are preparing to configure the data source properties for the form.Which of the following properties must be set to make this possible?

A.

LinkType

B.

Page 20: MB6-869 Exam

JoinSource

C.

OnlyFetchActive

D.

Table

Answer: B Q: 46

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.A record is being updated within an Optimistic Concurrency Control (OCC) transaction. You noticethat the recVersion value of the record cache and the database record are not equal.

Which of the following describes the result?

A.

A DuplicateKeyException exception will be thrown.

B.

The update will complete without an exception being thrown

C.

A DuplicateKeyExceptionNotRecovered exception will be thrown.

D.

An UpdateConflict exception will be thrown.

E.

A CLRError exception will be thrown.

Answer: D Q: 47

You work as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX 2012 intheir environment.You have defined a System Enumeration element as Pessimistic.Which of the following System Enumeration types are you using?

A.

Content Location

B.

Page 21: MB6-869 Exam

Concurrency Model

C.

Alignment

D.

ChangeGroupMode

Answer: B Q: 48

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You have been assigned a trainee developer, named Kara Lang. you are in the process ofexplaining the advantages and disadvantages of using the Optimistic Concurrency Check (OCC)on a table.Which of the following describes a disadvantage?

A.

Updates to records in the table can fail if another process is updating the same records.

B.

Updates to records in the table causes other processes updating the same records to fail.

C.

Records are locked for a shorter length of time.

D.

Fewer resources are used to hold the locks during the update process.

Answer: A Q: 49

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You are in the process of creating an output menu item. You have accessed Menu Items in theApplication Object Tree (AOT).Which of the following are valid options for creating an output menu item? (Choose three.)

A.

You can drag a job from the Jobs node to the Output node.

B.

You can drag a form from the Forms node to the Output node.

C.

Page 22: MB6-869 Exam

You can drag a class from the Classes node to the Output node.

D.

You can drag a report from the Reports node to the Output node.

E.

You can drag a query from the Queries node to the Output node.

Answer: D Q: 50

You are employed as a developer at ABC.com. ABC.com makes use of Microsoft Dynamics AX2012.You are in the process of creating a display menu item. You have accessed Menu Items in theApplication Object Tree (AOT).Which of the following are valid options for creating an display menu item? (Choose three.)

A.

You can drag a job from the Jobs node to the Display node.

B.

You can drag a form from the Forms node to the Display node.

C.

You can drag a class from the Classes node to the Display node.

D.

You can drag a report from the Reports node to the Display node.

E.

You can drag a query from the Queries node to the Display node.

Answer: D