MB6-869 Exam Details

  • Exam Code
    :MB6-869
  • Exam Name
    :Microsoft Dynamics AX 2012 Development Introduction
  • Certification
    :Microsoft Solutions Specialist
  • Vendor
    :Microsoft
  • Total Questions
    :74 Q&As
  • Last Updated
    :Dec 14, 2021

Microsoft MB6-869 Online Questions & Answers

  • Question 51:

    Which of the following statements describes the model concept in Microsoft Dynamics AX 2012?

    A. a visual representation of objects
    B. the output of the reverse-engineering tool
    C. a logical grouping of elements within a layer
    D. the Microsoft Dynamics AX 2012 layer architecture

  • Question 52:

    In Microsoft Dynamics AX 2012, which feature ensures that a record can be updated only from within the same transaction scope?

    A. Best Practice check
    B. ForUpdate check
    C. Try and Catch command
    D. Transaction Tracking System (tts)

  • Question 53:

    In Microsoft Dynamics AX 2012, which of the following are valid permission access levels? (Choose all that apply.)

    A. Check
    B. Correct
    C. Create
    D. Read
    E. Write

  • Question 54:

    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; case (5): x = x + 5; case (10): x = x + 10; break; case (20): x = x + 20; break; default: x = 5; } info(strfmt("Return value is %1", x)); return x; }

    A. 5
    B. 10
    C. 20
    D. 25

  • Question 55:

    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 should you create?

    A. action
    B. display
    C. output
    D. URLs

  • Question 56:

    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 (counter > 3 andand counter < 8) { continue; } else if(counter == 9) { break; } print counter; } print counter; pause; }

    A. 1 2 3
    B. 1 2 3 8
    C. 1 2 3 8 9
    D. 1 2 3 9 10

  • Question 57:

    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?

    A. You can fetch customer data only from all companies in the database.
    B. You can fetch customer data only from the currently logged in company.
    C. You can fetch customer data from multiple specific companies only if one of them is the currently logged-in company.
    D. You can fetch customer data from multiple specific companies by using a container that references each company in the select statement.

  • Question 58:

    In Microsoft Dynamics AX 2012, which exception does the system have to catch when it tries to insert a record that already exists in a table?

    A. UpdateConflict
    B. UpdateConflictNotRecovered
    C. DuplicateKeyException
    D. DuplicateKeyExceptionNotRecovered

  • Question 59:

    In Microsoft Dynamics AX 2012, which X++ loop function evaluates the conditions after the first loop?

    A. do...while
    B. for
    C. switch
    D. while

  • Question 60:

    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?

    A. You can write code in a delegate.
    B. A delegate declaration must return a value.
    C. You can include modifiers such as public, protected, private, or static in a delegate declaration.
    D. You must declare the same type of parameters in a delegate as in the methods that are subscribed to the delegate.

Related Exams:

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-869 exam preparations and Microsoft certification application, do not hesitate to visit our Vcedump.com to find your solutions here.