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

Page:    1 / 9   
Total 122 questions

Charles is creating an XPages application for his company. He will use data binding in his application. Which statement describes data binding in an XPage?
A. Data Binding is the process by which a control on an XPage is configured so it can write data to an XPage source.
B. Data Binding is the process by which a control on an XPage is configured so it can read data from an XPage source.
C. Data Binding is the process by which a control on an XPage is configured so it can write/read data to/from an IBM Notes database.
D. Data Binding is the process by which a control on an XPage is configured so it can write/read to/from a legacy database such as IBM DB2.



Answer : C Topic 2, Volume B

What type of debug information does the IBM Domino console command tell amgr debug * provide?

  • A. the program call stack for the failing agent
  • B. console output for each line of execution of each agent running
  • C. memory warnings, events, verbose debug output, run reports, schedules of agents, performance statistics and loading reports
  • D. verbose debug output, memory warnings and report of each line of execution of each agent running, including all variables passed into the application


Answer : C

Mary is using the OSGI console to debug an application and has ENABLE_BREAK=1 set in the client notes.ini. What does this parameter do?

  • A. runs the application one line at a time
  • B. forces a Java core if a JVM failure is encountered
  • C. enables the break points that Mary wrote into the application
  • D. bypasses any external calls in the application being debugged


Answer : B

Which design element supports the use of Access Controlled Sections?

  • A. View
  • B. Form
  • C. Page
  • D. Agent


Answer : B

Simon has been asked to create an agent that will return a list of all of the attachments in an IBM Notes document. Which method or property of the NotesRichTextNavigator or
NotesRichTextItem class will Simon use to complete the task?

  • A. EmbeddedObjects property of NotesRichTextItem
  • B. GetEmbeddedObjects method of NotesRichTextItem
  • C. EmbeddedObjects property of NotesRichTextNavigator
  • D. GetEmbeddedObjects method of NotesRichTextNavigator


Answer : A

Why would a developer create a role?

  • A. to prevent users from creating folders and views on a server
  • B. to select an access level for each person, group, and server
  • C. to assign special access to database design elements and database functions
  • D. to allow users to replicate or copy the database, or documents from the database


Answer : C

How would a developer comment out a setting in xsp.properties?

  • A. The setting must be deleted.
  • B. Use the "#" character as the first character in the line.
  • C. Use the "//" character as the first character in the line.
  • D. Insert "/*" in the beginning of the line and "*/" at the end of the line.


Answer : B

Charles wants his agent to send an email when a user changes the status of a certain document in a database. What trigger will he use for the agent in order to notify him immediately when the status is changed?

  • A. When new mail arrives
  • B. When documents have been modified only
  • C. On schedule hourly, daily, weekly, or monthly
  • D. When documents have been created or modified


Answer : D

How would a developer apply a style sheet to an existing XPage?

  • A. Nothing needs to be done as Style Sheets cannot be used in XPages.
  • B. Click the Add style sheet to page button from the Style tab of the XPage properties.
  • C. Click the Add style sheet to page button on the XSP Properties tab for the application.
  • D. Nothing needs to be done as any Style Sheet that is in the application is available to all XPages.


Answer : B

Where are the configuration settings for remote debug?

  • A. HTTP tab of the Server document
  • B. Security tab of the Server document
  • C. Remote Debug Manager tab of the Server document
  • D. File - Tools - Remote Debugger from the IBM Domino Designer client menu


Answer : C

If a document is created with a form containing a Text field that has the "Allow multiple values" property set and multiple values are entered into the field, how are those values stored within the document?

  • A. They are stored as a text list.
  • B. They are stored as a CD records.
  • C. They are stored as delimited items.
  • D. They are stored as a delimited string.


Answer : A

The process by which a control on an XPage is configured so it can write/read data to/from an IBM Notes database is described by which process?

  • A. Data binding
  • B. Source control
  • C. Source binding
  • D. resource management


Answer : A

In which file do the Eclipse preferences reside?

  • A. site.xml
  • B. install.xml
  • C. updatesite.zip
  • D. plugin_customization.ini


Answer : D

Shoshanna is creating an application that imports data from a text file. What is the maximum amount of data that can be imported into a single text field?

  • A. 8 KB
  • B. 32 KB
  • C. 64 KB
  • D. 128 KB


Answer : B

Which statement describes the UnprocessedDocuments property of the NotesDatabase
Class?

  • A. When invoked on a NotesView object that was not obtained from the GetView method, an error is raised.
  • B. When invoked on a NotesDatabase object that was not obtained from the GetDatabase method, an error is raised.
  • C. When invoked on a NotesDatabase object that was obtained from the CurrentDatabase property, an error is raised.
  • D. When invoked on a NotesDatabase object that was not obtained from the CurrentDatabase property, an error is raised.


Answer : D

Page:    1 / 9   
Total 122 questions