C2040-410 Exam Details

  • Exam Code
    :C2040-410
  • Exam Name
    :IBM Notes and Domino 9.0 Social Edition Application Development B
  • Certification
    :IBM Certifications
  • Vendor
    :IBM
  • Total Questions
    :116 Q&As
  • Last Updated
    :Jul 14, 2026

IBM C2040-410 Online Questions & Answers

  • Question 31:

    Which statement is true when developing an XPage in IBM Domino Designer?

    A. The XPages XML syntax is called XSP markup.
    B. The Source View depicts an HTML representation of the XPage.
    C. XPages controls cannot be added to the XPage through the Source View.
    D. Use of standard HTML tags like and are not permitted.

  • Question 32:

    Which statement is true regarding the Extension Library Tooltip control?

    A. A developer is allowed to place other data components in between the start and end tags.
    B. To use the beforeContentLoad and afterContentLoad properties, a developer must set dynamicContent to false.
    C. When the position property is set to auto, the tooltip calculates where it should display in relation to the element on the page.
    D. To use the beforeContentLoad and afterContentLoad properties, a developer does not need to set dynamicContent to true.

  • Question 33:

    How many of the JavaServer Faces (JSF) lifecycle phases involve the processing of events?

    A. 1
    B. 2
    C. 4
    D. 6

  • Question 34:

    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 35:

    Which attribute of a facet specifies the location to display the facet's contents in its parent control?

    A. id
    B. key
    C. xp:id
    D. xp:key

  • Question 36:

    Sam would like to use Formula Language to extract the word "cat" from the sentence: "The black cat walked under the ladder". She has assigned the sentence to the variable "MySentence". Which line of code could she use to do that?

    A. @Middle(MySentence; "cat"; 3)
    B. @MiddleBack(MySentence; 25; -3)
    C. @Left(@RightBack(MySentence; 3); 25)
    D. @LeftBack(@Right(MySentence; "cat"); 3)

  • Question 37:

    Jessica wants to design a Page that passes all data directly to the browser and treat the entire Page as HTML. How would she do this?

    A. Save all data in a HTML file and click on Import > File.
    B. Select all text on the Page and choose Edit > Convert to HTML.
    C. Click on "Render pass through HTML in Notes" in the Page properties.
    D. Select all the text on the Page and choose Text > Pass through HTML.

  • Question 38:

    Scott wants to add a