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
Q21. Which is true with regards to XPages Event Handlers?
A. Event Handlers must be attached to an XPage control event.
B. Event Handlers can be used to execute client-side and server-side JavaScript in the same event.
C. When an Event Handler event is complete, client-side JavaScript can be inserted through the onCompleted property.
D. It is not possible to use client-side JavaScript to specifically call server-side JavaScript code without using a partial refresh.
Answer: B
Q22. 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
Answer: D
Q23. There is a requirement in a XPage to display a dialog box to gather data from the user without losing the context of the underlying XPage. After the user enters FirstName, LastName, and MiddleInitial, the underlying XPage should be updated with the "Full Name". Which control should be used?
A. @DialogBox
B. Name Picker
C. Dialog control
D. Value Picker control
Answer: C
Q24. Which property does the Dojo Text Area control have that the Multiline Edit Box control does not?
A. Dojo Text Area has a trim property.
B. Dojo Text Area has a autodate property.
C. Dojo Text Area has a htmlFilter property.
D. Dojo Text Area has a currentDate property.
Answer: A
Q25. Gabe is using the Calendar classes to create a repeat meeting. How does Gabe use the NotesCalendar class to create a repeating event?
A. Gabe will need to use the CreateRepeatEntry method of the NotesCalendar class.
B. Gabe needs to include an RRule item in the iCalendar data he is passing to the CreateEntry call.
C. Gabe will need to make a call to the CreateEntry method of the NotesCalendar class for each occurrence of the event.
D. Gabe should populate the Repeat property of the NotesCalendarEntry to true and populate the RepeatInterval property of theNotesCalendarEntry with the correct data.
Answer: B
Q26. Ava is working on an XPage with multiple data sources which are document1, document2, view1, and view2. The XPage needs a new custom control that needs access to data source view1 from the XPage. Which is the correct way to pass the data source object handle "view1" from the XPage to the custom control?
A. Click the Computed Property icon and type in ?Click the Computed Property icon and type in return view1;?
B. Click the Computed Property icon and type in eturn currentView;?eturn currentView;?
C. Click the Computed Property icon and type in ?Click the Computed Property icon and type in getComponent('view1').getValue();?
D. In the Resources tab section in Properties tab, create a Data source and select the form that view1 is using in the XPage.
Answer: A
Q27. Which navigator control only works with data within the same database?
A. <xe:outline>
B. <xe:tagCloud>
C. <xe:navigator>
D. <xe:breadCrumbs>
Answer: B
Q28. Which three are Definition Elements of XPage configuration files? (Choose three.)
A. validation
B. render-kit
C. converter
D. component
E. property-type
F. validation-type
Answer: C,D,E
Q29. 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?
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
Q30. Pamela wants to be able to able to debug her JavaScript within her XPages in the Notes client (XPiNC) application. What Extension Library control should she add to her XPage to enable this?
A. Firebug
B. Firebug Lite
C. XPiNC CSJS Debugger
D. XPages CSJS Debugger
Answer: B