Juanes needs to import some data from a custom application not using a standard database engine, which is being migrated to a Lotus Notes/Domino application. How can he accomplish this task?
A. Use Lotus Enterprise Integrator.
B. Import data using one of the built-in connection services like DECS or connectors.
C. Export the data to XML on the old application and import it using XMLT.
D. Export the data from the old application to one or more ASCII files and import them by using LotusScript file access methods.
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.
Marta must implement a new application for a library. People have asked to use the application from both the Lotus Notes client and a web browser. Asking developers to best implement these requirements, she got different design answers. Each of the following statements is true about XPages, except which one?
A. XPages can be used to implement both user interfaces at once.
B. With forms, people are often using different forms for web and Lotus Notes.
C. Custom controls cannot be used for web and Lotus Notes at the same time.
D. When implementing the application with XPages, they are built without using framesets.
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 instead property.
B. From the form properties, click the Form Info tab, and in the On Open section, select the approval XPage from the Display XPage instead property.
C. From the form properties, click the Form Info tab, and in the On Web Access section, select the approval XPage from the Display XPage instead property.
D. From the form properties, click the Launch tab, and in the On Open section select the approval XPage from the Display XPage instead property.
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.
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.
Kaitlyn has been asked to track which browser versions people are using to access the Customers XPage. She wants to add code that writes the browser version to the server log whenever a user opens the XPage. What server-side code can Kaitlyn add to do this task?
A. Add this code in the beforePageLoad event of the XPage:var req = facesContext.getExternalContext ().getRequest();print(req.getHeader("User-Agent"));
B. Add this code in the onLoad event of the XPage:var req = facesContext.getExternalContext ().getRequest();print(req.get(HTTP_USER_AGENT));
C. Add this code in the onLoad event of the XPage:print(headerValues.getHeader(HTTP_USER_AGENT));
D. Add this code in the beforePageLoad event of the XPage:print(headerValues.getHeader("User-Agent"));
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 Server document: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 allowed to run on server option. In addition, he needs to enter the name of the server into the Administration Server field on the same tab.
Linda would like to have a navigator pane for her XPages application. What would be the best way to implement this pane?
A. She downloads and installs a JavaScript library for a menu.
B. Unfortunately, there is no simple way to do it, so she has to build it on every XPage.
C. She puts the links for her navigation together by building a custom control and can use that for every page that she needs.
D. She has to build the navigator by using a Notes view with documents defining each link in her navigator. She then integrates that view in eachXPage that her application needs.
Eamonn has developed and supported several Domino Web applications over the years. He has been told that one of the benefits of XPages is that XPages are AJAX-enabled. What is a benefit that Eamonn might expect to see if he incorporates AJAX-enabled XPages in his applications?
A. Faster development using Shared Widgets resources
B. Faster response time due to partial page refreshes
C. Faster response time because JavaScript is now all server-side
D. Faster development because XML is now automatically converted to JSON
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.
XPages are Ajax-enabled. Which option best describes what that statement means?
A. With Ajax, XPages can provide type-ahead.
B. With Ajax, XPages can be partially refreshed instead of reloaded completely for each change.
C. Ajax allows for lazy loading of content and code.
D. All of the above.
Zachary is creating a new theme for his XPage. How is the theme file coded in the Resources area of the application?
A. XML
B. CSS
C. HTML
D. JavaScript
Chuck has developed a new XPage application, which is publishing the lunch list of the internal restaurant for each day of the week. When Chuck was testing his application on his local computer, everything was working well, but after deploying the application to the intranet server, people are not able to use the application. What could be the reason for this problem?
A. XPages applications developed locally cannot be deployed on a server.
B. Before Chuck can deploy an XPage application on a server, he must recompile it in designer using Tools > Recompile XPages.
C. Chuck has forgotten to put his name into the relevant security fields in the Server document or to sign the application with an authorizeddevelopment ID.
D. Before Chuck can deploy an XPage application to a server, he has to activate the XPages Server task on the Server-Tasks tab of the Serverdocument and by activating the XSP protocol on the Internet-Protocol Tab.