John would like the user to open another page from the current XPage set on the screen. What kind of simple action he can use to to that?
A. Basic (Server)
B. Advanced (Server)
C. Advanced (Client)
D. Basic (Client)
正解:A
質問 2:
John has an application that contains a form named "Order". His boss has asked him to create an XPage that will be used to create documents similar to the "Order" form. How can he ensure that he includes all of the fields that form contains to the XPage?
A. Define a document data source based on the form and drag the document from the Controls Palette to the XPage
B. Define a document data source based on the form and drag all of the fields from the Data Palette to the XPage
C. Define a document data source based on the form and drag the document from the Data Palette to the XPage
D. Define a document data source based on the form and drag all of the fields from the Control Palette to the XPage
正解:B
質問 3:
Sheldon has created an XPage for a grocery application that once submitted will redirect the user to the confirmation XPage. Which method of the context object can Sheldon use to perform the redirect?
A. setRedirect(page:string)
B. setXPageRedirect(page:string)
C. redirectToXPage(page:string)
D. redirectToPage(page:string)
正解:D
質問 4:
Nick would like to use JavaScript to get the name of the current XPage. Which one of the following global objects and its corresponding method can he use to accomplish this?
A. session.getPageName();
B. database.getPageName();
C. applicationScope.getPageName();
D. view.getPageName();
正解:D
質問 5:
Viktor has been asked to begin modifying the corporate Domino Web sites to adhere to XHTML standards. He has enabled enhanced HTML generation in the application properties. When testing a couple of the page elements in the Web browser and viewing the source, Viktor notices that tags like <br> and <hr> are still not correctly closed, that is, <br />. What could be the problem?
A. This setting only applies to generated HTML, like passthrough HTML on a form.
B. The Web closes tags that have content. Tags that do not have content are ignored.
C. The Web server generates valid XML, but there are exceptions. One of the exceptions ispassthrough HTML.
D. Each page element needs to be opened and saved to incorporate this new application property setting.
正解:C
質問 6:
Nadia needs to add a control to her XPage that allows the users to only select one option, and she needs to define the choices based on a DBLookup to a configuration document. What control should she use to accomplish this task?
A. Check box control
B. Check box group control
C. Radio button group control
D. Radio button control
正解:C
質問 7:
Arthur wants to change the look of his entire XPages application. What can he do to accomplish this task?
A. Create a theme and apply appropriate style information, then change the Application's Default theme on the Basics tab of the Applicationproperties.
B. Create a Style Sheet resource and apply appropriate style information, then change the Application's Default style sheet on the Basics tab ofthe Application properties.Click here to input option.
C. Create a theme and apply appropriate style information, then change the Application's Default theme on the XPages tab of the Applicationproperties.Click here to input option.
D. Create a Style Sheet resource and apply appropriate style information, then change the Application's Default style sheet on the XPages tabof the Application properties.Click here to input option.
正解:A