IBM Lotus Notes Domino 8.5 Application Development Update 認定 LOT-951 試験問題:
1. Steve wants to add a style sheet to his Web application. What does he need to do to accomplish this?
A) He cannot; Web applications in Lotus Domino cannot use style sheets.
B) From the application navigator in Lotus Domino Designer, double-click Pages. Click the "New Page" button, and build your style sheet as apage. Then open your XPage and import the page with the style sheet.
C) From the Application Navigator in Lotus Domino Designer, expand Resources and double-click Style-Sheets. From the buttons, select "New Style-Sheet" and build it by using the built-in CSS editor.
D) Build the style sheet with one of the numerous available CSS editors, and import it into an XPage.
2. Marta needs to store a value and reuse it throughout the life of each Web user's interaction with her XPages application. How should she set the property named itle?to enior Project Manager??Property named?itle?to ?enior Project Manager?
A) sessionScope.setValue("Title", "Senior Project Manager")
B) sessionScope.Title= "Senior Project Manager"
C) applicationScope.setValue("Title", "Senior Project Manager")
D) applicationScope.Title= "Senior Project Manager"
3. Barb is the lead developer for the Sales application and the Travel application. Each application consists of multiple databases. Within the application navigator, Barb would like to be able to list the databases of the Sales application together, and then, separate from the Sales application, to list the databases of the Travel application together. How can she do this?
A) For each application, create a subfolder under the Data folder. Move each set of databases to the appropriate subfolder. Drag each folderonto the application navigator.
B) From Domino Designer select Create > Working Set. Specify "Sales" for the name. From the application properties of each database of the Sales application, select "Sales" from the Working Set drop-down list. Perform a similar procedure for the Travel application.
C) Click the folders icon within the application navigator. Select the option to Create a new Working Set. Name the Working Set "Sales" andselect the databases that comprise the Sales application. Perform a similar procedure for the Travel application.
D) Edit the application properties of each database that comprises the Sales application. On the Design tab, specify "Sales" for theWorking Setoption. Repeat for each database of the Sales application. Perform a similar procedure for the Travel application.
4. Joanne is working with two other developers on a company-wide intranet project built in XPages. Each developer has taken responsibility for different aspects of the site, but some of these occur in multiple places within the intranet. How should they manage these tasks?
A) Create custom controls for each aspect of the site that is repeated in multiple places.
B) Create SubForms within the XPages to separate and reuse the code.
C) Create Sections on each XPage to incorporate the shared functionality.
D) Create separate XPages for each primary area, then use the Source tab of the Editor view to copy the XML representing each subset offunctionality and paste it onto the necessary XPages.
5. Jennifer has to get the IP address of the user who is accessing her Reporting XPage. This information is stored in a CGI variable. What global object can she use to access the IP address and all other CGI variables contained in the incoming request?
A) headerValues
B) paramValues
C) facesContext
D) cookie
質問と回答:
質問 # 1 正解: C | 質問 # 2 正解: B | 質問 # 3 正解: C | 質問 # 4 正解: A | 質問 # 5 正解: C |