Refined of C2040-410 practice question materials and answers for IBM certification for examinee, Real Success Guaranteed with Updated C2040-410 pdf dumps vce Materials. 100% PASS IBM Notes and Domino 9.0 Social Edition Application Development Exam B exam Today!
♥♥ 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
Q11. Which control, used to dynamically switch content, includes support to code the Dynamic Content display using a Simple Action, client-side or server-side JavaScript?
A. Switch
B. Dynamic Content
C. Multi-image Output
D. Dynamic View Panel
Answer: B
Q12. Mark has designed a mobile application with two mobile pages. For the first mobile page he set the pageName property to "viewMobilePage" and for the second mobile page he set the pageName property to "documentMobilePage". He designed the viewMobilePage to display a listing of customer names from the CustomersByName view. He designed the documentMobilePage to display the document details for the customer touched on the viewMobilePage. He specified "customerDoc" as the name for the Domino Document data source and the field with the customer phone number is named "phone". What can Mark do to add a touch control to send an SMS message to the customer currently displayed on the documentMobilePage?
A. For the Edit Box control bound to the phone field add the property and value of type="sms".
B. Nothing, access to the SMS function of the mobile device is not supported for mobile applications developed using the Mobile controls inDomino Designer.
C. Add a Tool Bar Button control and compute its href property using this server-side JavaScript:return "sms:" + customerDoc.getItemValueString("phone");
D. Add a Rounded List Item control and compute its sms property using this server-side JavaScript:return customerDoc.getItemValueString("phone");
Answer: C
Q13. Twill is using the NotesDXLImporter class to import a text file containing the DXL for an IBM LotusScript agent that she would like to use in her application. However, the agent is not appearing after the import. Why?
A. She needs to set the AgentImportOption property to something other than its default value.
B. She needs to set the CompileLotusScript property to something other than its default value.
C. She needs to set the DesignImportOption property to something other than its default value.
D. She needs to set the DocumentImportOption property to something other than its default value.
Answer: C
Q14. James is using the simple action "Send mail message" in a button. Which statement describes a limitation when using this simple action?
A. The Body field accepts only plain text.
B. The Body field accepts only text and graphics.
C. The Body field accepts only text and attachments.
D. The Body field accepts both plain and styled text, but not graphics.
Answer: A
Q15. 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
Q16. Tyler has designed a viewMobilePage to display a listing of customer names from the CustomersByName view. During testing Tyler determined that to avoid scrolling he will need to restrict the number of customer names displayed on the viewMobilePage to ten. How can he do this?
A. Add the property and value of rows="10" to the <xe:dataView> control.
B. Add the property and value of rows="10" to the <xp:viewPanel> control.
C. Add the property and value of rows="10" to the <xp:dominoView> control.
D. Add the property and value of rows="10" to the <xe:mobileView> control.
Answer: A
Q17. When adding a custom control to his XPage, Dennis wants to display a custom message to the designer rather than the normal design representation of the custom control. How would he accomplish this?
A. In the custom control Design view, select the Design Definition section and enter the custom XSP Markup.
B. In the custom control Properties view, select the Design Definition section and enter the custom XSP Markup.
C. In the custom control Properties view, select the Design Definition section, select the "Display custom XSP markup" option and enter the custom XSP Markup.
D. In the custom control Properties view, select the Custom Control option, and within there select the "Display custom XSP markup" options. This will display a dialog where the custom XSP Markup can be entered.
Answer: B
Q18. When using the IBM Domino Java Document class method computeWithForm, which three events are triggered? (Choose three.)
A. Default Value
B. Input Validation
C. Input Translation
D. QueryDocumentSave
E. Computed for display
F. Compute before validation
Answer: A,B,C
Q19. 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 should Michael add on the second page to navigate the mobile application user to the first page when touched?
A. Add a Tab Bar Button control and set its targetPage property to "page1".
B. Add a Page Heading control and set its moveTo property to "page1".
C. Code an onClick event with the Move To Application Page simple action and set its target property to "page1".
D. Code an onTouch event with the Move To Application Page simple action and set its target property to "page1".
Answer: B
Q20. Which is true about configuring Extension Library REST service controls?
A. They are only accessible from within a web-based IBM Domino application.
B. They can only be bound to a view in the same database as the control itself.
C. They can be searched, sorted and secured using the control and database configurations.
D. They are available to add to an XPage through the Core Container panel within the IBM Domino Designer in Eclipse (DDE) Controls palette.
Answer: C