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

    Helen is using a Repeat control to add a row to a table for each view entry in a Domino View data source. When she tests her code she sees 10 tables and not one table with 10 rows. How could she correct this?

    A. In the Output section select the "Create as a Table" option and individually add the fields to be displayed.

    B. Use the ignoreTableHeader property of the repeat control to suppress the creation of multiple tables.

    C. Change the number of rows to be displayed from 100 to 10 and that will create only one table with 10 rows.

    D. Take the Table Header row and Footer row lines of source code and move them outside of the repeat control.

  • Question 72:

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

    B. 2

    C. 4

    D. 6

  • Question 73:

    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