Sample Questions
Q) 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 each XPage that her application needs.
Q) Jane is updating an Supplier application for XPages. Currently the Supplier form has a table to allow up to 10 contacts to be assigned. Her users have complained that they often need to enter more. How can she best change the design to help them?
a) Add five extra rows to the Supplier form and the relevant XPage.
b) Use a repeat control on the Supplier XPage that allows them to add as many as they want.
c) Create a Contact form to hold the contact information. Allow users to create Contacts as child documents on the Supplier XPage and use a repeat control to display the related Contacts.
d) Create a Contact form to hold contact information.However users must navigate to a different XPage to create and edit Contacts.
Q) George has been asked to create a new Lotus Notes XPages application that is used in the Lotus Notes client and on the web. George knows Lotus Notes development, but not XPages yet. How can he use LotusScript in the new application?
a) He can use LotusScript agents in his application and he does not need to learn anything else
b) He can call LotusScript agents from his XPages, but it would be better if he converted them into JavaScript in his XPages.
c) He cannot use LotusScript at all any more and needs to rewrite all of his existing agents and event code to use JavaScript and Java.
d) He can just copy and paste the LotuScript into the XPage event model and it will work.
Q) 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.
Q) Donna is interested in using the Single copy XPage design to improve the performance of her application. Which of the following design elements are not supported in this feature?
a) XPages
b) Views
c) Themes
d) Custom controls