Exam Details

  • Exam Code
    :C2040-410
  • Exam Name
    :IBM Notes and Domino 9.0 Social Edition Application Development B
  • Certification
    :IBM Certified Advanced System Administrator
  • Vendor
    :IBM
  • Total Questions
    :116 Q&As
  • Last Updated
    :Apr 03, 2025

IBM IBM Certified Advanced System Administrator C2040-410 Questions & Answers

  • Question 61:

    Which is true about a Callback control?

    A. identifies a facet region

    B. directs pager actions to a data control

    C. provides a screen readable description of a control

    D. provides a custom control with an area that can be edited when embedded in an XPage

  • Question 62:

    Jack wants to be able to add a client-side JavaScript (CSJS) library as a resource to his XPages custom control. How would he accomplish this?

    A. Jack cannot accomplish this as resources can only be added to XPages and not custom controls.

    B. Within the Properties view of the custom control, select "Resources" and then add the appropriate resource by selecting from the prompts.

    C. Within the Events view of the custom control, select the onClientLoad event and insert the resource name within the client-side JavaScriptsection.

    D. Within the Properties view of the custom control, select "Dojo" and select the "Insert Custom Library" option. Then follow the prompts to add theappropriate library.

  • Question 63:

    What are the three different parts of the managed bean in the faces-config.xml file? (Choose three.)

    A. Bean class

    B. Bean name

    C. Bean scope

    D. Bean location

    E. Bean property

    F. Bean var name

  • Question 64:

    Which three are Definition Elements of XPage configuration files? (Choose three.)

    A. validation

    B. render-kit

    C. converter

    D. component

    E. property-type

    F. validation-type

  • Question 65:

    Kamden is looking for a simple way to ensure that some of his XPages fields are filled in by the end user. What steps could he use to accomplish this?

    A. Under the Properties tab of the edit box, select the All Properties section. Within the data area set the mandatory property to "true".

    B. Under the Properties tab of the edit box, select the All Properties section. Within the data area set the required property to "true".

    C. Under the Properties tab of the edit box, select the Validation section, check the "Required Field" and enter the message displayed to the userwhen the field is not entered.

    D. Under the Properties tab of the edit box select the Validation section, check the "Mandatory Field" and enter the message displayed to the userwhen the field is not entered.

  • Question 66:

    Which is the correct way to compute a client-side JavaScript variable fullName from two fields on a datasource firstName and lastName?

    A. var fullname = "#{javascript:document1.firstName + ' ' + document1.lastName;}";

    B. var fullname = "#{javascript:document1.getDocument().firstName + ' ' + document1.getDocument ().lastName;}";

    C. var fullname = "#{javascript:document1.getItemValue('firstName') + ' ' + document1.getItemValue ('lastName');}";

    D. var fullname = "#{javascript:document1.getItemValueString('firstName') + ' ' +document1.getItemValueString('lastName');}";

  • Question 67:

    Scott wants to add a