MB6-869 Exam Questions
91 real MB6-869 exam questions with expert-verified answers and explanations. Page 1 of 2.
- Question #1
How are SYS labels represented in Microsoft Dynamics AX 2012?
- Question #2
You are working in a Microsoft Dynamics AX 2012 project. You modify the init method of the AccountingDistribution form in the VAR layer, and then modify the close method of the sam...
- Question #3
In Microsoft Dynamics AX 2012, which of the following statements about the delegate node of a class in the Application Object Tree (AOT) is true?
- Question #4
In Microsoft Dynamics AX 2012, what is the purpose of the LegacyId property of a new element created in the Application Object Tree (AOT)?
- Question #5
In Microsoft Dynamics AX 2012, which of the following statements about full text table indexes are true? (Choose all that apply.)
- Question #6
In Microsoft Dynamics AX 2012, which of the following statements about table relations are true? (Choose all that apply.)
- Question #7
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 #8
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 #9
In Microsoft Dynamics AX 2012, what is the default Array length value of a new base enumeration extended data type (EDT)?
- Question #10
In Microsoft Dynamics AX 2012, which of the following statements about table maps are true? (Choose all that apply.)
- Question #11
In Microsoft Dynamics AX 2012, which of the following statements about views are true? (Choose all that apply.)
- Question #12
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 #13
You are developing a Microsoft Dynamics AX 2012 display menu item. What should you specify in the Object property of the menu item?
- Question #14
You need to create a Microsoft Dynamics AX 2012 form that opens in grid view. Which property should you set?
- Question #15
Which of the following basic object categories does a Microsoft Dynamics AX 2012 form include?
- Question #16
Which of the following list page types are supported by Microsoft Dynamics AX 2012? (Choose all that apply.)
- Question #17
You need to display information related to the currently selected record on a Microsoft Dynamics AX 2012 list page. What should you use?
- Question #18
In Microsoft Dynamics AX 2012, which of the following are valid Fact Box types? (Choose all that apply.)
- Question #19
You need to ensure that a Fact Box you add to a Microsoft Dynamics AX 2012 list page will appear only in the client environment. Which type of Fact Box should you use?
- Question #20
You need to define the module configuration parameters in Microsoft Dynamics AX 2012. Which form design style should you use?
- Question #21
In Microsoft Dynamics AX 2012, to which of the following security elements can you assign privileges? (Choose all that apply.)
- Question #22
In Microsoft Dynamics AX 2012, which of the following are valid permission access levels? (Choose all that apply.)
- Question #23
In Microsoft Dynamics AX 2012, which of the following object types is an invalid entry point?
- Question #24
In Microsoft Dynamics AX 2012, you set the Form data source AllowDelete property to No, and you set the AllowCreate and AllowEdit properties to Yes. What will the EffectiveAccess p...
- Question #25
In Microsoft Dynamics AX 2012, to which base roles should every internal employee be assigned? (Choose all that apply.)
- Question #26
In Microsoft Dynamics AX 2012, which security elements are grouped into process cycles?
- Question #27
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 #28
Which of the following statements about the Microsoft Dynamics AX 2012 extensible data security framework is true?
- Question #29
You are developing a Microsoft Dynamics AX 2012 class. When should you declare variables in a method?
- Question #30
You are developing a Microsoft Dynamics AX 2012 class. You need to declare an integer array with a maximum length of 20 elements. Which syntax should you use?
- Question #31
Which of the following are valid operators in Microsoft Dynamics AX 2012? (Choose all that apply.)
- Question #32
You are creating an expression in Microsoft Dynamics AX 2012. Which of the following expressions results in i=3 when the initial value of i is 1? (Choose all that apply.)
- Question #33
In Microsoft Dynamics AX 2012, you are creating a method on a table named VendTable. The method must return only the tax exemption number (VATNum). You need to return the VATNum fo...
- Question #34
In Microsoft Dynamics AX 2012, what is the return value of the following method, for an initial value of x = 5? static int sampleSwitch(int x) { ; switch (x) { case (1): x = 5; cas...
- Question #35
In Microsoft Dynamics AX 2012, which X++ loop function evaluates the conditions after the first loop?
- Question #36
In Microsoft Dynamics AX 2012, what is the print output of the following method? static void sampleContinueBreak() { int counter; for (counter=1;counter <= 10;counter++) { if (coun...
- Question #37
You are developing a Microsoft Dynamics AX 2012 class. You need to display multiple messages at the same time. Which communication tool should you use?
- Question #38
You are developing a Microsoft Dynamics AX 2012 class. You need to add messages to the infolog. Which of the following code segments can you use? (Choose all that apply.)
- Question #39
In a Microsoft Dynamics AX 2012 class, you need to refer to a method in the same class. Which keyword should you use?
- Question #40
You are developing a Microsoft Dynamics AX 2012 class. Which of the following statements about a method defined with the Protected modifier is true?
- Question #41
In Microsoft Dynamics AX 2012, which of the following methods does a class always contain? (Choose all that apply.)
- Question #42
In Microsoft Dynamics AX 2012, which type of class methods can be called only by methods of the same class?
- Question #43
In Microsoft Dynamics AX 2012, which base table properties are required to be set for table inheritance? (Choose all that apply.)
- Question #44
In Microsoft Dynamics AX 2012, which of the following can be used for modeled eventing?
- Question #45
In Microsoft Dynamics AX 2012, you plan to declare variables that will be used in multiple methods of a child class. Where should you declare the variables?
- Question #46
Which of the following is a valid way of defining the method modifier in Microsoft Dynamics AX 2012?
- Question #47
In Microsoft Dynamics AX 2012, you need to execute the methods of a class from a menu item. Which method should you use?
- Question #48
A Microsoft Dynamics AX 2012 database contains three different companies. When using the crossCompany keyword and a select statement, which of the following statements is true?
- Question #49
In Microsoft Dynamics AX 2012, which of the following statements about order by and group by clauses of an X++ select statement is true?
- Question #50
In Microsoft Dynamics AX 2012, what is the effect of using an exists or notexists join clause between two tables in a select statement?