In IBM LotusScript, which NotesDocument class property can be used to find the owner of a lock on a document?
ALockHolders
BDatabaseLock
CDocumentLock
DWhoIsLockHolder
James has a large number of image resources and he knows that the name of the image resource will change when it is updated. How can he add an alias name to the image resource?
AAfter the image resource name, type a vertical bar (|) followed by the alias name.
BImage resource names are chosen when they are created and cannot be renamed.
COpen the Image resource in the IBM Domino Designer client and add the alias name to the "Alias" field.
DImage resources are chosen at the time they are created and do not support an Alias name.
James will need to use IBM LotusScript in order to modify the Calendar Profile stored in his mail file. Given the following snippet of code, what would be the correct line for instantiating the Calendar Profile? Dim session As New NotesSession Dim db As NotesDatabase Dim doc As NotesDocument Set db=session.CurrentDatabase
DIt keeps application instances consistent in design.
Caroline is programmatically using the UniversalID property of a document. Which option will return the same value as the UniversalID property?
A@NoteID
B@ReplicaID
C@Command
D@DocumentUniqueID
Which statement describes the embedded navigators?
AEmbedded navigators are not supported in a page.
BEmbedded navigators are not supported in subforms.
CEmbedded navigators are not supported in a browser.
DEmbedded navigators are not supported in the IBM Notes Basic client.
Felix is creating an application where a user will type extensive data into a text field. What is the maximum amount of data IBM Domino can store in a text field?
A4 KB
B32 KB
C64 KB
Dlimited only by available disk space to 1 GB
Charles is designing a database agent with IBM LotusScript that will display the name(s) of the folder(s) that a specific document is in, if it is in one or more folders. He is using the FolderReferencesEnabled property of the NotesDatabase Class. Which statement is true regarding the FolderReferencesEnabled property?
AThe database must have the $FolderInfo hidden view to support folder references.
BThe database must have $FolderRefInfo defined in the database profile to support folder references.
CThe database must have the $FolderInfo and $FolderRefInfo hidden views to support folder references.
DThe database must have $FolderInfo and $FolderRefInfo forms defined in the database profile to support folder references.
An IBM Domino application performs certain operations, such as DDE-related functions, that are not available in all platform versions of IBM Notes and Domino.
What function can be used to determine the underlying operating system?
A@Version
B@ClientType
C@Platform([Specific])
D@Platform([ClientType])
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?
AThis is the port the client will use to connect for debug.
BThis is the limit of user requests which will be debugged.
CThis is the real memory address which will be debugged.
DThis is the limit of memory in KB which can be used to debug.
Mary has written an IBM Domino XPage application called myxsp in myDb.nsf on myServer. The end users are reporting performance issues on first use after the server starts. What two things could Mary do to improve performance of the application? (Choose two.)
ASet XPagesPreload=1 in the server notes.ini.
BAdd myxsp to the JavaUserClasses in the notes.ini.
CReduce the Java hap size via HTTPJavamaxheapsize notes.ini parameter.
DIncrease the Java Heap size via HTTPJavamaxheapsize notes.ini parameter.
ESet XPagesPreloadDB=myServer!!myDb.nsf/myxsp.xsp in the server notes.ini.
The Debug_AMGR notes.ini parameter can be used to debug IBM Domino agents running in which context?
Arun on a client
Bscheduled via AMGR
Ccalled through HTTP via a browser
Dduring a test running in the IBM Domino Designer client
What is the function of the class com.ibm.xsp.exception.XSPExceptionInfo?
Areturns the component that returned the error
Breturns the operator passed on the failing call
Callows the developer to specify special error conditions
Dallows the runtime to return additional information about the error
What data does the Remote Debugger Utility window include?
Athe program call stack of the agent at the time of error
Bthe line number of the agent running at the time of error
Cbreakpoints, program calls, print output and agent variables
Dprogram calls, print output and the UNID of each document written by the agent
What does the notes.ini parameter javaenabledebug=1 do?
Adebug Java agents from the IBM Domino Designer client
Bdebug Eclipse problems in the IBM Domino Designer client
Cenables debug for Java agents from the IBM Domino Designer client
Dopens a debug window in the IBM Domino Designer client when running any Java code
Heather is developing a new form in her application. Which steps will allow Heather to insert an existing subform into her new form?
AHeather should just click on the subform in the Applications navigator and drag the subform to the place on the form she wants it to be.
BWhile the cursor is at the correct spot in the form, Heather should choose Create from the menu, then Resource > Insert Subform, and thenchoose the correct subform.
CHeather should include the name of the subform she wants the form to use on the "subforms" field of the Advanced tab of the form properties.She can drag the subform to the correct spot on the form once it appears in the form.
DHeather should open the required subform and include the name of the form she wants the subform included in on the "Forms" field of theAdvanced tab of the
Which statement is true with regards to the usage of WebQuerySave event?
Aruns the agent after field input validation formulas are run and after the document is actually saved to disk
Bruns the agent before field input validation formulas are run and after the document is actually saved to disk
Cruns the agent after field input validation formulas are run and before the document is actually saved to disk
Druns the agent before field input validation formulas are run and before the document is actually saved to disk
Which three options are available to use for the content of a column? (Choose three.)
AJava
BFields
CFormula
DJava Script
EIBM LotusScript
FSimple functions
What type of code is allowed in the WebQueryOpen event of a form?
AJava
BFormula
CJavaScript
DIBM LotusScript
Which shared design element gives a developer the ability to control many aspects of the page layout, including headers, links, text, fonts, styles, color, and margins?
AHTML files
Bimage resources
CJavaScript libraries
Dcascading style sheets
Chloe would like to add an alias for one of her forms. What is one way she could do that?
AAdd the alias to the "Alias Names" section in the form properties.
BAdd a $Alias item to the form design note with the alias as its value.
CAdd a computed field named "Alias" to the form and set its value to the alias.
DAdd a "|" (pipe symbol) and the alias after the Name specified in the form properties.
Which statement is correct when using a theme in an XPage application?
AThemes are restricted to using CSS styles.
BThemes can be used in any CSS style sheet.
CThemes allow the designer to set and control any XML property.
DThemes are a standard XML design element and can be used in any HTML application including XPages.
Kenneth is using a Computed for display Text field on his form. He would like for new documents created with the form to display the data from that field in a column in a view. What is one of the things that he could to do to be able to do that?
AChange the field Type to Editable.
BPopulate the Column value property of the field.
CEnable the "Available to public views" property of the form.
DUse the @Text function in the Input Translation event of the field.
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?
ALauren is not able to add an action to a form as actions are available for views only.
BLauren would right-click in the QueryOpen event of the form and choose Insert Action.
CLauren would right-click while in the Action section under Code in the Application Eclipse view and choose New Action.
DWhile Lauren has that form open in the IBM Domino Designer client, choose the menu option Create > Action > Action.