Certbus > IBM > IBM Certified Application Developer > C2040-986 > C2040-986 Online Practice Questions and Answers

C2040-986 Online Practice Questions and Answers

Questions 4

Which of the following statements describes the function of SSL?

A. SSL encrypts the database ahead of transmission by using a SOCKS proxy.

B. SSL encrypts the database by creating a certificate authority as a key ring.

C. SSL encrypts the transmission of HTTP by using the user's ID as an encryption key

D. SSL encrypts the transmission of HTTP by using a registered certificate as an encryption key.

Browse 164 Q&As
Questions 5

What best describes simple Actions for XPages?

A. Simple actions make it possible to do web application programming by dragging and dropping.

B. Simple actions are predefined snippets of program code that you can define in the code section of an application.

C. Simple actions are preprogrammed functionalities that can be selected to be executed on an event within a control or within the XPage.

D. XPages does not support simple actions. Instead, you have the possibility to define custom controls, which provide the same functionality as the simple Actions that you know from elsewhere in Lotus Domino Designer.

Browse 164 Q&As
Questions 6

Adele would like to include a style sheet in every page of her application. What should she do to accomplish this?

A. Create a theme and define the style resource within the theme.

B. Create a style sheet sesource and reference it in each design element.

C. Create a theme defining the style resource and turn on the Enable Enhanced HTML Application option in the application properties.

D. Use the Enable Enhanced HTML Application option in the application properties, and select her style sheet as the Default Style Sheet Application property.

Browse 164 Q&As
Questions 7

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?

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.

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.

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.

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.

Browse 164 Q&As
Questions 8

Dudley is looking to improve the performance on an XPages application he built for the marketing department. This application is not used by a large amount of users at one time. Which server page persistence setting would work best in this scenario?

A. Server default

B. Keep pages on disk

C. Keep pages in memory

D. Keep only the current page on disk

Browse 164 Q&As
Questions 9

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?

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

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

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

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

Browse 164 Q&As
Questions 10

Jason has entered the group salesforce to the ACL of all of his XPages in the new CRM application. He gave this group Editor rights. Unfortunately, none of the group members are able to access the application. What could be the reason for it?

A. There is no entry for the salesforce group in the Application ACL.

B. Jason needs to go to the Application properties, select the XPages tab and activate Allow ACL in XPages.

C. When Jason saved the XPages design element, there was an error ACL Entry not found message. He forgot to correct this problem.

D. ACL in XPages are a feature, that will be supported only in a future version of Lotus Domino. The property is there, so that people are able to prepare their applications for the future.

Browse 164 Q&As
Questions 11

After importing a WSDL file into a LotusScript script library to generate Web service consumer code, what is the basic structure of the code that is generated?

A. A single class with a method for each Web service method that is defined, and custom types for complex data types if necessary.

B. A single class with a method for each Web service method that is defined, and additional classes for complex data types if necessary.

C. A public function or subroutine for each Web service method that is defined, with custom types for complex data types if necessary.

D. A class that connects to the Web service, a public function or subroutine for each Web service method that is defined, and additional classes for complex data types if necessary.

Browse 164 Q&As
Questions 12

Winnie is enhancing the interface on the Corporate Phone Book Web application. Ted, the graphics designer who is providing Winnie with the images for her Domino application, has suggested that she use image resource sets. What is a feature that Winnie can incorporate by using image resource sets?

A. A vertical image set can be used to incorporate effects using the onmouseover, onmouseout, and onclick events of an image on an XPage.

B. A vertical image set can be used to incorporate effects using the Normal, Mouse-over, Selected, and Mouse-down image states of a Domino Web page image.

C. A horizontal image set can be used to add effects when a user hovers the mouse over an image. For example, the normal image could be replaced with a larger image when the mouse hovers over it.

D. A horizontal image set can be used to add effects when a user hovers the mouse over an image. For example the normal image could be replaced with an image with different coloring when the mouse hovers over it.

Browse 164 Q&As
Questions 13

Gwen would like to display the value of a the approval list that uses an encryption key for access. How can she go about doing this task?

A. Make sure that the user's SSL client certificate is added to the list of encryption keys to be used to view the fields contents.

B. Use the encryption display control and, on the All Properties tab, set the value of Security Options to Enabled encryption for this field.

C. Use the encryption display control and, on the All Properties tab, set the value of Security Options to Prompt for SSL Client Certificate.

D. There is currently no support for encrypted fields in XPages.

Browse 164 Q&As
Questions 14

Donna wants to navigate to a panel in her XPage. Which area would she use?

A. The Applications view

B. The Outline view

C. The Properties view

D. The Controls view

Browse 164 Q&As
Questions 15

Lainey has recently upgraded to Lotus Notes Domino 8.5. She is now exploring the design of her applications to see what new features might be available. What is the purpose of the controls palette that Lainey sees?

A. The controls palette contains controls, such as Edit Box, File Upload, and Table that the developer can drag onto the XPage canvas.

B. The controls palette is another way to access the same items that are available from the Create menu for forms, views, XPages and otherdesign elements.

C. The controls palette contains items like Edit Box, Button, and Label that the developer can drag onto XPages and forms. The controls palette isnot available for views and pages.

D. The controls palette contains UI and other controls (such as Button, Link, and Image) that allow the developer to drag controls onto XPage orpage elements. The controls palette is not available for other elements.

Browse 164 Q&As
Questions 16

Which @Command can be used in an XPage?

A. @Command([ToolsRunMacro];agent)

B. @Command([EditDocument])

C. @Command([EditProfile];formname;uniquekey)

D. @Commands are not available for use in an XPage.

Browse 164 Q&As
Questions 17

Pablo has created an XPage to use for browsing and editing customer data. He would like to add a button which asks users if they are sure that they want to update the customer data. The button saves the changes if users indicate that they are sure. How can Pablo create this button?

A. Drag a button control from the core controls onto the XPage canvas. From the Control properties, select Save as the button type, and enablethe Confirm option.

B. Drag a button control from the core controls onto the XPage canvas. From the Control properties, select Save as the button type. Aconfirmation prompt is included by default.

C. Drag a button control from the core controls onto the XPage canvas. From the Control properties, select Submit as the button type. From theevents panel, add a server-side simple action. Select Confirm Action for the action.

D. Drag a button control from the core controls onto the XPage canvas. From the Control properties, select Submit as the button type. From theevents panel, add a client-side simple action. Select Confirm Action for the action.

Browse 164 Q&As
Questions 18

Olga needs to integrate data from an Oracle database into her XPages application. Which of the following options would allow Olga to do that task?

A. Nothing. Lotus Notes and Lotus Domino are able to access Oracle databases directly.

B. DECS or LEI is installed and configured.

C. Olga needs to install the EnterpriseDataConnection library from OpenNTF first.

D. Unfortunately, there is no possibility to access Oracle data from an XPages application.

Browse 164 Q&As
Exam Code: C2040-986
Exam Name: Creating IBM Lotus Notes and Domino 8.5 Applications with Xpages and Advanced Techniques
Last Update: May 05, 2024
Questions: 164 Q&As

PDF

$45.99

VCE

$49.99

PDF + VCE

$59.99