Mary wants to attach the IBM Domino Designer JavaScript remote debugger to her server, and finds the parameter JavaDebugOptions=transport=dt_socket,server=y,suspend=n,address=8000 already set in the server's notes.ini. What does the address=8000 mean?
A. This is the port the client will use to connect for debug.
B. This is the limit of user requests which will be debugged.
C. This is the real memory address which will be debugged.
D. This is the limit of memory in KB which can be used to debug.
Chloe would like to add an alias for one of her forms. What is one way she could do that?
A. Add the alias to the "Alias Names" section in the form properties.
B. Add a $Alias item to the form design note with the alias as its value.
C. Add a computed field named "Alias" to the form and set its value to the alias.
D. Add a "|" (pipe symbol) and the alias after the Name specified in the form properties.
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.
Running compact -F on the IBM Domino server only checks the tables associated with the form specified in selection criteria instead of every table in the application. What database property is available that does the same thing as this server task?
A. "Don't maintain unread marks"
B. "Optimize document table map"
C. "Prevent the use of stored forms"
D. "Associate document tables with forms for view updates"
Mary has written an XPage application which has one call to a view and will not refer to the view again. She can alter the view property dataCache to reduce memory usage in the XPage application by setting the value to which of the following?
B. id
C. full
D. unload
What benefit does using a working set in the IBM Domino Designer client allow?
A. In order to work on an application in the Domino Designer client, it must be in a working set.
B. It allows source control functionality to automatically track any changes to the databases in the working set.
C. It will prevent other designers from modifying applications while a developer is working with them in a working set.
D. It allows a designer to group all databases that are part of a project together so only they are showing in the Application Navigator.
Brian wants to manage his Java resources, but he is unable to find the tool to do this.
What could be the issue?
A. Brian does not have access to this tool.
B. Brian is in the wrong Workbench window.
C. Brian does not have access to the Java resources.
D. Brian is not using the Java perspective in the Workbench.
By default, in which format is data entered into a Rich Text field stored within the document?
A. DXL
B. HTML
C. MIME
D. CD record
Tara is writing an XPage application and wants to define the life of an object to be limited to the rendering of the page. Which scope should she use?
A. viewScope
B. requestScope
C. sessionScope
D. applicationScope
An XPages application needs to access user information such as unique ids, quota, and database roles for current user. This can be done using which option?
A. Notes API
B. Extension Library
C. JavaScript Toolkit API
D. Client Side JavaScript