1.
Ken has written an IBM LotusScript agent that updates existing documents with new data. However, after the agent runs, some of the documents are giving errors while users are working with them in the user interface. Some of the data that was added is not passing the field validation tests. What can Ken do to make sure the data he is adding to the documents is valid before he saves the changes?
2.
James is creating an IBM LotusScript agent that will concatenate a string value and a numeric expression. Using the following code snippet, what will be the output? a$ = "500" b% = 200 c$ = "100" print (a$ & b%) + c$
3.
Steven is using Java to write an agent in his application and needs to get a handle to the database that the agent is running in. How can Steven accomplish this?
4.
In addition to monitoring Java heap usage, what other feature is enabled when a developer sets the "Show heap status" preference setting in IBM Domino Designer?
5.
When adding a custom control to his XPage, Dennis wants to display a custom message to the designer rather than the normal design representation of the custom control. How would he accomplish this?
6.
If the facet name is computed which is true?
7.
Jaden is looking for a way to show all the error messages from his validated fields in one place. Which of the following could he use to accomplish this?
8.
XPage application configuration files have four property level elements. Which is a property level element?
9.
There is a case where the XPage needs to check for certain conditions of the XPage prior to submission to the server for processing. All data entry controls are configured with server-side validators. Which XSP method could be used to prevent a page submission?
10.
John wants to add a "data-role" attribute to his Edit Box control. Which can he use to accomplish this?