In which file are XPages application runtime configuration settings saved?
A. notes.ini
B. jsf.properties
C. xsp.properties
D. application.properties
What is the primary purpose of a master template?
A. It is required to use XPages.
B. It is required to use external data sources.
C. It prevents users from updating applications.
D. It keeps application instances consistent in design.
Lauren is creating a new form in a database and wants to add an action to that form for her users. How does Lauren add the action to her form?
A. Lauren is not able to add an action to a form as actions are available for views only.
B. Lauren would right-click in the QueryOpen event of the form and choose Insert Action.
C. Lauren would right-click while in the Action section under Code in the Application Eclipse view and choose New Action.
D. While Lauren has that form open in the IBM Domino Designer client, choose the menu option Create > Action > Action.
Which three practices will help improve database performance? (Choose three.)
A. Purge view indexes.
B. Remove unused views.
C. Do not cluster enable the database.
D. Use form alias instead of true form name.
E. Use a view alias instead of true view name.
F. Update uidoc only once (uidoc.Reload) after all fields are written.
James has been asked to write an agent using IBM Domino Component Object Model (COM). Which statement describes COM?
A. COM does not support the New modifier for classes used on the server.
B. COM allows for connections to the backend classes to access or modify data.
C. COM allows support for the concept of web related access such as document context.
D. COM allows for access to the database by using the current environment (for example: current database, current agent, or document context).
The "Show Online Status" option has been enabled in a view column of an IBM Notes application. How can users see the online status icons for names that have been enabled for awareness?
A. Enable the client preference "Display Online Status".
B. Mouse over a name to see if the user is available for chat.
C. Enable the client preference "Show Instant Messaging Status".
D. Select the database property "Show Instant Messaging Status".
What functionality does LSXLC provide?
A. a JDBC connection to a relational database
B. an ODBC connection to a relational database
C. a token ring connection to a relational database
D. a connection to a relational database if IBM Enterprise Integrator for Domino is installed
How can a developer of an XPage application access information about the current user, including the user's name and access level, to the current database?
A. userBean
B. PeopleBean
C. Domino:commonName
D. DominoDB:accessRoles
Which option can be included in a view selection formula to include all response documents in the view index?
A. | @AIIDescendants
B. and@lsResponseForm
C. | @lncludeAIIResponses
D. SELECT @ResponseDoc
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.
Where is the default master template for an application listed?
A. Server document
B. Document properties
C. Application properties
D. Design note properties
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.
When is it appropriate to use the Advanced database property "Don't overwrite free space"?
A. Database performance is not a factor.
B. The "% used" disk space of a database is less than 50%.
C. Data security is not an issue -- for example, in an informal discussion database.
D. The data is already secure -- for example, the database is on a server in a locked room.
In which file do the Eclipse preferences reside?
A. site.xml
B. install.xml
C. updatesite.zip
D. plugin_customization.ini
Mary is the IBM Domino administrator and needs to deploy an agent she has written. Mary's agent reads and writes data directly to the file system, is scheduled to run on server daily, and is signed by Mary's IBM Notes ID. What does Mary need to update to ensure the agent runs correctly?
A. the agent Security setting "Runtime Security Level" to "2. Allow restricted operations"
B. the Execution Control List (ECL) on each workstation to trust Mary's hierarchical name
C. the access control list of the database hosting the agent to include her hierarchical name as Manager
D. the Server document field "Sign or run unrestricted methods and operations" with Mary's hierarchical name