IBM C2040-410 - IBM Notes and Domino 9.0 Social Edition Application Development Exam
Page: 3 / 24
Total 116 questions
Question #11 (Topic: Topic 1)
If a document contains rich content in native IBM Notes (CD) format, what could be used to
access that data as MIME content?
access that data as MIME content?
A. The GetMIMEEntity method of the NotesItem class.
B. The ConvertMIME property of the NotesSession class.
C. The GetMIMEEntity method of the NotesDocument class.
D. The ConvertToMIME method of the NotesDocument class.
Answer: D
Question #12 (Topic: Topic 1)
Scott wants to add a <STYLE> tag with a computed rendered property to his XPage. He
knows that that <xp:style> tag is not valid XML markup. How can he add the computed
style tag to his XPage using one of the All property values of a computed text field?
knows that that <xp:style> tag is not valid XML markup. How can he add the computed
style tag to his XPage using one of the All property values of a computed text field?
A. Set the for property to "style".
B. Set the attr property to "style".
C. Set the tagName property to "style".
D. Set the htmlfilter property to "style".
Answer: C
Question #13 (Topic: Topic 1)
When he saved this mobile XPage John received a compile-time error indicating a required
property for the <xe:singlePageApp> control is not present.
[IBM-C2040-410-6.0/IBM-C2040-410-8_2.png]
What property and value must John add to the <xe:singlePageApp> start tag to correct this
error?
property for the <xe:singlePageApp> control is not present.
[IBM-C2040-410-6.0/IBM-C2040-410-8_2.png]
What property and value must John add to the <xe:singlePageApp> start tag to correct this
error?
A. startAppPage="appPage1"
B. startAppPage="startPage"
C. selectedPageName="appPage1"
D. selectedPageName="startPage"
Answer: D
Question #14 (Topic: Topic 1)
Charles would like to use JavaScript in his XPages application to access an IBM Domino
database and view the access control list entries for the specified database. What order will
the entries be retrieved in when he uses the GetFirstEntry and GetNextEntry methods?
database and view the access control list entries for the specified database. What order will
the entries be retrieved in when he uses the GetFirstEntry and GetNextEntry methods?
A. The order is unspecified.
B. The order is alphabetical.
C. The order corresponds to UI displays.
D. The order is based on the way they were created.
Answer: A
Question #15 (Topic: Topic 1)
Jessica wants to resize a text field from its default size. What should she enter in the HTML
attributes for the field?
attributes for the field?
A. ROWS=10 COLS=20
B. "ROWS=10 COLS=20"
C. SIZE=75 MAXLENGTH=100
D. "SIZE=75 MAXLENGTH=100"
Answer: C