Joy wants to implement single sign-on for her Lotus Domino Web applications. What does she need to do?
A. Encode the Single Sign-On form in each database.
B. Enable "Use Single Sign-on" in the database properties.
C. Ensure that all servers are using the same certificate authority.
D. Update the "Session authentication" field in the server's configuration document.
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.
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.
Emily is preparing to build an application for using browsers. She is considering using XPages. Which of the following statements about XPages is not valid?
A. XPages can be deployed to a Lotus Domino 8 server.
B. XPages can be used on a variety of browsers with minimal changes.
C. XPages can be made multilingual by using built-in Lotus Domino Designer functionality.
D. XPages can create and manipulate Lotus Domino data on other servers, provided they are within the same trusted domain.
Terry wants to update the meal service planning XPage application so that users can now use XPages in the Lotus Notes client. What does Terry need to do for the application to automatically launch the correct XPage when the database is opened?
A. Open the database properties, select the Launch tab, set the When opened in the Notes client property to Open designated XPage, and then select the correct XPage.
B. Open the database properties, select the Basics tab, set the When opened in the Notes client property to Open designated XPage, and then select the correct XPage.
C. Open the database properties, select the Display tab, set the When opened in the Notes client property to Open designated XPage, and then select the correct XPage.
D. Open the database properties, select the Design tab, set the When opened in the Notes client property to Open designated XPage, and then select the correct XPage.
Cade is building an XPage for the Sales application. What are the options from which he can select when defining a data source from the data palette?
A. @DbLookup and @DbColumn
B. Domino view and Domino document
C. Data connections and DB2?access views
D. Data connections, DB2 access views, and file resources
Yvette has been asked to help troubleshoot a LotusScript agent that produces the weekly sales report. The agent is taking longer than expected to run. Which step should Yvette take to help her analyze the agent's performance?
A. Select File > Tools > Remote LotusScript Debugger.
B. Select "Profile this agent" in the Agent properties.
C. Select "Enable agent profiling" in Database properties.
D. Add "Option Profile" to the "(Options)" object in the agent.
Winnie is enhancing the interface on the Corporate Phone Book Web application. Ted, the graphics designer who is providing Winnie with the images for her Domino application, has suggested that she use image resource sets. What is a feature that Winnie can incorporate by using image resource sets?
A. A vertical image set can be used to incorporate effects using the onmouseover, onmouseout, and onclick events of an image on an XPage.
B. A vertical image set can be used to incorporate effects using the Normal, Mouse-over, Selected, and Mouse-down image states of a Domino Web page image.
C. A horizontal image set can be used to add effects when a user hovers the mouse over an image. For example, the normal image could be replaced with a larger image when the mouse hovers over it.
D. A horizontal image set can be used to add effects when a user hovers the mouse over an image. For example the normal image could be replaced with an image with different coloring when the mouse hovers over it.
Josh needs to associate the Price and ProductName fields of the Sales database with fields from the Inventory table in a relational database. His company uses DECS. He has created a Data Connection Resource to handle the connection to the Inventory table. What is the next step to make this connection available to fields on the Product form?
A. From the Advanced tab of the ACL, select "Allow connection to external databases using DCRs". From the Defaults tab of the Product formproperties dialog, click Browse by the Data Source Options and select the DCR.
B. From the Advanced tab of the database Properties, select "Allow connection to external databases using DCRs". From the Data ConnectionResource properties, select the Product form under "Connection enabled for?
C. From the Advanced tab of the ACL, select "Allow connection to external databases using DCRs". From the Security tab of the Form Propertiesdialog, click Browse by the Data Source Options and select the DCR.
D. From the Basics tab of the Database properties, select "Allow connection to external databases using DCRs". From the Defaults tab of theForm Properties dialog, click Browse by the Data Source Options and select the DCR.
Which option best describes the benefits of being Ajax-enabled?
A. You do not need to use agents to interact with the server dynamically.
B. Content and code can be loaded when required, rather than when the page is initially displayed.
C. Ajax functionality can be implemented with much less coding than a traditional Lotus Domino web application.
D. All of the above.