MB6-890 Exam Details

  • Exam Code
    :MB6-890
  • Exam Name
    :Microsoft Dynamics AX Development Introduction
  • Certification
    :Microsoft Certifications
  • Vendor
    :Microsoft
  • Total Questions
    :92 Q&As
  • Last Updated
    :Dec 06, 2021

Microsoft MB6-890 Online Questions & Answers

  • Question 1:

    What is the output of the statement?

    A. Wrong value of variableB variable Process was cancelled.
    B. Process was cancelled. Wrong value of variableB variable
    C. Wrong value of variableB variable
    D. Variable2 cannot have value greater than 2. Process was aborted.

  • Question 2:

    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 configuration.

    Which two components can be used to deploy the server? Each correct answer presents a complete solution.

    A. Database
    B. Azure Infrastructure as a Service (IaaS) Virtual Machines
    C. Windows PowerShell Commands
    D. Internet Information Services (DA) web application

  • Question 3:

    You need to configure a Microsoft Dynamics AX development environment on the cloud for your customer. Which service should you use to deploy on Microsoft Azure?

    A. Microsoft Office 365 service
    B. Microsoft Azure SQL service
    C. Microsoft Azure Active Directory service
    D. Microsoft Dynamics Lifecycle Service

  • Question 4:

    You need to determine the output of the fo

    int i - 25;

    str output = "A";

    if (i > 10)

    {

    if (i < 20)

    {

    output = "B";

    }

    else

    {

    output - "C";

    }

    info(output);

    }

    if (i > 20)

    { if (i > 50) { Output = "D" ; } Else output = "E"; } } info (output) ; What is the output in the Infolog after running the code?

    A. A E
    B. B B
    C. C E
    D. B D

  • Question 5:

    You need to prepare a report about resources for your client. Which three types of content are considered resources?

    A. pictures
    B. icons
    C. linked permissions
    D. button visualizations
    E. reference to a label file

  • Question 6:

    You need to determine the output of the following code:

    What is the output in the Infolog after running the code?

    A. 2 1
    B. 6 4
    C. 12 9
    D. 20 16

  • Question 7:

    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?

    A. decreases database references
    B. provides multi-language and translation support
    C. reduces the number of pointers
    D. duplicates the value throughout the database

  • Question 8:

    You have two tables: CustTable and CustTrans.

    CustTrans has a foreign key relation with CustTable on the "AccountNum" field. Multiple CustTrans records refer to a single CustTable record. Each CustTrans record can refer to a single CustTable record.

    You want to write code to display records of customers and their corresponding transactions. You need to display the following fields:

    AccountNum from CustTable table

    CustGroup from CustTable table

    AmountCur from CustTrans table

    Finally, you want to select only the approved transactions. An approved transaction is a CustTrans record where the value of the Approved field is NoYes::Yes.

    You need to choose the data that meets these requirements.

    Which select statement should you use?

    A. CustTable custTable; CustTrans custTrans; while select: AccountNum, CustGroup -From custTable join AmountCur -from custTrans where custTrans.AccountNum == custTable.AccountNum andand custTrans.Approved == NoYes::Yes { // do work }
    B. CustTable custTable; CustTrans custTrans; while select: AccountNum, CustGroup from custTable exists join AmountCur -from custTrans where custTrans.AccountNum == custTable.AccountNum andand custTrans-Approved == NoYes::Yes { // do work }
    C. CustTable custTable; CustTrans custTrans; while select AccountNum, CustGroup from custTable where custTrans .AccountNum == custTable. AccountNum join AmountCust -from custTrans where custTrans.Approved == NoYes:;Yes { // do work }
    D. CustTable custTable; CustTrans custTrans; while select AccountNum, CustGroup, AmountCur -from custTable join custTrans where custTrans-AccountNum == custTable.AccountNum andand custTrans.Approved == NoYes::Yes { // do work }

  • Question 9:

    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 logic to catch the exception specific to an error in a transaction that uses optimistic concurrency control. You also need to ensure that the

    transaction will be retried.

    Which type of exception handling should you use in your code?

    A. dderror
    B. UpdateConflictNotRecovered
    C. deadlock
    D. UpdateConflict

  • Question 10:

    You are working in the Visual Studio development environment of Microsoft Dynamics AX. You need to delete the data in a specific table. What should you use?

    A. Table Browser
    B. Delete Actions
    C. Code Profiler
    D. Type Hierarchy Browser

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Microsoft exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your MB6-890 exam preparations and Microsoft certification application, do not hesitate to visit our Vcedump.com to find your solutions here.