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.
Which three are design options available for specifying how views will behave when displayed in an Eclipse-based user interface? (Choose three.)
A. Show Tab Navigator.
B. Hide design elements.
C. Show design elements.
D. Hide the column header.
E. Show full response hierarchies.
F. Show Vertical/Horizontal switcher.
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.
Lee has a form with an Authors field on it. That field is computed and its value is "Users". When a document is created with the form, what effect does the field have on that document?
A. The Users group will be listed in the CreatedBy field.
B. Only members of the Users group will be able to modify the document.
C. Only members of the Users group will be able to replicate or copy the document.
D. There will be no effect if the members of the Users group have higher than Author level access to the database.
Which is true about the @ClientType function?
A. @ClientType can be used in column formulas.
B. It returns "True" if the client is an IBM Notes client or Web browser.
C. It returns "Client" used when executed in a server background agent.
D. @ClientType can be used on forms and subforms in "Hide-when" formulas.
Where is the default master template for an application listed?
A. Server document
B. Document properties
C. Application properties
D. Design note properties
Which statement is true concerning private agents?
A. Only Shared agents are available on the Actions menu.
B. Once an agent is saved as a private agent, there is not a way to make it a shared agent.
C. Ownership of a private agent can be reassigned to another user who saves or re-signs the agent.
D. In IBM Domino Designer, anyone with Designer level access or higher can see and run a private agent.
A developer is designing an IBM Notes application integrated with IBM Sametime. The Contact List has been embedded on a page of the application. How can the user display their contact list? "how can the user display" in stem; answer D should be "No additiona, action is required..."
A. Add the notes.ini parameter IMEnabled=1.
B. The application has to be opened from Web browser.
C. Enable the client Preference setting "Display Contact List".
D. When the user opens the page, the contact list is automatically displayed .
Which two data sources does extlibx provide for XPages? (Choose two.)
A. JDBC Save for write access
B. JDBC Open for data access
C. JDBC Query for read only access
D. JDBC RowSet for read/write access
E. JDBC OpenforWrite provides read and write access
Which access control list entry allows a user to edit only those documents with their name in an Authors field?
A. Editor
B. Author
C. Reader
D. Designer