35
http://www.gratisexam.com/ Certkiller.C2040-408.77.QA Number : C2040-408 Passing Score : 800 Time Limit : 120 min File Version : 6.7 http://www.gratisexam.com/ C2040-408 IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos. I only used these questions and got 900 marks with this. Perfect Show. Created Questions into Sections, now we can learn by Sections with this help. These are the most accurate study questions. Just focus on these and sit in your exam. From the start to the end, it guided me about every minor issue. I found it like a generous guider. Sections

IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

Certkiller.C2040-408.77.QA

Number: C2040-408Passing Score: 800Time Limit: 120 minFile Version: 6.7

http://www.gratisexam.com/

C2040-408

IBM Notes and Domino 9.0 Social Edition Application Development Update

Modified few questions, fixed few spelling mistakes and typos.I only used these questions and got 900 marks with this. Perfect Show.

Created Questions into Sections, now we can learn by Sections with this help.These are the most accurate study questions. Just focus on these and sit in your exam.

From the start to the end, it guided me about every minor issue. I found it like a generous guider.

Sections

Page 2: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

1. Volume A2. Volume B

Page 3: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

Exam A

QUESTION 1Carl would like to add two action buttons to the bottom of the Form Table control from the Extension Library. How can he accomplish that?

A. Carl should add two button controls to the footer facet inside the Form Table control.B. Carl should add two action buttons below the final row but inside the Form Table control.C. Carl should add a Panel control below the Form Table control. Carl can then add two button controls inside the Panel.D. Carl should add a Panel control to the footer facet of the Form Table control. Carl can then add two button controls inside the Panel.

Correct Answer: DSection: Volume AExplanation

Explanation/Reference:

QUESTION 2What does the Navigator control property expandable="true" do?

A. automatically expands all entries within the TreeNodeB. makes the Navigator control show only the parent levelsC. shows the Navigator parent levels and expands them out one levelD. renders a twisty arrow on all the basicContainerNode entries within the TreeNode

Correct Answer: DSection: Volume AExplanation

Explanation/Reference:Updated.

QUESTION 3Which is true about enabling "Set Partial Execution Mode" and then clicking on the "Select Element" button to specify an id?

A. It allows a developer to execute code only for the specified id and it's children.B. It allows a developer to refresh only a portion of the XPage specified by the id.C. It allows a developer to execute code only for the specified id and it's children. "Partial Update" cannot be enabled for this to work.

Page 4: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

D. It allows a developer to execute code only for the specified id and it's children. "Partial Update" must also be enabled for this to work.

Correct Answer: ASection: Volume AExplanation

Explanation/Reference:

QUESTION 4How does the option "Run server-based XPages apps directly on server" improve performance?

A. using faster disk drivesB. reducing network trafficC. using the faster server CPUsD. having access to large amounts of memory

Correct Answer: BSection: Volume AExplanation

Explanation/Reference:

QUESTION 5John wants to turn on the setting to display an XPage runtime error page when an error occurs. Where would he turn this setting on using IBM Domino Designer9.0?

http://www.gratisexam.com/

A. There is no setting. He would need to create an XPage called error.xsp.B. In the Application Properties editor, XPages tabC. Under Application Configuration - XSP Properties

Page 5: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

D. In the application.properties file

Correct Answer: CSection: Volume AExplanation

Explanation/Reference:Modified.

QUESTION 6Which option can a developer use to manually close applications which are open in the Applications Navigator?

A. Menu option: Project > CleanB. Right-click Context menu: RemoveC. Menu option: File > Application > CloseD. Right-click Context menu: Close Application

Correct Answer: DSection: Volume AExplanation

Explanation/Reference:

QUESTION 7Clova would like to reduce the time delay before getting help on the currently selected tag in the Source tab. Where can this behavior be changed?

A. All Properties for the XPageB. This behavior cannot be modified.C. IBM Domino Designer PreferencesD. Edit the xsp-config files for each control.

Correct Answer: CSection: Volume AExplanation

Explanation/Reference:

Page 6: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

QUESTION 8Dawn has been given a PNG file to use in the application icon. How should she do this?

A. Reproduce the image manually using the icon editor.B. Enter the file name into the icon section of the application properties.C. Replace the application icon with the file, as PNG files are supported.D. Import the file as an image resource, and then insert into the icon properties.

Correct Answer: CSection: Volume AExplanation

Explanation/Reference:

QUESTION 9Adam wants to debug a button on an XPage that runs server-side JavaScript code and has already set up the JavaScript server-side debugger. How does Adamget to the line in the button code using the debugger?

A. Adam needs to refresh the webpage after setting the breakpoint.B. Adam needs to close the browser, and relaunch the web page previewer of the XPage after setting the breakpoint.C. Open the debug perspective, click on the button in the design panel, right click and set a breakpoint.

Click on the button in the browser.D. Open the debug perspective, click on the button in the design panel, click on source, double click on the line's gutter. Click on the button in thebrowser.

Correct Answer: DSection: Volume AExplanation

Explanation/Reference:

QUESTION 10Chuck is stepping through the client-side JavaScript code on his XPage, and is not able to view the source code from the included Dojo files in his debugger. Whatoption can he use to be able to debug the Dojo files?

A. He can't debug the Dojo source code.B. Turn on the notes.ini setting, EnableJavaScriptDebug=1.C. Set AllowDojoDebugging=true in the xsp.properties file on the server.

Page 7: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

D. Turn on the "Use uncompressed resource files (CSS and Dojo)" option in the XSP Properties for the application.

Correct Answer: DSection: Volume AExplanation

Explanation/Reference:

QUESTION 11Adrian has developed his first XPages application, but he notices the application performs slower than expected. What could be affecting Adrian's XPagesapplication's performance?

A. The "Use Dojo layer libraries" option is disabled.B. The Global resource expiration is set to 30 days.C. Adrian did not install the XPages Extension Library.D. The "Use uncompressed resource files (CSS & Dojo)" option is enabled.

Correct Answer: DSection: Volume AExplanation

Explanation/Reference:

QUESTION 12David has added a Name Picker control to his XPages bound to an Edit Box control. He needs to allow the users to select multiple names. Assuming type-ahead isnot enabled, how would he do that?

A. Go to the Name Picker control. Add a multi-value separator to the Client separators box (multipleSeparator property).B. Go to the Name Picker control. Add a multi-value separator to the Suggestions separators box (valueListSeparator property).C. Go to the Edit Box control that will store the values. In the All Properties table, enter a multi-value separator to the multipleSeparatorproperty.D. Go to the Edit Box control that will store the values. In the All Properties table, enter a multi-value separator to the valueListSeparatorproperty.

Correct Answer: CSection: Volume BExplanation

Explanation/Reference:

Page 8: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

QUESTION 13Theo wants to use the Data View control to display a view that has a two-level categorization. How can he achieve this?

A. Theo must use a repeat control instead.B. Theo should add two viewCategoryColumn objects to the categoryColumn property of the Data View control.C. Theo must change the design of the underlying view so there is only one level of categorization. The Data View control does not supportmulti-level

categorization.D. Theo must use the categoryRow facet and build the two-level categorization because the Data View control's categoryColumn property canonly accept one

column.

Correct Answer: BSection: Volume BExplanation

Explanation/Reference:

QUESTION 14What does the pagerDetail control do when added to a data view?

A. defines the label for hiding detail rowsB. provides the facility to expand and collapse categories in a Data ViewC. allows all the details of a Data View detail row to be shown or hidden at a single clickD. defines whether expand and collapse actions should be processed on the browser and/or IBM Notes client

Correct Answer: CSection: Volume BExplanation

Explanation/Reference:

QUESTION 15Alyssa wants to add text that appears in the search bar before the user puts focus in the search bar within the Application Layout control. How should she do that?

A. Alyssa should add the text to the field hint option on the search bar.B. Alyssa should add a computed field with the text to the search bar facet.

Page 9: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

C. Alyssa should add a tooltip with the text to the search field on the search bar.D. Alyssa should add the text in the inactiveText property of the search bar.

Correct Answer: DSection: Volume BExplanation

Explanation/Reference:

QUESTION 16Andrew is using the Form Table control from the Extension Library. He does not want an asterisk (*) to appear before required fields. What should Andrew do?

A. Andrew does not need to do anything; the (*) will not appear in a Form Table.B. Andrew should set the disableRequiredMarks parameter to "true" on the Form Table control.C. Andrew should set the disableRequiredMarks parameter to "true" on the Form Layout Row control for the required fields.D. Andrew should set the disableRequiredMarks parameter to "true" on the Form Layout Column control for the required fields.

Correct Answer: BSection: Volume BExplanation

Explanation/Reference:

QUESTION 17Regina is using a Dojo List Text Box control to display a list of user selected values. She is using the Value Picker control to display the selection list to the user.After Regina adds the Value Picker control and configures the data provider she saves the XPage. After saving she notices that the XPage now contains an errorwith message "Required value for Value Picker is not present". What is the reason for the error?

A. The value of the valueProvider property on the Value Picker control needs to be set to the id of the Dojo List Text Box control.B. The value of the valueProvider property on the Dojo List Text Box control needs to be set to the id of the Value Picker.C. The value of the for property on the Value Picker control needs to be set to the id of the Dojo List Text Box control.D. The value of the for property on the Dojo List Text Box control needs to be set to the id of the Value Picker control.

Correct Answer: CSection: Volume BExplanation

Page 10: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

Explanation/Reference:

QUESTION 18Which is an event available on the Mobile controls Toggle Switch control?

A. onBlurB. onClickC. onTouchD. onStateChanged

Correct Answer: DSection: Volume BExplanation

Explanation/Reference:

QUESTION 19Kyle is creating a mobile page using the Mobile controls. He wants the "Documents" view page to refresh every time the user displays the page. How should heaccomplish that?

A. Kyle should place the view on a page with the refreshContent property set to "true".B. Kyle should set the resetContent property to "true" on the Application Page containing the view.C. Kyle should add server-side JavaScript to the "onLoad" event of the page to refresh the view.D. Kyle should put the view page into a panel with the "BeforePageLoad" event sent to refresh the view.

Correct Answer: BSection: Volume BExplanation

Explanation/Reference:

QUESTION 20In which of the Name Picker's properties would the associated Dojo Name Text Box be set?

A. forB. field

Page 11: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

C. datasourceD. associatedField

Correct Answer: ASection: Volume BExplanation

Explanation/Reference:

QUESTION 21Adrian wants to use a Value Picker control in order to select a location for his Travel Approval application. The list of locations will come from the Locations view.How can Adrian accomplish his goal?

A. Create a SimpleValuePicker dataProvider and use the @DBColumn to return list of locations.B. Create a FormulaValuePicker dataProvider and use the @DBColumn to return list of locations.C. Create a ViewPicker dataProvider and configure it to use the Locations view to return a list of locations.D. Create a dominoViewValuePicker dataProvider and configure it to use the Location view to return a list of locations.

Correct Answer: DSection: Volume BExplanation

Explanation/Reference:

QUESTION 22In the Navigator control, the expandEffect property allows a developer to add an effect when a user clicks on the twisty arrow. What is the only effect available inIBM Domino Designer 9.0?

A. flipB. wipeC. slideD. dissolve

Correct Answer: BSection: Volume BExplanation

Page 12: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

Explanation/Reference:

QUESTION 23Which Navigator node allows a developer to choose the page to be linked to from a drop-down list of all the XPages within an application?

A. pageNodeB. pageTreeNodeC. basicLeafNodeD. basicLinkNode

Correct Answer: BSection: Volume BExplanation

Explanation/Reference:

QUESTION 24When using the Pager Save State control, what is the purpose of the globalRows property?

http://www.gratisexam.com/

A. to define the maximum number of rows to be storedB. to define the number of rows to be displayed by all viewsC. to define the maximum number of rows to be returned by the viewD. to define if the number of rows of the view should be stored globally across all views of the application or just for the current view

Correct Answer: DSection: Volume BExplanation

Explanation/Reference:

Page 13: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

QUESTION 25Joyce wants to add content from multiple columns to the summary area of the Data View control. How can she achieve this?

A. Joyce should use a repeat control.B. Joyce should use the detail facet and compute the content she wishes to display.C. Joyce should use the summary facet and compute the content she wishes to display.D. Joyce can add multiple viewSummaryColumn objects to the summaryColumn property.

Correct Answer: CSection: Volume BExplanation

Explanation/Reference:

QUESTION 26Which option will provide a formatted table with two columns, three rows, a title, description, and footer area?

A. Add a computed field to the custom control, change the content type to HTML, and enter the following code: <table><td><tr></tr><tr></tr><tr></tr></td> <td><tr></tr><tr></tr><tr></tr></td> </table>

B. Add a computed field to the custom control, change the content type to HTML, and enter the following code: <table><tr><td></td><td></td></tr><tr> <td></td><td></td></tr><tr> <td></td><td></td></tr></table>.

C. Add a form table control to the custom control. Enter a title and description to the form title and form description form options. Drop a formlayout row onto thetable. Drop two layout column controls onto the row. Repeat twice for the additional rows.

D. Add a form table control to the custom control. Enter a title and description to the form title and form description form options. Drag a formlayout column onto thetable. Drop three form layout row controls onto the column. Repeat for the second column.

Correct Answer: DSection: Volume BExplanation

Explanation/Reference:

QUESTION 27What does the @Formula @FullUrl("blink.gif") return?

Page 14: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

A. the full URL path for the "blink.gif" resource, relative to the serverB. the full URL path for the "blink.gif" resource, relative to the databaseC. the full URL path for the "blink.gif" resource, including the protocol and server host nameD. @FullUrl is not a valid @Formula. The only @Formula introduced in IBM Notes 9.0 for URLs is @AbsoluteUrl(name:string).

Correct Answer: ASection: Volume BExplanation

Explanation/Reference:

QUESTION 28When using the Pager Save State Control, which property is used to define which control the pager applies to?

A. forB. targetC. bindingD. refreshId

Correct Answer: ASection: Volume BExplanation

Explanation/Reference:

QUESTION 29Keegan is working on adding XPages to his company's document sharing application. The database is made up of dozens of views. Which control would allowKeegan to switch which view is displayed without using multiple view or Data View controls?

A. ViewB. Dynamic ContentC. Dynamic View PanelD. Dynamic Dojo View Panel

Correct Answer: CSection: Volume B

Page 15: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

Explanation

Explanation/Reference:

QUESTION 30Elaine has added a Name Picker with a dominoViewNamePicker dataProvider. How does she define which column the value should be picked from?

A. The same value will be used for the label and the value.B. The value will be picked from the first sorted column in the view.C. Set the valueColumn property to the programmatic name of the relevant column.D. Set the valueColumn property to the index of the relevant column, where the column indices start at 0.

Correct Answer: BSection: Volume BExplanation

Explanation/Reference:

QUESTION 31Which property is used to identify the data source of a Value Picker control?

A. dataSourceB. dataProviderC. sourceControlD. rendererSource

Correct Answer: BSection: Volume BExplanation

Explanation/Reference:

QUESTION 32Jason would like to use the Dojo List Text Box control in his service request application. Which control is typically used along with this control?

A. Value Picker

Page 16: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

B. Dojo Value PickerC. Custom Value PickerD. Dynamic Value Picker

Correct Answer: ASection: Volume BExplanation

Explanation/Reference:

QUESTION 33How would a developer prevent the editing or deleting of a Dojo Name Text Box control's values?

A. Set the Dojo Name Text Box control's readOnly property to "true".B. Set the associated Picker control's preventEditing property to "true".C. Set the Dojo Name Text Box control's preventEditing property to "true".D. Set both the associated Picker control's readOnly property and the Dojo Name Text Box control's readOnly property to "true".

Correct Answer: ASection: Volume BExplanation

Explanation/Reference:

QUESTION 34Which areas of the Application Layout control have defined facets for adding additional content?

A. PlaceBar, LeftColumn, MiddleColumn, and RightColumnB. TitleBar, PlaceBar, SearchBar, LeftColumn, MiddleColumn, and RightColumnC. MastHeader, MastFooter, TitleBar, LeftColumn, MiddleColumn, and RightColumnD. MastHeader, MastFooter, SearchBar, LeftColumn, MiddleColumn, and RightColumn

Correct Answer: DSection: Volume BExplanation

Explanation/Reference:

Page 17: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

QUESTION 35Karen is helping a new XPages developer to setup his workspace. She wants to make it as effective as possible while eliminating controls that he has not beentrained on. Where would she make these changes?

A. Tool BarB. Palette ProfileC. Custom ControlD. Workspace Palette

Correct Answer: BSection: Volume BExplanation

Explanation/Reference:

QUESTION 36In what situation will the Close Application context menu option be shown and enabled (not grayed out)?

A. when right-clicking on the application propertiesB. when right-clicking on any design element group for an open applicationC. when right-clicking on an application header in the Applications NavigatorD. when right-clicking on an application in the package explorer Eclipse view

Correct Answer: CSection: Volume BExplanation

Explanation/Reference:

QUESTION 37Tom is working in the source tab of an XPage. He wishes to quickly open and edit the custom control.What can Tom do?

A. Hold the ALT key and click on the Custom Control Source.B. Hold the CTRL key and click on the Custom Control Source.

Page 18: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

C. Hold the SHIFT key and click on the Custom Control Source.D. Hold the CTRL and ALT keys and click on the Custom Control Source.

Correct Answer: BSection: Volume BExplanation

Explanation/Reference:

QUESTION 38Where does a developer enable the CKEditor to do spell-checking?

A. In the XPage All Properties tab.B. Within the Application Properties.C. Nowhere, it is automatically enabled.D. On each individual inputRichText item.

Correct Answer: CSection: Volume BExplanation

Explanation/Reference:

QUESTION 39Mary would like to turn on the option to use runtime optimized JavaScript and CSS resources for her XPages to improve performance. Where would she enable thatoption?

A. Applications Properties, on the Basics tabB. In the IBM Domino Server document in the Domino DirectoryC. Under Application Configuration, edit XSP Properties from the Applications Navigator.D. In the faces-config.xml file adding the xsp.resources.aggregate=true line

Correct Answer: CSection: Volume BExplanation

Explanation/Reference:

Page 19: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

QUESTION 40What type of content is stored in the faces-config file?

A. JavaB. XMLC. XSPD. HTML

Correct Answer: BSection: Volume BExplanation

Explanation/Reference:

QUESTION 41Livi is using the Boolean Converter for the first time and reviewing the code in the source pane of the XPages editor. As she hovers over the xp:convertBoolean tag,a help window is displayed. Livi would like to make the hover help window bigger. How can she do this?

A. Press F9 to maximize the window.B. Press F1 to view the topic in the main Help.C. Press F2 to get focus and then resize the window.D. Press F6 + repeatedly to increase the window size.

Correct Answer: CSection: Volume BExplanation

Explanation/Reference:

QUESTION 42The support of which image resource is new to IBM Domino Designer 9.0 Social Edition?

A. GIFB. PNGC. JPEG

Page 20: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

D. Bitmap

Correct Answer: BSection: Volume BExplanation

Explanation/Reference:

QUESTION 43Ella's development team use a software version control system to keep track of changes to external resource files. How can Ella include NSF-based design in thesystem?

A. Enable the Source Control Feature under Team Development.B. Set the parameter "ENABLE_SOURCE=1" in the notes.ini file.C. This is not possible since the version control system can only work with physical files.D. Create an association or mapping between a virtual NSF project and an on-disk project.

Correct Answer: ASection: Volume BExplanation

Explanation/Reference:

QUESTION 44How can Janet use the hyperlink navigation functionality in the XPages source editor to review the contents of a server-side JavaScript library?

A. Press CTRL and click on the resource with the mouse.B. This functionality only works with client-side JavaScript libraries.C. Click on the resource to confirm the name, then open it manually.D. Right-click on it and select "open resource" from the options provided.

Correct Answer: ASection: Volume BExplanation

Explanation/Reference:

Page 21: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

QUESTION 45Henry is adding a Radio Button Group control that will let users narrow the documents they see in the View control with the id of "newRequest" in the departmentshelp desk application. Henry has set the "Set Partial execution mode" and clicked on the "Select Element" button to select the newRequest id. When a user selectsa value from the Radio Button Group, the list of documents in the newRequest view control stay the same. What can Henry do to show the correct documentsbased on the value from the Radio Button Group control?

A. From the Events tab of the newRequest View control, select the "Partial Update" property and then click on the "Select Element" button toselect the newRequestID.

B. From the Events tab of the Radio Button Group control, select the "Partial Update" property and then click on the "Select Element" button toselect thenewRequest ID.

C. From the Events tab of the newRequest View control, click on the "Select Element" button under the "Set Partial Execution Mode" select the idof the RadioButton Group.

D. From the Events tab of the Radio Button Group control, click on the "Select Element" button under the "Set Partial Execution Mode" select theid of the RadioButton Group.

Correct Answer: BSection: Volume BExplanation

Explanation/Reference:

QUESTION 46What is the primary benefit of enabling source control operations in IBM Domino Designer?

A. NSF-based design information can be exported directly to text files.B. It allows for external resources to be imported directly into Domino Designer.C. It allows all NSF code to be exported to an archive file and common source control operations can be performed using a source controlversioning system.D. NSF-based design elements can be stored in a source control repository and common source control operations can be performed usingDomino Designer.

Correct Answer: DSection: Volume BExplanation

Explanation/Reference:

QUESTION 47What are two ways Olly can identify which of his applications are not assigned to a working set? (Choose two.)

Page 22: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

A. Open Bookmarks.nsf and look in the Working Sets\None view.B. In the Applications view, in the Manage Working Sets menu, select All.C. In the Applications view, in the Manage Working Sets menu, select None.D. In Quick Links tab of the home page, click on the "Applications Not in Working Set" option.E. In the Applications view, in the Manage Working Sets menu, select "Applications Not in Working Set".

Correct Answer: DESection: Volume BExplanation

Explanation/Reference:

QUESTION 48Mary wants to debug the uncompressed version of the xspClientDojo.js. Which action can she perform in order to do this?

A. Set the "Use Dojo layer libraries" option in the XSP Properties editor.B. Set the "Use runtime optimized JavaScript and Dojo" option in the XSP Properties editor.C. Set the "Use uncompressed resource files (CSS & Dojo)" option in the XSP Properties editor.D. Uncompress the xspClientDojo.js file manually and upload it to IBM Domino Desginer via a JS Library.

Correct Answer: CSection: Volume BExplanation

Explanation/Reference:

QUESTION 49The Domino Access Services return data in what format?

A. DXLB. XMLC. CSVD. JSON

Correct Answer: D

Page 23: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

Section: Volume BExplanation

Explanation/Reference:

QUESTION 50Peter is using the Send Mail simple action to send an embedded experience email from his XPages application. Which two formats are available for embeddedexperience emails? (Choose two.)

A. DXLB. XMLC. JSOND. HTMLE. YAML

Correct Answer: BCSection: Volume BExplanation

Explanation/Reference:

QUESTION 51Luis is planning on moving his IBM Notes applications to the internet using XPages and removing the Notes client from some of his users. However, until all theapplications are converted to XPages, users will still need to access the Notes applications. What can Luis do to provide access to the Notes applications that havenot been converted yet for those users who will not have the Notes client?

A. Install the Notes 9.0 Browser Plug-in and allow users to access old applications via a web browser.

http://www.gratisexam.com/

B. Enable Web Access on the IBM Domino server.C. Applications cannot run via the Internet without XPages.

Page 24: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

D. Use the IBM XPages Converter Tool to add all required XPages components for the application to run in web browsers.

Correct Answer: ASection: Volume BExplanation

Explanation/Reference:

QUESTION 52The Notes Calendar APIs are available on which of the following programming languages?

A. Only IBM LotusScript and JavaB. Only C, IBM LotusScript and JavaC. Only IBM LotusScript and server-side JavaScriptD. Only C, IBM LotusScript, Java and server-side JavaScript

Correct Answer: DSection: Volume BExplanation

Explanation/Reference:

QUESTION 53Donna would like to give certain users the ability to delete documents from SupportWiki.nsf's portal application interface. Using the Domino Access Services, whichrequest URL can she use to accomplish this?

A. DELETE http://{server_host}/{database}/api/documents/unid/{document_unid}B. DELETE http://{server_host}/{database}/api/data/documents/unid/{document_unid}C. POST http://{server_host}/{database}/api/documents/unid/{document_unid}?DeleteD. POST http://{server_host}/{database}/api/data/documents/unid/{document_unid}?Delete

Correct Answer: BSection: Volume BExplanation

Explanation/Reference:

Page 25: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

QUESTION 54Which of the following IBM LotusScript methods can be used to create a new meeting invitation?

A. NotesCalendar.CreateInvite( icalentry$ , [ flags% ] )B. NotesCalendar.CreateEntry( icalentry$ , [ flags% ] )C. NotesCalendar.CreateMeeting( icalentry$ , [ flags% ] )D. NotesCalendar.CreateDocument( icalentry$ , [ flags% ] )

Correct Answer: BSection: Volume BExplanation

Explanation/Reference:Fined.

QUESTION 55Alex, an IBM Domino developer, is using a JAR design element in his Application. He made some changes to the JAR code. How could Alex have the new codeimported to the application while maintaining the Note ID?

A. Use Replace button.B. Remove the old version and import the new one.C. Export the current version. Make the changes and import again.D. Go to Properties, copy the current Note ID. Delete the current version, import the new one, go to properties > Note ID and paste.

Correct Answer: ASection: Volume BExplanation

Explanation/Reference:

QUESTION 56Mark has added the Extension Library Dialog control to an XPage, accepting the default ID of "dialog1". He has added a button to launch the dialog. Which optionwill launch the dialog from the button?

A. On the Client tab of the onclick event of the button, add xsp . openDialog ("dialog1").B. On the Server tab of the onclick event of the button, add xsp. openDialog ("dialog1").C. On the Client tab of the onclick event of the button, add xsp. openDialog("# {id: dialog1}").

Page 26: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

D. On the Server tab of the onclick event of the button, add xsp. openDialog ("# {id: dialog1}").

Correct Answer: CSection: Volume BExplanation

Explanation/Reference:

QUESTION 57Harry would like to debug the Dojo JavaScript files added to an XPage, but when he does examine the JavaScript code, it is not readable. What would he need todo to debug the Dojo JavaScript code?

A. Use the new server-side JavaScript Debugger.B. Go to the Dojo site and download the uncompressed Dojo files.C. Turn on the Use JavaScript when generating pages option in the Application PropertiesD. Check the box next to the "Use uncompressed resource files (CSS and Dojo)" in the XSP properties.

Correct Answer: DSection: Volume BExplanation

Explanation/Reference:

QUESTION 58Andrew, an IBM Domino developer, is using the Pager Save State control to keep the state of the view while the user is handling documents and going back to theview. How could Andrew define that the number of rows stored for the user should be just for the current view?

A. Set globalRows="true".B. Set globalRows="false".C. Use server-side JavaScript to store the view in a Session Scope variable.D. Use server-side JavaScript to create an array, insert the view in it and then store the array in a Session Scope variable.

Correct Answer: BSection: Volume AExplanation

Explanation/Reference:

Page 27: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

QUESTION 59What does the disableHideRow property provide on the Data View control?

A. The property automatically shows the details facet and does not allow the user to hide the detail.B. The property automatically shows response documents and does not allow the user to hide them.C. The property does not allow the user to hide the detail, but requires expandedDetail="true" to be set.D. The property does not allow the user to hide response documents, but requires collapsibleRows="true" to be set.

Correct Answer: ASection: Volume AExplanation

Explanation/Reference:

QUESTION 60The Extension Library provides a Dialog control. What languages can be used to launch the Dialog?

A. Client-Side JavaScript and Simple ActionB. Server-Side JavaScript and Simple ActionC. Client-Side JavaScript and Server-Side JavaScriptD. Client-Side JavaScript, Server-Side JavaScript, and Simple Action

Correct Answer: CSection: Volume AExplanation

Explanation/Reference:

QUESTION 61Ben is using a view control on his XPage that contains other controls that perform many computations. He wants to add a Check Box control that will filter the datain the view, but is concerned about performance. He has set the Check Box control to use partial refresh and specified the View control as the refresh id. What elsecan Ben do to optimize the performance of the XPage?

A. From the "Server Options" section of the event handler on the View control. Click the "Select Element" button next to the Partial Refreshproperty. In the "SelectElement to Update" dialog check the "Set Partial Execution Mode" Option.

Page 28: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

B. From the "Server Options" section of the event handler on the View control. Click the "Select Element" button next to the "Set Partial ExecutionMode" property.Next select "Select Element from Page" and click on the id of the view control.

C. From the "Server Options" section of the event handler on the Check Box control. Click the "Select Element" button next to the "Set PartialExecution Mode"property. Next select "Select Element from Page" and click on the id of the view control.

D. From the "Server Options" section of the event handler on the Check Box control. Click the "Select Element" button next to the Partial Refreshproperty. In the"Select Element to Update" dialog check the "Set Partial Execution Mode" Option. Next select "Select Element from Page" andclick on the id of the Check Boxcontrol.

Correct Answer: CSection: Volume BExplanation

Explanation/Reference:

QUESTION 62How can Simon set an IBM Notes view in his application to show the created dates of the documents in the abbreviated, simplified format?

A. Create an XPage to display the view. Configure the display of the column within the XPage.B. Go to the view properties. In the Advanced tab, enable the "Display abbreviated dates" option.C. Go to the Application properties. In the Design tab, enable the "Display abbreviated dates" option.D. Go to the View Column properties. In the Advanced Format tab, enable the "Display abbreviated date" option.

Correct Answer: DSection: Volume BExplanation

Explanation/Reference:

QUESTION 63What is the default delimiter used by the Dojo List Text Box control to display multiple values?

A. SpaceB. CommaC. Semi ColonD. None, multiple values are always displayed on the same line or wrapped if space is not available.

Correct Answer: D

Page 29: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

Section: Volume AExplanation

Explanation/Reference:

QUESTION 64Some additional server-side JavaScript @Functions have been provided via the Extension Library for presenting messages to users. Which three @Formulas canbe used? (Choose three.)

A. @IsErrorB. @PromptC. @InfoMessageD. @ErrorMessageE. @FailureMessageF. @WarningMessage

Correct Answer: CDFSection: Volume AExplanation

Explanation/Reference:

http://www.gratisexam.com/

QUESTION 65Samantha would like to use the Search functionality provided in the Application Layout control. What does she need to do to configure search on the ApplicationLayout control in the Properties view?

A. Samantha needs to click on the Place Bar tab, enter "true" for the showSearch property, and select the Page Name for displaying results.B. Samantha needs to click on the All Properties tab, enter "true" for the showSearch property, and select the Page Name for displayingresults.C. Samantha needs to select the Title Bar tab, select "Show search controls (options dropdown, edit box, and search icon)", and select the PageName for

displaying results.

Page 30: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

D. Samantha needs to click on the Search tab, select "Show search controls (options dropdown, edit box, and search icon)", and select the PageName fordisplaying results.

Correct Answer: DSection: Volume AExplanation

Explanation/Reference:

QUESTION 66Which property should Anne use to allow her users to launch the Name Picker via a link with the label "Select"?

A. Anne should set the value property to "Select".B. Anne should set the pickerText property to "Select".C. Anne should set the dialogTitle property to "Select".D. Anne should set the labelIcon property to "false". "Select" is the default text that appears if no label icon is used.

Correct Answer: BSection: Volume AExplanation

Explanation/Reference:

QUESTION 67How would the Name Picker control know that the Dojo Name Text Box control allows multiple values?

A. The multipleSeparator property is set.B. The maxValues property is set to more than 1.C. The multiSeparator property is set to "true".D. The multipleValues property is set to "true".

Correct Answer: ASection: Volume AExplanation

Explanation/Reference:

Page 31: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

QUESTION 68How would a developer enable partial refresh using a Dynamic Content control?

A. partialEvents="true"B. partialRefreshMode="true"C. No action needed. By default, partial refresh is enabled.D. getComponent("dynContent").setRefreshMode("Partial")

Correct Answer: ASection: Volume AExplanation

Explanation/Reference:

QUESTION 69Sam is creating a mobile application using the Mobile controls. When a user opens a page from a view, she would like the view page to fade in when the userreturns to it. How can she accomplish this?

A. On the page heading control, Sam should set the transition

Correct Answer: ASection: Volume AExplanation

Explanation/Reference:

QUESTION 70What does setting the expandLevel property of a Navigator control to "0" do when the expandable property is set to "true"?

A. expands all the Navigator control levelsB. expands the first (index 0) Navigator child nodeC. makes the Navigator control show only the parent levelsD. prevents the Navigator from displaying a twisty on levels that can be expanded

Correct Answer: CSection: Volume A

Page 32: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

Explanation

Explanation/Reference:Still right.

QUESTION 71The simpleValuePicker data provider of the Value Picker control supports which kind of data?

A. .Net MatrixB. JavaScript Arrays

http://www.gratisexam.com/

C. @PickerDataSourceD. Direct REST API calls

Correct Answer: BSection: Volume AExplanation

Explanation/Reference:

QUESTION 72What happens when a variable changes value when stepping through the server-side JavaScript debugger?

A. The variable in the source code tab flashes on and off.B. The variable in the source code is highlighted in yellow.C. In the Source tab, the variable and the value are highlighted in yellow and the variable's blue diamond has a red triangle added.D. In the Variables tab, the variable and the value are highlighted in yellow and the variable's blue diamond has a red triangle added.

Correct Answer: DSection: Volume BExplanation

Page 33: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

Explanation/Reference:

QUESTION 73Debbie's company has recently upgraded to IBM Notes 9.0 Social Edition, including upgrading all email files to the new mail template. While using the Notes clientto access her email, she wants to use the new abbreviated, simplified formats in the Date column in her Inbox. How would she do this?

A. Nothing. This can only be used via a browser, not the Notes client.B. Nothing. This is enabled by default on the Notes 9.0 mail file template.C. The Inbox design will need to be changed to use the new format on that column.D. The Inbox design will need to be changed to use a formula in the column definition.

Correct Answer: BSection: Volume AExplanation

Explanation/Reference:

QUESTION 74Hannah would like to exclude an application's image files from synchronizing with the Version Control Management system. How can she configure this?

A. Hannah needs to list the filenames in the .svnignore file.B. Select the files, right-click and select Do not synchronize.C. Choose Preferences > Team > Ignore Resources > Add pattern.D. Choose Preferences > Domino Designer > Source Control > Exclusion List.

Correct Answer: CSection: Volume AExplanation

Explanation/Reference:

QUESTION 75Which two methods can be used to show all the applications in the Applications view which do not belong to a specific working set? (Choose two.)

A. In the Applications view, in the manage working sets menu, select "None".

Page 34: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

B. In the Applications view, in the manage working sets menu, deselect all working sets.C. In the Quick Links tab of the Home page, click on the "Applications Not in Working Set" option.D. In the Applications view, in the manage working sets menu, select "Applications not in Working Set".E. In the Quick Links tab of the Home page, click on the "None" option under the "My Working Sets" heading.

Correct Answer: CDSection: Volume AExplanation

Explanation/Reference:

QUESTION 76Claire wants to add a field to her XPage to allow users to spell-check the entered text. How should she do this in the simplest manner?

A. Use a 3rd Party editor.B. Use the inputRichText item.C. She cannot spell-check a field.D. Add a Spell Check control to the XPage.

Correct Answer: BSection: Volume AExplanation

Explanation/Reference:

QUESTION 77Branson is creating a new team profile form for his league's football XPages application. On the XPage is a Combo Box control which contains a list of teams in theleague, and a View Control which displays the results of the current season. On the Combo Box control, Branson selected "Set Partial Execution Mode" and thenClick on the "Select Element..." button to select the id of the View control. Which phases of the JSF Request life cycle are impacted by this?

A. Apply Request Values, Process Validation, Update Model Values and Invoke ApplicationB. Render Response, Process Validation, Update Model Values and Invoke ApplicationC. Apply Request Values, Process Validation, Update Model Values and Restore ViewD. Restore Response, Process Validation, Submit Model Values and Render View

Correct Answer: ASection: Volume A

Page 35: IBM.Certkiller.C2040-408.v2015-03-27.by.Ervin · IBM Notes and Domino 9.0 Social Edition Application Development Update Modified few questions, fixed few spelling mistakes and typos

http://www.gratisexam.com/

Explanation

Explanation/Reference:

http://www.gratisexam.com/