In which file are XPages application runtime configuration settings saved?
A. notes.ini
B. jsf.properties
C. xsp.properties
D. application.properties
Julianna wants to add a calendar view to her application to display the completion dates of the documents in her application.
What must Julianna do, in addition to setting the view type to calendar, to accomplish this?
A. Julianna should create a view that the selection formula is based off of the completion date of the document.
B. Julianna can use any existing view in the database by just changing the view property "style" to be calendar.
C. Julianna will need to make sure that the view only contains valid calendar events as that is all that can be displayed in a calendar view.
D. Julianna should create a view that has the first column contain a valid date and time value based on the completion date of the document inascending order.
Mary has written an XPage application which has one call to a view and will not refer to the view again. She can alter the view property dataCache to reduce memory usage in the XPage application by setting the value to which of the following?
B. id
C. full
D. unload
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.
The IBM Domino Data Services (REST API) can be accessed from which type of program natively?
A. Java and C
B. only via Dojo
C. Java, JavaScript and Dojo
D. Java, C, JavaScript , IBM LotusScript, Dojo
How can a developer of an XPage application access information about the current user, including the user's name and access level, to the current database?
A. userBean
B. PeopleBean
C. Domino:commonName
D. DominoDB:accessRoles
Jack is creating an application that will have several views with similar data in them and wants to use shared columns so that all the views have a similar look. How does Jack create a shared column to be used by multiple views?
A. Click on the Shared Column button in the Advanced tab of the View properties.
B. Drag and drop the column from one view to another and this will make it a shared column.
C. There is no such thing as shared columns so Jack will need to create the column in each view.
D. Click on the Shared Column button in the Columns section under the Shared Elements section of the Application Eclipse view.
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
Which three statements are true with regards to SAML? (Choose three.)
A. SAML can only be used with non-SSL configurations on the web.
B. Only web client users can make use of SAML-based authentication
C. Only IBM Notes client users can make use of SAML-based authentication.
D. For web client users, SAML authentication facilitates a single-sign on solution in which the user's ID file is downloaded from the Notes ID vault
E. It allows a user to authenticate once with a designated identity provider (IdP), after which the user can access any server that is partnered with the IdP
F. SAML is most useful when an IBM Domino environment includes third-party Web applications whose services your users access, or if multi-session server authentication is too limiting for your organization
Why would a developer create a role?
A. to prevent users from creating folders and views on a server
B. to select an access level for each person, group, and server
C. to assign special access to database design elements and database functions
D. to allow users to replicate or copy the database, or documents from the database