MB6-704 Exam Questions
106 real MB6-704 exam questions with expert-verified answers and explanations. Page 2 of 3.
- Question #51Develop Application Objects
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...
delete actionsRestricted deletetable relationshipsreferential integrity - 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 #56Implement Best Practices and Version Control
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...
layer hierarchylayer precedenceruntime resolutioncustomization layers - Question #57Manage Data and Security
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.
row-level securitydata partitionslegal entityX++ SQL security - Question #58Manage Data and Security
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...
dutiesprivilegessecurity hierarchyrole-based security - Question #59Develop Application Objects
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...
full text indextable indexesquery performancesearch optimization - Question #60Develop Application Objects
Which three statements accurately describe views in Dynamics AX? Each correct answer presents a complete solution.
viewsAOTquery-based viewsdatabase synchronization - Question #61Develop X++ code
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...
substr functionstring manipulationX++ string functionsnegative index - Question #62Implement Best Practices and Version Control
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...
data partitionslegal entitiesAX architectureAOS instances - Question #63Implement Best Practices and Version Control
Which three types of components can be customized by using the MorphX development environment? Each correct answer presents a complete solution.
MorphXdevelopment environmentAOT componentscustomizable objects - Question #64Develop Application Objects
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...
form data sourcesquery as data sourcetable relationshipsform design - Question #65Develop Application Objects
You need to display data on a new form. What should you do?
form creationdata sourceform designAOT forms - Question #66Develop Application Objects
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?
form securitymenu itemsrecord update preventionAllowEdit - Question #67Develop X++ code
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...
select statementFirst Onlydatabase queryX++ - Question #68Develop X++ code
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...
insertupdatetable operationsX++ output - Question #69Develop X++ code
You have a process that throws an UpdateConflict exception. You need to identify a possible cause of the exception. What should you identify?
UpdateConflict exceptionconcurrencyrecord lockingX++ - Question #70Develop Application Objects
Which elements can contain X++ methods?
X++ methodstablesapplication objectsAOT elements - Question #71Implement Best Practices and Version Control
Which statement accurately describes a model in Dynamic AX?
modellayerAOTDynamics AX architecture - Question #72Develop Reports
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?
SSRS reportform partmenu itemreport integration - Question #73Manage Data and Security
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...
indexnon-unique indexquery performanceVendTable - Question #74Implement Best Practices and Version Control
A developer writes code by using X++. You need to identify whether the code violates best practices. Which tool should you use?
best practicesX++ compilercode validationdeveloper tools - Question #75Manage Data and Security
You enable a feature for a Dynamics AX instance. What should you use?
configuration keyfeature toggleDynamics AXsecurity key - Question #76Develop X++ code
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...
local functionvariable scoperecursiveX++ scoping - Question #77Develop X++ code
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...
class accessmethod returnvariable accessX++ OOP - Question #78Develop X++ code
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....
string concatenationselect statementX++ outputSalesTable - Question #79Develop X++ code
You have the following X++ statement: You need to identity the output of the statement. What should you identify?
exception handlingX++ outputerror messagescontrol flow - Question #80Manage Data and Security
You create a privilege to maintain vendor information. To whichtwo elements can you add the privilege? Each correct answer presents a complete solution.
privilegedutyrolesecurity model - Question #81Develop X++ code
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...
infologinfo()field accessX++ syntax - Question #82Develop X++ code
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...
UpdateConflictexception handlingretry logicconcurrent updates - Question #83Implement Best Practices and Version Control
Which three tasks are performed by an Application Object Server (AOS)? Each correct answer presents a complete solution.
AOSApplication Object Serverarchitecturesession management - Question #84Develop X++ code
You have the following X++ statement:
exception handlingX++ outputerror messagescontrol flow - Question #85Develop X++ code
You have the following X++ statement: You need to identify the output of the statement. What should you identify?
exception handlingX++ outputerror messagescontrol flow - Question #86Develop Application Objects
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...
reverse engineerdata modeltable fieldsbase enumerations - Question #87Manage Data and Security
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...
user rolesActive DirectorySystem userEmployee role - Question #88Develop X++ code
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...
X++ methodsvariable accessclass instancesencapsulation - Question #89Develop X++ code
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.
code access securityAssertDemandsecured classes - Question #90Develop X++ code
Which two statements accurately describe the characteristics of X++?
X++ language featuresgarbage collectionruntime checkinglanguage characteristics - Question #91Develop X++ code
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?
crossCompany keywordselect statementlegal entitiesmulti-company queries - Question #92Develop Application Objects
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....
table relationshipsforeign keydata modelingone-to-many - 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?