IBM Lotus Notes Domino 8.5 Application Development Update - LOT-951 Exam Practice Test
Question 1
Tara is writing an agent that allows users to reset their password on their ID file from the ID vault. What method listed below would need to be used in the agent to accomplish this task?
Correct Answer: C
Question 2
Jeff is setting up his status XPage so that it displays graphical status indicators based on the data being displayed. He has not received the images from his customer yet. What can he do to continue developing the application while waiting for the images to be delivered?
Correct Answer: B
Question 3
Manesh is developing the ActivityPlanner XPage. He now needs to add check boxes that allow a user to select one or more of the activities of Monthly Volunteering, New Hire Orientation, and Quality Circle. How can Manesh create the needed check boxes?
Correct Answer: A
Question 4
Tom added a button to an XPage and a Simple Action. Tom chose "Basic" as the category, so he can select "Execute Script" to execute a script. What are the options that Tom will find under the "Language" section?
Correct Answer: C
Question 5
Odette is designing the index XPage that is used for navigation for her Domino application. For what purpose might Odette use the Outline view in Domino Designer in Eclipse while working with the index XPage?
Correct Answer: C
Question 6
Ashley is writing a server-side script to process the request parameters that are passed in her Registration XPage. What global object should she use to access the parameters that she's interested in?
Correct Answer: B
Question 7
Jennifer has to get the IP address of the user who is accessing her Reporting XPage. This information is stored in a CGI variable. What global object can she use to access the IP address and all other CGI variables contained in the incoming request?
Correct Answer: C
Question 8
Mike wants to add a delete button to his XPage so that the owner of the document can delete the document. In the following code, Mike wants to prompt the user to verify that the user wants to delete this document. What attribute and value can he use to complete the code? <xp:button value="Delete current document" id="Delete"><xp:eventHandler event="onclick" submit="true" refreshMode="complete"> <xp:this.action> <xp:deleteDocument name="/test.xsp" Missing Code...> </xp:deleteDocument> </xp:this.action></xp:eventHandler></xp:button>
Correct Answer: A
Question 9
Henry wants to display responses in an XPage. Which best describes what he has to do?
Correct Answer: C
Question 10
Lena is developing an XPage that is a shopping cart application, to allow the user to browse available corporate publications. The publications that the user selects are stored in a cookie that is named usrPubs. The username is stored in a cookie named shopperName. What code can Lena use in her XPage to retrieve the cookies?
Correct Answer: D

