Exam Details

  • Exam Code
    :C2040-951
  • Exam Name
    :IBM Lotus Notes Domino 8.5 Application Development Update
  • Certification
    :IBM Other Certification
  • Vendor
    :IBM
  • Total Questions
    :94 Q&As
  • Last Updated
    :Mar 25, 2025

IBM IBM Other Certification C2040-951 Questions & Answers

  • Question 21:

    Marta needs to store a value and reuse it throughout the life of each Web user's interaction with her XPages application. How should she set the property named itle to enior Project Manager?

    A. sessionScope.Title= "Senior Project Manager"

    B. applicationScope.Title= "Senior Project Manager"

    C. sessionScope.setValue("Title", "Senior Project Manager")

    D. applicationScope.setValue("Title", "Senior Project Manager")

  • Question 22:

    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?

    A. var cookies = header.get().cookie();

    B. var pubs = cookie.get("usrPubs"); var uName = cookie.get("shopperName");

    C. var req = facesContext.getExternalContext().getRequest(); var cookies = req.cookie().values();

    D. var req = facesContext.getExternalContext().getRequest(); var cookies = req.getHeader("Cookie");

  • Question 23:

    Ivy is working on an XPage that displays one of 20 different pictures depending on the values of key fields. How should she accomplish this task?

    A. Drag the image control onto the XPage, select the first image and set a visibility formula to control when it displays. Repeat for each image.

    B. Drag the image control onto the XPage, select the first image and set a Hide When formula to control when it displays. Repeat for eachimage.

    C. Drag the image control onto the XPage and select an image placeholder, then set the Image Source to be Computed and define it based onthe appropriate formula.

    D. Drag the image control onto the XPage and select an image placeholder, then add each image to the Images[...] property and assign eachimage a visibility formula.

  • Question 24:

    Carl is using the NotesRichTextDocLink object to work with a URL that he has in the body of an email. He would like to remove the underlying URL associated with the link, while leaving the formatting of the link alone. What method would Carl use to accomplish this task?

    A. Remove

    B. RemoveURL

    C. RemoveLinkage

    D. SetHotSpotTextStyle

  • Question 25:

    Kyle has been asked to add a agent in his Customer Management application that will create a contact file for the current user in the vCard format. The information for the vCard is contained in the Domino directory. Kyle writes the following agent: Dim session As New NotesSession Dim dbThis As NotesDatabase Dim dbNAB As NotesDatabase Dim docThis As NotesDocument Dim docNAB As NotesDocument Dim dcThis As NotesDocumentCollection Dim viewNAB As NotesView Set dbThis = session.CurrentDatabase Set dbNAB = session.GetDatabase("SVR01/ ACME", "names.nsf", False) Set viewNAB = dbNAB.GetView("($Users)") Set dcThis = dbThis.UnprocessedDocuments() Set docNAB = viewNAB.GetDocumentByKey(session.CommonUserName, True) Set docThis = dcThis.GetFirstDocument Do While Not (docThis Is Nothing) *** Missing Line Of Code *** Call docThis.Save(True, False) Set docThis = dcThis.GetNextDocument(docThis) Loop What missing line of code accomplishes this task?

    A. Call dbNAB.AttachVCard(docNAB)

    B. Call docThis.AttachVCard(dbNAB)

    C. Call docThis.AttachVCard(docNAB)

    D. Call docNAB.AttachVCard(docThis)

  • Question 26:

    Jackie is updating the Travel application. There are several forms that are used from the Notes client and from the Web browser, and she needs to add an area at the bottom of each form to be used to capture approval/denial comments. Jackie has created XPages that make use of JavaScript controls for rich text, and she would like to offer Web users a similar rich-text experience in the field that she will add on a new subform.

    How can she do this task?

    A. Add a rich text field on the subform. The JavaScript controls are the default starting in Domino 8.5

    B. Position the cursor in the subform where the new field should be created, and select Create > Object > Dojo Edit Box.

    C. Add a rich text field on the subform. In the Web Access section of the Field properties, set the Display option to Using JavaScript Control.

    D. Position the cursor in the subform where the new field should be created. Drag a rich text control from the controls palette onto the subform.

  • Question 27:

    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?

    A. To drag elements to rearrange sections and change the sequence of elements on the XPage.

    B. To drag controls from the controls palette onto a hierarchical representation of the XML source code, typically during the initial design of the XPage.

    C. Aside from the expand and collapse icons, nothing in an Outline view is clickable. Nonetheless, the Outline view provides an extremely usefulmeans to browse the XML elements of an XPage.

    D. The Outline view provides a hierarchical representation of the XML source code in XPages. The developer can quickly update varioussettings from within the Outline view using right-click menu options for each element.

  • Question 28:

    Ragan is working in Designer and has inadvertently closed the Problems view. He needs to see this view to resolve errors in his XPage. How can he get the view to display?

    A. Select Show Problems View in User Preferences.

    B. The Problem View displays when Designer is restarted.

    C. Right-click the XPage design element that has the error.

    D. Use the menu option of Window > Show Eclipse Views > Problems.

  • Question 29:

    Marisol is designing an XPage to provide an updated user interface for the expense report form in the Travel application. What should she do to allow the users to fill out the necessary information on the Web page?

    A. Add a custom control containing the form.

    B. Add fields to the XPage using the Create Field menu.

    C. Use the controls palette to add appropriate editing controls.

    D. Use the data palette to cause the XPage to inherit all of the fields from the form and then add appropriate styles using CSS.

  • Question 30:

    Barb is the lead developer for the Sales application and the Travel application. Each application consists of multiple databases. Within the application navigator, Barb would like to be able to list the databases of the Sales application together, and then, separate from the Sales application, to list the databases of the Travel application together.

    How can she do this?

    A. For each application, create a subfolder under the Data folder. Move each set of databases to the appropriate subfolder. Drag each folderonto the application navigator.

    B. Click the folders icon within the application navigator. Select the option to Create a new Working Set. Name the Working Set "Sales" andselect the databases that comprise the Sales application. Perform a similar procedure for the Travel application.

    C. From Domino Designer select Create > Working Set. Specify "Sales" for the name. From the application properties of each database of the Sales application, select "Sales" from the Working Set drop-down list. Perform a similar procedure for the Travel application.

    D. Edit the application properties of each database that comprises the Sales application. On the Design tab, specify "Sales" for theWorking Setoption. Repeat for each database of the Sales application. Perform a similar procedure for the Travel application.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only IBM exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your C2040-951 exam preparations and IBM certification application, do not hesitate to visit our Vcedump.com to find your solutions here.