What best describes a theme for an XPage application?
AA theme is a collection of JavaScript resource files that are used to implement the user interface.
BAll of the above can be included in themes.
CA theme is a collection of Dojo modules that are used for the XPages application.
DA theme is a collection of CSS files.
Joy wants to implement single sign-on for her Lotus Domino Web applications.
What does she need to do?
AEnsure that all servers are using the same certificate authority.
BEnable "use Single Sign-on" in the database properties.
CEncode the Single Sign-On form in each database.
DUpdate the "Session authentication" field in the server's configuration document.
Marge wants to track user preference information while users navigate through her Web site, but does not want to require users to authenticate when accessing the site.
Which of the following should she use to track the user information?
AThe users must authenticate
BServlets
CUser profile documents
DCookies
Adele would like to include a style sheet in every page of her application.
What should she do to accomplish this?
ACreate a theme and define the style resource within the theme.
BCreate a style resource and reference it in each design element.
CCreate a theme defining the style resource and turn on the Enable Enhanced HTML Application options in the application properties.
DUse the Enable Enhanced HTML Application option in the application properties, and select her style sheet as the Default Style Sheet Application property.
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?
ACompact the databases
BNothing
CRead copies of the databases made through the operating system
DUse their user ids to access local databases on Monique's workstation
When enabling his XPages application for mobile access, which best describes the options Enrique should consider?
AXPages can be viewed without any additional changes on an iPhone or other iOS device.
BIt might be appropriate to include only a subset of functionality because of the different screen size.
CThe screen size means different navigation might be required.
DAll of the above.
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?
AExport the data to XML on the old application and import it using XMLT.
BUse Lotus Enterprise Integrator.
CImport data using one of the built-in collection services like DECS or connectors.
DExport the data from the old application to one or more ASCII files and import them by using LotusScript file access methods.
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, as suggested that she use image resource sets.
What is a feature that Winnie can incorporate by using image resource sets?
AA 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.
BA vertical image set can be used to incorporate effects using the onmouseover, onmouseout, and onclick events of an image on an XPage.
CA 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.
DA 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.
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?
AXPages avoid formula language, thereby saving the time incurred by the formula parser on the server.
BXPages are based on JSPs, which are faster than Domino HTML rendering.
CThe custom controls that ship with XPages provide optimized widgets that may perform better than those developers could produce on their own.
DXPages are AJAX-enabled, which can offer response time improvements due to partial page refreshes.
David migrates an XPage application from his development environment to his test server. When he tests the application, his browser returns the HTTP 403 error message.
What is the most probable cause?
AHe is opening the application in the Lotus Notes client. XPages applications can only be viewed on the web.
BThe application is signed with a development ID. It needs resigning with an ID trusted to run XPages on the test server.
CThe test server is not running the HTTP task.
DHe was developing using Firefox but is now looking at the application in Internet Explorer.
What is the purpose of using XSLT in a Lotus Domino Web application?
ATo define what DLX should be available for export.
BTo allow a Web service to interact with a Java agent.
CTo display a view as HTML without using a Java applet.
DTo transform XML documents to HTML or even to another XML document.
Which of the following statements describes the function of SSL?
ASSL encrypts the transmission of HTTP by using a registered certificate as an encryption key.
BSSL encrypts the database by creating a certificate authority as a key ring.
CSSL encrypts the database ahead of transmission by using a SOCKS proxy.
DSSL encrypts the transmission of HTTP by using the user's ID as an encryption key
Arthur has created an XPage to display a list of available meeting rooms. When Arthur views the XPage in a browser, he sees the message Error 403 HTTP Web
Server: You are forbidden to perform this operation.
What does Arthur need to do to view the XPage?
AMake sure that Arthur has the access level in the access level in the access control list that is set to Designer.
BMake sure that Arthur has the access level in the access level in the access control list that is set to Manager.
Cmake sure that Arthur is listed in the Sign agents or XPages to run on behalf of the invoker field in the Web Server > Programmability Restrictions section of the server record.
DMake sure that Arthur is listed in the Sign agents or XPages to run on behalf of the invoker field in the Security > Programmability Restrictions section of the server record.
What best describes simple Actions for XPages?
ASimple actions are preprogrammed functionalities that can be selected to be executed on an event within a control or within the XPage.
BSimple actions are predefined shoppers of program code that you can define in the code section of an application.
CXPages does not support simple actions. Instead, you have the possibility to define custom controls, which provide the same functionality as the simple Actions that you now from elsewhere in Lotus Domino Designer.
DSimple actions make it possible to do web application programming by dragging and dropping.
Mary is posting a discussion database on the Web. She would like to give general users Author access to the database, as long as they identify themselves and have registered with her site.
Which one of the following should Mary do to ensure that all users accessing her database are identified and have Author access?
ASet the database ACL Default entry to Author and set the Anonymous to No Access.
BCreate an Authors field on her forms and set it to Anonymous
CSet the database ACL Default entry to No Access and set the Anonymous to Author.
DSet the form security property, "Who can create documents with this form", to only allow users in the Author role.
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?
AXPages can be to implement both user interfaces at once.
BCustom controls cannot be used for web and Lotus Notes at the same time.
CWhen implementing the application with XPages, they are built without using framesets.
DWith forms, people are often using different forms for web and Lotus Notes.
XPages are Ajax-enabled. Which option best describes what that statement means?
AWith Ajax, XPages can be partially refreshed instead of reloaded completely for each change.
BAjax allows for lazy loading of content and code.
CWith Ajax, XPages can provide type-ahead.
DAll of the above.
DJ is developing his first Lotus Domino application. He wants to show a particular set of data to unauthenticated users and provide additional data to authenticated users.
Which of the following can DJ use to determine whether the user is authenticated or not?
A@IsAuthenticated to determine if the user is authenticated or not
B@WebUserName, which returns an empty string ( "" ) when a user is not authenticated
C@UserName, which returns "˜Anonymous" for unauthenticated users
D@WebName to get the current user's name
Which of the following describes the destination URL that is generated by Lotus Domino when the user enters */projects/cio/index.html as the URL?
A/projects/index.nsf/cio?OpenPage
B/projects/projects.nsf/cio?OpenPage
C/projects.cio.nsf/index.html}
D/projects.cio/nsf/index?OpenPage
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?
AFrom the Advanced tab of the ACL, select "Allow connection to external databases using DCRs". From the Security tab of the Form Properties dialog, click Browse by the Data Source Options and select the DCR.
BFrom the Advanced tab of the Database Properties, select "Allow connection to external databases using DCRs". From the Defaults tab of the product form properties dialog, click Browse by the Data Source Options and select the DCR.
CFrom the Advanced tab of the Database Properties, select "Allow connection to external databases using DCRs". From the Data Connection Resource Properties, click the Product form under "Connection enabled for".
DFrom the Basics tab of the Database Properties, select "Allow connection to external databases using DCRs". From the Defaults tab of the Form Properties dialog, click Browse by the Data Source Options and select the DCR.
To approve an expense report, Quy goes to a controlled-access section and marks the Status field "Approved". Status is a sign-enabled field.
When is the signature attached?
AImmediately
BWhen the document is mailed
CWhen the document is saved
DWhen the document is encrypted
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 tasks occur in multiple places within the intranet.
How should they manage these tasks?
ACreate subforms within the XPages to separate and reuse the code.
BCreate custom controls for each aspect of the site that is repeated in multiple places.
CCreate separate XPages for each primary area, then use the Source tab of the Editor view to copy the XML representing each subset of functionality and paste it onto the necessary XPages.
DCreate sections on each XPage to incorporate the shared functionality.