Skip to main content

C2040-986 Real Exam Questions

Creating IBM Lotus Notes and Domino 8.5 Applications with Xpages and Advanced Techniques

164 questions available · Page 1 of 17

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

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?

  1. A

    /projects/cio.nsf/index?OpenPage

  2. B

    /projects/index.nsf/cio?OpenPage

  3. C

    /projects/projects.nsf/cio?OpenPage

  4. D

    /projects/cio.nsf/index.html}

Show answer and explanation

Correct answer: A

Question 2 Single choice

Clay is updating the ticket processing application to use XPages in the Lotus Notes client. He wants to make sure that existing documents created with the ticket approval form now open in the new approval XPage.

What does Clay need to do to accomplish this task?

  1. A

    From the form properties, click the Defaults tab and in the On Open section, select the approval XPage from the Display XPage instead property.

  2. B

    From the form properties, click the Form Info tab, and in the On Open section, select the approval XPage from the Display XPage instead property.

  3. C

    From the form properties, click the Form Info tab, and in the On Web Access section, select the approval XPage from the Display XPage instead property.

  4. D

    From the form properties, click the Launch tab, and in the On Open section select the approval XPage from the Display XPage instead property.

Show answer and explanation

Correct answer: A

Question 3 Single choice

Qiang needs to add a button to the Contact XPage. When clicked, this button should delete the currently open document from the application.

What is one way that Qiang can add this button?

  1. A

    Drag the Data control from the core controls onto the XPage canvas. From the Control properties, set the Label to Delete. On the Operationstab, select Current document and Delete.

  2. B

    Drag the Data control from the core controls onto the XPage canvas. From the Control properties, set the Label to Delete. In the Options areaof the properties, select Delete for the Action, and select Domino Document for the Target.

  3. C

    Drag a Button control from the core controls onto the XPage canvas. From the Control properties, set the Label to Delete. On the eventspanel, select the Mouse onclick event, and add a server-side simple action. Select Delete for the action.

  4. D

    Drag a Button control from the core controls onto the XPage canvas. From the Control properties, set the Label to Delete. On the eventspanel, select the Mouse onclick event, and add a client-side simple action. Select Delete for the action.

Show answer and explanation

Correct answer: C

Question 4 Single choice

Hector is working on an XPages application and wants to let users navigate to particular pages by clicking on images.

How can he do this task?

  1. A

    Define the images' onclick events to point to simple actions configured as New Page Actions and select the appropriate page for each image inthe Action's Target property.

  2. B

    Define the images' onclick events to point to simple actions configured as New Page Actions and select the appropriate XPage for each imagein the Action's Target property.

  3. C

    Define the images' onclick events to point to simple actions configured as Open Page Actions and select the appropriate XPage for each imagein the Action's Target property.

  4. D

    Define the images' onclick events to point to simple actions configured as Open XPage Actions and select the appropriate XPage for eachimage in the Action's Target property.

Show answer and explanation

Correct answer: C

Question 5 Single choice

With server-to-server replication, what is the minimal access level, that a server must have to an application to replicate not only documents, but also design elements?

  1. A

    Reader

  2. B

    Designer

  3. C

    Manager

  4. D

    Servers always replicate any document independent of their access rights.

Show answer and explanation

Correct answer: B

Question 6 Single choice

Linda would like to have a navigator pane for her XPages application.

What would be the best way to implement this pane?

  1. A

    She downloads and installs a JavaScript library for a menu.

  2. B

    Unfortunately, there is no simple way to do it, so she has to build it on every XPage.

  3. C

    She puts the links for her navigation together by building a custom control and can use that for every page that she needs.

  4. 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.

Show answer and explanation

Correct answer: C

Question 7 Single choice

Jackson is using the FTSearch method of the NotesDatabase class to to return a NotesDocumentCollection. Jackson notices that the NotesDocumentCollection does not contain all the documents that he would expect.

What would cause this issue?

  1. A

    Jackson did not set the MaxDocs parameter on the FTSearch method to All to return all valid documents.

  2. B

    Jackson did not set the MaxDocs parameter on the FTSearch method to 0 to return all valid documents.

  3. C

    The maximum number of documents returned by FTSearch is 5,000 documents.

  4. D

    The maximum number of documents returned by FTSearch is 2,000 documents.

Show answer and explanation

Correct answer: C

Question 8 Single choice

When enabling his XPages application for mobile access, which best describes the options Enrique should consider?

  1. A

    The screen size means different navigation might be required.

  2. B

    XPages can be viewed without any additional changes on an iPhone or other iOS device.

  3. C

    It might be appropriate to include only a subset of functionality because of the different screen size.

  4. D

    All of the above.

Show answer and explanation

Correct answer: D

Question 9 Single choice

Clay is updating the ticket processing application to use XPages in the Lotus Notes client. He wants to make sure that existing documents created with the ticket approval form now open in the new approval XPage.

What does Clay need to do to accomplish this task?

  1. A

    From the form properties, click the Defaults tab and in the On Open section, select the approval XPage from the Display XPage insteadproperty.

  2. B

    From the form properties, click the Form Info tab, and in the On Open section, select the approval XPage from the Display XPage insteadproperty.

  3. C

    From the form properties, click the Form Info tab, and in the On Web Access section, select the approval XPage from the Display XPageinstead property.

  4. D

    From the form properties, click the Launch tab, and in the On Open section select the approval XPage from the Display XPage insteadproperty.

Show answer and explanation

Correct answer: A

Question 10 Single choice

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?

  1. A

    XPages

  2. B

    Views

  3. C

    Themes

  4. D

    Custom controls

Show answer and explanation

Correct answer: B