IBM Notes and Domino 9.0 Social Edition Application Development v6.0 (C2040-410)

Page:    1 / 8   
Total 116 questions

Sarah wants a partial refresh to occur within her XPages application when a user clicks a button. Which is the correct attribute for the button <xp:eventHandler> to ensure a partial refresh?

  • A. submit="partial"
  • B. refresh="partial"
  • C. refreshMode="partial"
  • D. submit="partialRefresh"


Answer : C

Into which property of the Data View control should Mary define the leftmost column with a link to open the selected document when clicked?

  • A. linkColumn
  • B. docLinkColumn
  • C. summaryColumn
  • D. categoryColumn


Answer : C

Which is a valid property for an <xp:eventHandler>?

  • A. style
  • B. handler
  • C. rendered
  • D. partialRefreshId


Answer : C

A developer is working on an XPage and there is a client-side feature that needs to compute a value from a viewScope variable docStatus. Which Expression Language syntax will compute the value client-side?

  • A. var myStatus = viewScope.get('docStatus');
  • B. var myStatus = "{#viewScope.get('docStatus')}"
  • C. var myStatus = "#{javascript:viewScope;docStatus;}"
  • D. var myStatus = "#{javascript:viewScope.get('docStatus');}"


Answer : D

James has created an IBM Domino application that users will access over the web. He needs to create a link to open the application's "Using This Application" page. What URL string will he use?

  • A. http://Host/Database?OpenAbout
  • B. http://Host/Database/$help?OpenHelp
  • C. http://Host/Database/$about?OpenHelp
  • D. http://Host/Database/$about?OpenAbout


Answer : B

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

If the facet name is computed which is true?

  • A. Controls cannot be added to the editable area.
  • B. Multiple controls can be added to the editable area.
  • C. Only one control can be added to the editable area.
  • D. The control name must include a special character in the name to be added to the editable area.


Answer : B

Jessica wants to design a Page that passes all data directly to the browser and treat the entire Page as HTML. How would she do this?

  • A. Save all data in a HTML file and click on Import > File.
  • B. Select all text on the Page and choose Edit > Convert to HTML.
  • C. Click on "Render pass through HTML in Notes" in the Page properties.
  • D. Select all the text on the Page and choose Text > Pass through HTML.


Answer : C

Which server-side Global Function is available through the XPages runtime?

  • A. save()
  • B. context()
  • C. getItem()
  • D. getPageFor()


Answer : A

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

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

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

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

XPage application configuration files have four property level elements. Which is a property level element?

  • A. type
  • B. style
  • C. attribute
  • D. property-type


Answer : C

Marco 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 Marco do to add a touch control to dial the phone number for 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="tel".
  • B. Nothing. Access to the phone dialer of the mobile device is not supported for mobile applications developed using the Mobile controls in Domino Designer.
  • C. Add a Tool Bar Button control and compute its href property using this server-side JavaScript: return "tel:" + customerDoc.getItemValueString("phone");
  • D. Add a Rounded List Item control and compute its phone property using this server-side JavaScript: return customerDoc.getItemValueString("phone");


Answer : C

Page:    1 / 8   
Total 116 questions