Skip to main content

C2040-985 Real Exam Questions

Developing IBM Lotus Notes and Domino 8.5 Applications

121 questions available · Page 1 of 13

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

Everyone needs read access to inventory documents. Only the Inventory Managers group should be able to create inventory documents. The Warehouse group must be able to edit these documents.

How should Claude configure the security?

  1. A

    Set Default read to "All readers and above" on the Security tab of the form properties. Add a computed Authors field to the form with the formula "Inventory Manager". Add a computed Editors field to the form with the "Warehouse" formula.

  2. B

    Do not use a Readers field. On the Security tab of the form Properties, decelect "All authors and above" under "Who can create documents with this form", and select "Inventory Managers". Add an "InventoryEditor" role to the ACL.
    Associate the role with the Inventory Managers group and the Warehouse group.Add a computed Authors field on the form with the "[InventoryEditor]" formula.

  3. C

    Add a computed Readers field with the "Default" formula. On the Security tab of the form Properties, clear "All authors and above" under "Who can create documents with this form", and select "Inventory Managers". Add an "InvEditor" role to the ACL, associate the role with the Inventory Managers group and the Warehouse group, and then create a computed Authors field on the form that contains the
    "InvEditor" formula.

  4. D

    Add a computed Readers field to the form with the formula "*". Add a computed Authors field to the form that contains the formula "Inventory Managers":"Warehouse". Open the ACL and deselect "Create documents" option for the Warehouse group.

Show answer and explanation

Correct answer: B

Question 2 Single choice

Which one of the following formulas would find the first word (all characters before the first space) in a string field called Name?

  1. A

    @Left(Name)

  2. B

    @Left(Name;1)

  3. C

    @Left(" ";Name)

  4. D

    @Left(Name; " ")

Show answer and explanation

Correct answer: D

Question 3 Single choice

Sam is creating an agent that runs as a WebQueryOpen agent on her Web form.

What agent target should she select on her agent's properties to make sure that the agent runs properly?

  1. A

    All Documents in the Database

  2. B

    None

  3. C

    Current Document

  4. D

    All New and Modified Documents

Show answer and explanation

Correct answer: B

Question 4 Single choice

The XML representation of a Domino database, including its design and data, is known as which of the following?

  1. A

    DXML

  2. B

    DXL

  3. C

    DominoXL

  4. D

    XMLD

Show answer and explanation

Correct answer: B

Question 5 Single choice

The XYZ Company has offices in many different countries. There is a single Inventory database, replicated to a server in each country. Users connect to the server associated with the country in which they work.
Each product document includes a multivalued field named Country, indicating the country or countries in which the product is available.

How can Drew ensure that the server at each country is sent only the data for products available for sale within that country?

  1. A

    From the Security tab of the properties on each country's replica database, select "Restricted replication". Select "Restrict by formula". Enter a replication formula of: SELECT @IsMember ("COUNTRY_NAME"; Country).

  2. B

    Add a computed Authors field to the Product forms in the database. use a value formula of "Country".
    Run an agent to refresh all documents.

  3. C

    From the Advanced tab of the replication settings for each country's replica database, select
    "Documents by selection formula", and enter the formula: SELECT @IsMember("COUTRY_NAME";
    Country).

Show answer and explanation

Correct answer: C

Question 6 Single choice

Cheryle would like to have access to her mail file while she is traveling and disconnected from the network.
Once she arrives at her destination, she wants to connect to the network and synchronize her mail file updates with the server version of her mail file.

How can she accomplish this?

  1. A

    Create a local replica of her mail file.

  2. B

    Create a local synchronized copy of her mail life.

  3. C

    Create a local copy of her mail file.

  4. D

    Create a local mirror copy of her mail file.

Show answer and explanation

Correct answer: A

Question 7 Single choice

John is working in the Eclipse workspace.

Which view will display errors, warnings, and other information about IBM Lotus Domino Designer resources?

  1. A

    Events view

  2. B

    Problems view

  3. C

    Properties view

  4. D

    Outline view

Show answer and explanation

Correct answer: B

Question 8 Single choice

Serge wants to store some user preferences in a database so that users can set custom settings and have those settings available the next time they use the database.

What kind of special Lotus Notes design element should he use?

  1. A

    Preference form

  2. B

    Profile document

  3. C

    Settings document

  4. D

    User form

Show answer and explanation

Correct answer: B

Question 9 Single choice

Which one of the following contains data types stored as summary data by default?

  1. A

    All data types are stored in the summary buffer

  2. B

    Rich text, file attachments, embedded OLE objects

  3. C

    Text, text lists, rich text

  4. D

    Text, number, date/time, reader names

Show answer and explanation

Correct answer: D

Question 10 Single choice

When the Print statement is used in a Web agent, such as WebQuerySave, what does the Print statement do?

  1. A

    Output from all Print statements is sent to the browser's status bar.

  2. B

    Output from all Print statements is sent to the server log.

  3. C

    Nothing. The Print statement is ignored in Web agents.

  4. D

    Output from all Print statements is sent to the browser for display.

Show answer and explanation

Correct answer: D