Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

IBM Lotus Notes Domino 8.5 Application Development Update (LOT-951) Free Practice Test

Question 1
Henry is using a requestScope scoped variable (rSa) in an XPage called XPageA to make it available in XPageB. John is testing XPageB, but rSa is still empty. Which of the following is causing this behavior?

Correct Answer: D
Question 2
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?

Correct Answer: D
Question 3
Olivia added the following JavaScript code to an onClick Event using the "Execute Script" functionality: var doc = database.createDocument(); doc.appendItemValue("Subject", "my subject"); return doc.save() Where will the script be executed?

Correct Answer: C
Question 4
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?

Correct Answer: A
Question 5
Amalis has created an agent that will remove all links from the shipping field. When she runs the agent listed below an "Object variable not set error". What does she need to do to correct the error?

Correct Answer: B
Question 6
Emma is writing code to validate the input of various fields on her Courses Xpage. In her JavaScript code, she needs to access the actual field object to examine it for content. What function should she use to get the field?

Correct Answer: A
Question 7
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: A
Question 8
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: A
Question 9
Renee is developing the Product Support Contact XPage. When a product manager enters the name of a support technician, the page is submitted and a lookup is done to try and populate the technician's e-mail address and phone number on the XPage. If there is no e-mail or phone number found, then messages should display to inform the product manager that the E-mail and Phone fields must be entered. On the XPages tab in the Application properties, the Client Validation check box is unchecked. What steps can Renee take to provide the needed validation messages on the XPage?

Correct Answer: B
Question 10
Shawn has a list of options that he would like to add as checkboxes to an XPage. How can he add a Checkbox group control to his current XPage?

Correct Answer: C