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?
A. 4 KB
B. 32 KB
C. 64 KB
D. limited only by available disk space to 1 GB
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 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.)
A. Set XPagesPreload=1 in the server notes.ini.
B. Add myxsp to the JavaUserClasses in the notes.ini.
C. Reduce the Java hap size via HTTPJavamaxheapsize notes.ini parameter.
D. Increase the Java Heap size via HTTPJavamaxheapsize notes.ini parameter.
E. Set XPagesPreloadDB=myServer!!myDb.nsf/myxsp.xsp in the server notes.ini.
What is the function of the class com.ibm.xsp.exception.XSPExceptionInfo?
A. returns the component that returned the error
B. returns the operator passed on the failing call
C. allows the developer to specify special error conditions
D. allows the runtime to return additional information about the error
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?
A. Change the field Type to Editable.
B. Populate the Column value property of the field.
C. Enable the "Available to public views" property of the form.
D. Use the @Text function in the Input Translation event of the field.
Mary has written an IBM Domino XPages application. What must Mary do to make XPages in her application available to users with only public access to the database?
A. Add Mary's hierarchical name as Manager to the ACL.
B. Set the XPage design property "Available to Public Access Users".
C. Alter the ACL, add user Anonymous and set the user to Manager access.
D. Alter the Server document field "Sign agents or XPages to run on behalf of the invoker" to add Mary's hierarchical name.
Justin wants to allow users to find data in PDF files when they search in the database he is creating. Which feature will increase the quality of results if enabled?
A. index encrypted fields
B. index attached files using conversion filters
C. "Don't allow simple search" database property
D. "Optimize document table map" database property
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.
Claire is designing several forms. Each form has a similar section that includes a table of approvers. Which shared design element can she use?
A. actions
B. subforms
C. image resources
D. cascading style sheets
If Jane wants to adjust the content of the perspectives in IBM Domino Designer, how would she do this?
A. Click Window > Navigation
B. Click Window > Open Perspective
C. Click File > Preferences > Show Eclipse Views
D. Click File > Preferences > Domino Designer > Applications Navigator