MB6-890 Exam Questions
94 real MB6-890 exam questions with expert-verified answers and explanations. Page 1 of 2.
- Question #1
You need to create a table to serve as a data source for an SSRS report. You estimate that this SSRS re potentially returning over 50,000 rows of data. Which type of table should y...
- Question #2
You need to delete multiple records from the CustTrans table that are not approved. Code execution efficiency is a factor since the table will contain millions of records. Addition...
- Question #4
You want to see a list of all of the forms in the system, along with the current pattern type that is applied to them. What should you do?
- Question #5
You need to write an expression to calculate the compound interest that a bank needs The formula for compound interest after one period is as follows: I = (P * (1 + R)) - P Where I...
- Question #6
You need to create a form with details from the master form style. This form needs to open in view mode with an Edit button so that it is editable. Which property should you set at...
- Question #7
Which information does the Microsoft Dynamics AX development model contain?
- Question #8
Your solution stores customers in a table named Gust Table. CustTable contains a field named AccountNum, which is used to store the unique account number for a customer. Data in th...
- Question #9
You have two Extended Data Types (EDTs) defined in Microsoft Dynamics AX. The first EDT is named ExternalAccount It is of type string and has a StringSize of 20. The second EDT is...
- Question #10
You are required to configure a Microsoft Dynamics AX production environment for your customer. You need to configure the Dynamics AX server as part of the overall installation and...
- Question #11
You are working with a new programmer and need to explain which types of objects can be added. Which three objects should you discuss? Each correct answer presents a complete solut...
- Question #12
You need to determine the output of the following code:Which X++ code segment should you use to achieve this goal? What is the output in the Infolog after runn.ng the code.
- Question #13
You are working in the Visual Studio development environment You need to develop a simple list form. This form should let users add new records but should not let users edit existi...
- Question #14
A relationship is defined between two tables named CustTable and CustGroup. Each record in CustTable references a record in CustGroup. You need to set up delete actions to ensure t...
- Question #15
You plan to create two tables Table1 and Table2. Both tables will have a field of type string that has a length of 15 and is named Customer Number. The tables will have a relation...
- Question #16
You need to access the external resources that reside on an Internet Information Services (IIS) server instance with an established photo library. You also need access for Microsof...
- Question #18
You want to have a form where you can display an image in a fast tab. Which type of sub-pattern should you apply to the fast tab?
- Question #19
You create a privilege to maintain vendor information. To which two elements can you add the privilege? Each correct answer presents part of the solution.
- Question #20
You have tables named Table1 and Table2 The tables have a relation to each other. You need to display data from both of the tables in a form. How should you create the data source...
- Question #21
A table named VendTable contains a field named MainContactWorker. which is the reference Recid. Many records in VendTable have the same value for MainContactWorker. Users frequentl...
- Question #22
You need to set up the standard properties pane for your development team. Which two configurations can be used? Each correct answer presents a complete solution.
- Question #23
You need to create a base enumeration to store the different values for types of services your company offers. You add several different service types to the enumeration. The first...
- Question #24
You are planning to give a presentation on Microsoft Dynamics AX to your development team. What should you state as an advantage of creating and using labels?
- Question #25
You have two classes written in X++ with the following code: Which three methods of the DirParty class are accessible from the Write method? (Each correct answer presents a complet...
- Question #26
You need to develop a new XDS policy for employees. You employees' expense records. Where should you apply the filter?
- Question #27
You are developing a solution that stores purchase orders in Microsoft Dynamics AX. Each purchase order can contain multiple purchase order lines. A purchase order line can onry be...
- Question #28
You need to determine the output of the following code: What is the output in the Infolog after running the code?
- Question #29
You need to demonstrate the benefits of using Extended Data Types (EDTs) to your project team. Which three points should you highlight? Each correct answer presents a complete solu...
- Question #30
What is the output of the statement?
- Question #32
You work in an International company which is called Luxwet. And you're in charge of the network of your company. In the following options, which optional server component provides...
- Question #33
What is the effect of calling the ttsbegin and ttscommit commands?
- Question #34
What is the effect of using an exists or notexists join clause between two tables in a select statement?
- Question #35
You are developing logic to update customer data with the click of a button. You write the logic in a table method and call this method from the button click event. You need the lo...
- Question #36
You have the following X++ statement What is the output of the statement?
- Question #37
What are three menu item types that are available within Microsoft Dynamics AX? Each correct answer presents a complete solution.
- Question #38
You are working in a Visual Studio development environment and want to call a class to update some records. Which type of menu item should you use?
- Question #39
Which component of Microsoft Dynamics AX enforces user-specific data security on the data store and database?
- Question #40
You need to describe the current structure of Microsoft Dynamics AX security roles. Which three statements are accurate regarding these roles? Each correct answer presents a comple...
- Question #41
You are using the Visual Studio development environment to perform a customization for your client. You need to synchronize project elements related to the data dictionary along wi...
- Question #42
You are using Visual Studio to manage development with Microsoft Dynamics AX. You need to complete a project for use within the application. Which step must be performed?
- Question #43
You want to store the Shipment Type of all orders in a table named ShipmentDetails. The Shipment Type needs to be a field that stores values for "Freight", "Ground", or "Air". You...
- Question #44
You are using the Visual Studio development environment to perform a customization for your client. You create a custom model named MyCustomModel with extended reference models. Yo...
- Question #45
You have an X++ class that has the following code: You are writing a static method. You have an object of AssetBookCompareContract named assetBookCompareContractObj that is initial...
- Question #46
You are explaining the structure of a model to your client Which two pieces of information should you provide to your client? Each correct answer presents a complete solution.
- Question #47
You are developing a form that allows users to update an order status. You create a table named Tablel that you will use as a data source for this form. You want to include a radio...
- Question #48
You are debugging the following code: The value of CustTable.BankAccount is CUST0003' for the CustTable record where the AccountNum is 5011 before this code executes. What is the v...
- Question #49
How do you fetch a table record when the noFetch keyword is used in an X++ select statement?
- Question #50
Which type of class methods can be called only by methods of the same class?
- Question #51
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; case (5): x = x + 5; case (10): x...
- Question #52
You need to verify the properties related to a specific table in the AOT, and you do not have a project. The properties pane is already open in Visual Studio. Which component do yo...
- Question #53
You are using the Visual Studio development environment to perform a customization for your client. You need to follow best practices to create a new table to store customer rankin...