Prüfungsvorbereitung übungstest C2040-408Testfragen

Prüfungsvorbereitung übungstest C2040-408Testfragen deutsch IBM Notes and Domino 9.0 Social Edition Application Development Update www.it-pruefungen.de

QUESTION NO: 1
How 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”)

Answer: A

QUESTION NO: 2
Sam 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 user returns to it. How can she accomplish this?

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

Answer: A

a

QUESTION NO: 3
What 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 levels
B. expands the first (index 0) Navigator child node
C. makes the Navigator control show only the parent levels
D. prevents the Navigator from displaying a twisty on levels that can be expanded

Answer: C

IT-Prüfungen C2040-408 IBM Notes and Domino 9.0 Social Edition Application Development Update www.it-pruefungen.de

QUESTION NO: 4
The simpleValuePicker data provider of the Value Picker control supports which kind of data?

A. .Net Matrix
B. JavaScript Arrays
C. @PickerDataSource
D. Direct REST API calls

Answer: B

QUESTION NO: 5
Richard wants to allow his users to select names from either of two views using the Name Picker control. How can he do this?

A. Richard can use a single Name Picker with two dominoViewNamePicker dataProviders.
B. Richard will need to add two Name Pickers, each using a dominoViewNamePicker
dataProvider.
C. Richard will need to use a beanNamePicker dataProvider to merge the contents of the two views for a single Name Picker.
D. Richard can use a single Name Picker with a namePickerAggregator dataProvider. He can add two dominoViewNamePicker dataProviders tothe namePickerAggregator.

Answer: D

C2040-408 Prüfungsfragen IBM Notes and Domino 9.0 Social Edition Application Development Update www.it-pruefungen.de

QUESTION NO: 6
Which property of viewStateBean should be used to restore the state of a view saved by a Pager Save State control?

A. restoreState
B. returnViewState
C. restoreViewState
D. returnStoredState

Answer: A

QUESTION NO: 7
What 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.

Answer: A