Exam Code: C2040-410 (Practice Exam Latest Test Questions VCE PDF)
Exam Name: IBM Notes and Domino 9.0 Social Edition Application Development Exam B
Certification Provider: IBM
Free Today! Guaranteed Training- Pass C2040-410 Exam.
♥♥ 2021 NEW RECOMMEND ♥♥
Free VCE & PDF File for IBM C2040-410 Real Exam (Full Version!)
★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions
Free Instant Download NEW C2040-410 Exam Dumps (PDF & VCE):
Available on:
http://www.surepassexam.com/C2040-410-exam-dumps.html
Q1. Which is a valid method of the XSP client-side object?
A. XSP.byId()
B. XSP.alert()
C. XSP.bindView()
D. XSP.bondForm()
Answer: B
Q2. Charles wants to be able to add a collapsible area to his XPage. Which control would allow him to do that?
A. Panel
B. Repeat
C. Section
D. Tabbed Panel
Answer: C
Q3. Michael has designed a mobile application with two mobile pages. For the first mobile page he set the pageName property to "page1" and for the second mobile page he set the pageName property to "page2". What server-side simple action can Michael add on the second page to navigate the mobile application user to the first page when touched?
A. Open Page
B. Open Mobile Page
C. Move To Mobile Page
D. Move To Application Page
Answer: D
Q4. Jessica wants to resize a text field from its default size. What should she enter in the HTML 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
Q5. Jason is designing a mobile application with three mobile pages. Which control should Jason add to his XPage to be the overall container for all of the mobile pages in his application?
A. <xe:appPage>
B. <xe:mobileApp>
C. <xe:multiPageApp>
D. <xe:singlePageApp>
Answer: D
Q6. What value does this formula return? FIELD Items := 10; FIELD Values := 5; rate := 0.10; subtotal := Items * Values; subtotal * (1 + rate)
A. 15.1
B. 16.5
C. 50
D. 55
Answer: D
Q7. Which statement is true for the Single Page Application control for use on a mobile XPage?
A. The XML tag for the Single Page Application control is <xp:singlePageApp>.
B. The XML tag for the Single Page Application control is <xc:singlePageApplication>.
C. The Single Page Application control is used only when the mobile XPage includes a single mobile page.
D. There must be only one Single Page Application control as the container for all of the Application Page controls on the mobile XPage.
Answer: D
Q8. Which statement is true regarding the Extension Library Tooltip control?
A. A developer is not allowed to place other data components in between the <xe:tooltip> start and end tags.
B. To use the beforeContentLoad and afterContentLoad properties, a developer must set dynamicContent to true.
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 need to set dynamicContent to false.
Answer: B
Q9. Charles will use DOM to access document-related data using server-side JavaScript. Which class would Charles use to access character data?
A. DOMTextData
B. DOMComment
C. DOMCharacterData
D. DOMDocumentType
Answer: C
Q10. Barb added an Application Layout control to the ccAppLayout custom control she is developing. What must Barb do to enable all of the editable areas in the Application Layout control for use on the XPages where she will add the ccAppLayout custom control?
A. Nothing. All editable areas are enabled by default.
B. Into each editable area she needs to add an Editable Area control.
C. She must set the enableEditableAreas property of the configuration to "true".
D. She must set the enableEditableAreas property of the applicationLayout to "true".
Answer: B