What data does the Remote Debugger Utility window include?
A. the program call stack of the agent at the time of error
B. the line number of the agent running at the time of error
C. breakpoints, program calls, print output and agent variables
D. program calls, print output and the UNID of each document written by the agent
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.
Ian is creating a database with document encryption.
Where are document encryption keys stored?
A. on each document
B. within the keys.properties file
C. within the database header note
D. within each user ID file that has access
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.
How can a developer launch the JavaScript debugger?
A. Launch the JavaScript debugger from the JDK.
B. Use the IBM Domino console command load JSDebug.
C. Launch the JavaScript debugger from the IBM Domino Designer client.
D. Use the IBM Domino console command load JavaScript debug.
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
An application developer has selected the database property "Support Response Thread History". What effect does the setting have on documents in the database?
A. Allows for existing documents to be sorted and maintained in a response hierarchy.
B. New replica or copy of the database with existing threads will also be processed for thread citizenship and a place in the hierarchy
C. Documents created after selecting the option will contain additional information fields allowing them to be sorted into a document response hierarchy
D. New and existing documents in the database will contain additional information fields allowing them to be sorted into a document response hierarchy
Eclipse-based source control clients work on physical files, and they work with the IBM Domino Designer projects elements on the physical files. Which statement describes these elements?
A. They only work with projects that are saved on disk.
B. They work with projects that are available on the network.
C. They work with projects that have source controls defined.
D. They only work with projects that are registered as source control compatible.
Anne wants to configure three Eclipse managed settings for one plugin using IBM Domino Designer. What is the correct syntax to use?
A. "PluginName":"SettingName1";"SettingName2";"SettingName3"
B. "PluginName";"SettingName1";"SettingName2";"SettingName3"
C. "PluginName":"SettingName1":"SettingName2":"SettingName3"
D. "PluginName"("SettingName1":"SettingName2":"SettingName3")
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 .