Monique's laptop was stolen. Monique had locally encrypted the databases on her machine using medium encryption. Which one of the following can unauthorized users do?
A. Nothing
B. Compact the databases
C. Read copies of the databases made through the operating system
D. Use their user ids to access local databases on Monique's workstation
Which of the following statements describes the function of SSL?
A. SSL encrypts the database ahead of transmission by using a SOCKS proxy.
B. SSL encrypts the database by creating a certificate authority as a key ring.
C. SSL encrypts the transmission of HTTP by using the user's ID as an encryption key
D. SSL encrypts the transmission of HTTP by using a registered certificate as an encryption key.
Martha uses the outline view to navigate the design of an XPage. When she starts Lotus Domino Designer, she notices that the outline view no longer shows. What can she do to bring back the outline view?
A. Click Window > Show Eclipse Views > Outline.
B. Click Perspective > Show Eclipse Views > Outline.
C. Click Design > Show Eclipse Views > Outline.
D. Click Project > Show Eclipse Views > Outline.
Hadi is creating a new XPage. His XPage design now shows the company logo and banner. How can Hadi now add fields to the XPage?
A. Right-click where each field should be placed and select Insert > Field and select the type of field (such as Edit Box, Check Box, Radio Button, and so on).
B. For each field, drag the associated type of control (such as Edit Box, Check Box, Radio Button, and so on) from the Core Controls to the XPage design.
C. For each field, drag the associated type of control (such sa Edit Box, Check Box, Radio Button, and so on) from under XPages on the Applications panel to the XPage design.
D. On the XPage design, click and drag to draw a box to create each field. As the mouse button is released for each field box, select the type of control to associate with the field (such as Edit Box, Check Box, Radio Button, and so on).
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.
Marcel puts an XPage together, which is used for registration of users. He plans to use three different buttons: Newsletter, Forum, or Cancel. Each button should load a different next page. How can this task be accomplished?
A. Using the Open Next Page Simple action, simply select each button for the next page.
B. There is no way to accomplish this task. After pressing any submit button an XPages application always returns to the home page.
C. For each button, define server-side JavaScript that returns the name of the page to be loaded. Define a navigation rule in the XPagesproperties for each value.
D. To achieve this task, you have to write your own Java servlet and install it to all the servers and clients, so that your application can run. Thenyou can trigger your servlet to produce the page for each button.
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.
Martha has a Submit button on her Timesheet XPage. When clicked, the button uses the Save Document simple action to save the data to the underlying document. What parameters does Martha have to provide to the Save Document simple action?
A. none
B. pageName, mergeConflicts
C. forceSave, createResponse
D. documentName, saveImmediate
Mike developed a billing application that should be used with the browser and with XPages. He tested his application locally until it was finished and ready to be deployed to the server. After installing the application on the server, Mike is testing the application again. But he is not able to even invoke the application. In the browser, he gets the message Error 403, HTTP Web Server. You are forbidden to perform this operation. What could be the reason for this error message?
A. An administrator must check and unlock Mike's application first.
B. Mike needs to wait about an hour after deploying the application to the server until the server has cleared all access rights.
C. Because the application is signed with Mike's user name and his name does not show in the following entry in the Lotus Domino Serverdocument:On the Security tab, inside the Programmability Restriction section the field labeled: Sign agents or XPages to run on behalf of the invoker.The application needs to be signed with an ID that has rights to run agents or XPages on the server.
D. Mike needs to open the application properties and click the Server tab. In the Security section, he needs to activate the Application is allowedto run on server option. In addition, he needs to enter the name of the server into the Administration Server field on the same tab.
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.