Sonia has been asked to rewrite her company's "Careers" Domino Web site using XPages. One of the benefits expected from the new development is better response time for the users. What is one reason why XPages may offer better performance versus earlier Domino Web sites?
A. XPages are based on JSPs, which are faster than Domino HTML rendering.
B. XPages are AJAX-enabled, which can offer response time improvements due to partial page refreshes.
C. XPages avoid formula language, thereby saving the time incurred by the formula parser on the server.
D. The custom controls that ship with XPages provide optimized widgets that may perform better than those developers could produce on their own.
George has been asked to create a new Lotus Notes XPages application that is used in the Lotus Notes client and on the web. George knows Lotus Notes development, but not XPages yet. How can he use LotusScript in the new application?
A. He can use LotusScript agents in his application and he does not need to learn anything else.
B. He can call LotusScript agents from his XPages, but it would be better if he converted them into JavaScript in his XPages.
C. He cannot use LotusScript at all any more and needs to rewrite all of his existing agents and event code to use JavaScript and Java.
D. He can just copy and paste the LotuScript into the XPage event model and it will work.
Catherine has upgraded her development server from 8.5.1 to 8.5.2. She wants to take advantage of 8.5.2 functionality now, but when she tries to save her XPages, they are generating error messages saying that the functionality is not supported in 8.5.1, which is the minimum supported version for this application. How can Catherine resolve this problem?
A. She needs to upgrade her Lotus Domino Designer client to 8.5.2.
B. She must create a template with an 8.5.2 client and copy the design elements across.
C. She must run a compact operation on the application to update the ODS.
D. She must change the minimum supported release on the XPages tab of the Application properties in Lotus Domino Designer.
With her Lotus Notes applications, Marianne has extensively used the QueryOpen event of the Notes Form to change the representation of some data. Is there a way to do the same with XPages?
A. Yes, on the Events tab of any XPage, you can find the BeforePageLoad event, where you can do similar things.
B. Unfortunately, there is no comparable functionality in XPages to do similar things.
C. Yes, on the Basic tab of any XPage, you can find the QueryOpen property, which can be used.
D. Unfortunately, there is no way to influence any data when XPages are loaded. You have to change them after loading and before the user gets control.
Using a web browser, Marc is accessing Lotus Domino sites, but does not log in. Which ACL setting would allow him to access the databases?
A. The $$WebUser role is set to Reader.
B. The $$WebUser user is set to Reader.
C. The Anonymous role is set to Reader.
D. The Anonymous user is set to Reader.
Andre is using mail encryption on documents that are being routed to other members of his team. Which one of the following keys is used to decrypt the documents?
A. Andre's private key
B. Server's private key
C. Recipient's public key
D. Recipient's private key
Jean wants to provide access to all documents for the people designated as Administrators in her Web application. She needs to be able to add or remove people from this access level easily. Jean currently has an Author Names field named AllowedAuthors on her forms. How should Jean modify her application to meet these requirements?
A. Write an agent to add user names to the AllowedAuthors field for selected documents.
B. Roles are not available for Web users, so Jean needs to give all Administrators a Lotus Notes client.
C. Create a role in the database's ACL called Admin and assign the individuals to the role. Place the Admin role into the AllowedAuthors field onthe form.
D. Create an Administrator ID and add the Administrator ID name to the AllowedAuthors field. Have all Administrators use that Administrator ID toaccess the application.
When enabling his XPages application for mobile access, which best describes the options Enrique should consider?
A. The screen size means different navigation might be required.
B. XPages can be viewed without any additional changes on an iPhone or other iOS device.
C. It might be appropriate to include only a subset of functionality because of the different screen size.
D. All of the above.
Clay is updating the ticket processing application to use XPages in the Lotus Notes client. He wants to make sure that existing documents created with the ticket approval form now open in the new approval XPage. What does Clay need to do to accomplish this task?
A. From the form properties, click the Defaults tab and in the On Open section, select the approval XPage from the Display XPage insteadproperty.
B. From the form properties, click the Form Info tab, and in the On Open section, select the approval XPage from the Display XPage insteadproperty.
C. From the form properties, click the Form Info tab, and in the On Web Access section, select the approval XPage from the Display XPageinstead property.
D. From the form properties, click the Launch tab, and in the On Open section select the approval XPage from the Display XPage insteadproperty.
Stefan would like to add a custom control to the department's order processing XPage application that displays the approval routing status. He wants the custom control to only display to certain users. How can Stefan accomplish this task?
A. From the custom control, select the Properties view and click the All Properties tab. Expand the data > acl > entries > aclEntry[0] property. Addan entry for the person or group that you want to give access to.
B. From the Xpage, select the Properties view and click the All Properties tab. Expand the data > acl > entries > aclEntry[0] property. Add an entryfor the person or group that you want to give access to.
C. From the custom control, select the Security view and click the All Properties tab. Expand the data > acl > entries > aclEntry[0] property. Add anentry for the person or group that you want to give access to.
D. From the Xpage, select the Security view and click the All Properties tab. Expand the data > acl > entries > aclEntry[0] property. Add an entryfor the person or group that you want to give access to.}w selected below is selected and also make sure that Outline is selected.