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

C2040-985 Online Practice Questions and Answers

Questions 4

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

A. All data types are stored in the summary buffer

B. Rich text, file attachments, embedded OLE objects

C. Text, text lists, rich text

D. Text, number, date/time, reader names

Browse 121 Q&As
Questions 5

Magdalena wants to allow the users of her application to rearrange and change the settings for some views (including private views), to allow them to optimize their experience in the application.

How does she best do this?

A. Select the "Create Personal view/folders" option in the ACL, Select the "Allow customizations" option in the Database properties and the "Default design for new folders and views" option in the View properties.

B. Unselect the "Create Personal view/folders" option in the ACL. Select the "Allow customizations" and "Resizable" options in the View properties.

C. Select the "Allow customizations" and "Default design for new folders and views" options in the View properties.

D. Select the "Allow customizations" option in the View properties and select the "Save User settings" option in the Column properties.

Browse 121 Q&As
Questions 6

The @Formula statements that Gustavo is entering for validation formulas on his Form are in a smaller font than he would prefer.

How can Gustavo adjust the font that he sees while he is coding within Domino Designer?

A. Select Application Properties from the Application Navigator. Select Fonts from the Script area of Options. Select the desired font, size, and color.

B. Create a style sheet with a class named "DesignerScript", set the desired font attributes and import the CSS. Right-click on the Style Sheet and select Designer Default.

C. Select File > Preferences > Domino Designer. Locate the Appearance section. Select Script > Fonts. Select the desired font, size, and color.

D. Right-click within the Programmer's Pane to open the Programmer's Pane Properties. Select the desired font, size, and color.

Browse 121 Q&As
Questions 7

Marcello wants to create a custom startup page for his customer database, using different buttons and values from profile and normal documents.

How can he achieve this?

A. Create an outline with calculated entries, and display this directly through a frameset.

B. Create a page with calculated text and actions, and display this using a frameset. Create a frameset, and display that page with dynamic text.

C. Create a view with custom actions that calculate what actions the user might want to take.

D. Create a form and use action buttons, only calculated for display fields and computed text to display all available options to this specific user. Set the database properties to start with a doclink in the about database document to any document created with this form.

Browse 121 Q&As
Questions 8

Management has asked Bob to post an introductory Welcome page when Notes users first open the Video application.

In which one of the following places should Bob put the Welcome message?

A. In the application Using Document

B. In a document named $Welcome

C. In the application About Document

D. In the first Page in the application design

Browse 121 Q&As
Questions 9

Muriel has created a view that shows the current year's reported sales in the Sales Tracking application. She would like to give her end users the ability to sort on the customer, region, and sales manager columns.

How would she accomplish this?

A. Set the `Allow custom sorting" option for the view.

B. Set each column's Sort option to Descending.

C. Set the `Click on column header to sort" value to Custom for all three columns.

D. Set the `Click om column header to sort" value to Both for all three columns.

Browse 121 Q&As
Questions 10

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?

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.

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.

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.

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.

Browse 121 Q&As
Questions 11

What type of element CANNOT be embedded into a page?

A. Date picker

B. View

C. Editor

D. Navigator

Browse 121 Q&As
Questions 12

In the past, Lloyd has copied an existing application if he needed to create a new application. This time, however, Lloyd wants to create a new application on his own hard drive, and he does not want the application to include any design elements from existing applications.

How can he do this?

A. From the menu bar, select File > Application > New. Leave the Server option set to "Local", and ensure that the Template option is set to "Blank".

B. From the menu bar, select File > Application > New. Leave the Server option set to "Local", and specify "_blank.nsf" for the new application's filename.

C. From the menu bar, select File > Application > New. Leave the Server option set to "Local", and specify "_blank.nsf" for the new application's filename. Ensure that the Template option is set to "-Default-".

D. From the menu bar, select File > Application > New. Specify "_blank.nsf" for the new application's filename.

Browse 121 Q&As
Questions 13

Which one of the following describes the use of hidden column formulas?

A. View columns can be displayed or hidden based on a formula.

B. Table columns can be hidden based on a formula.

C. Views can be hidden based on a formula.

D. Hidden columns are not a supported feature.

Browse 121 Q&As
Questions 14

Henry has an executable file stored as a file resource in his database. He wants to make this file available

for use via a Web browser, using the URL syntax:

http://server/db.nsf/filename?OpenFileResource.

What additional things does he need to do?

A. He needs to enable the "Use File Resources on the Web" database property.

B. He needs to update the MIME type property in the File Resource properties field to "application/ executable".

C. He doesn't need to do anything else. The file will be available to users as is.

D. An executable file cannot be made available to Web browsers as a file resource.

Browse 121 Q&As
Questions 15

Melissa has created a default outline in her application and wants to display specific outline entries to Web users.

How can she do this task?

A. Select or clear the "Hide entry from Web browsers" check box for the Outline entry.

B. Use Hide-when formulas on the page where the outline is embedded.

C. Surround outline entries with HTML tags to make them visible to Web users.

D. Create a separate outline for Web users.

Browse 121 Q&As
Questions 16

Pedro created a document in the Suggestion application. After saving and closing the document, he was unable to see his document or any other documents in the main view.

What level of access does Pedro have in the Suggestion application?

A. Author

B. No Access

C. Depositor

D. Anonymous

Browse 121 Q&As
Questions 17

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?

A. Preference form

B. Profile document

C. Settings document

D. User form

Browse 121 Q&As
Questions 18

The Video application ACL supports 3 types of users:

1.

Users who can only view information in the application.

2.

Users who can view, enter, and edit the information they have entered in the application. 3. Users who can view and modify any document in the application.

Cyd created groups in the Directory to hold the names of the different user types:

1.

Video Viewers

2.

Video Creators

3.

Video Modifiers Cyd adds the three groups and wants to control the access of different users.

In which one of the following ways should he assign access levels?

A. 1. Video Viewers = Reader

2.

Video Creators = Author

3.

Video Modifiers = Editor

B. 1. Video Viewers = Readers

2.

Video Creators = Depositor

3.

Video Modifiers = Designer

C. 1. Video Viewers = Reader

2.

Video Creators = Editor

3.

Video Modifiers = Editor

D. 1. Video Viewers = Reader

2.

Video Creators = Editor

3.

Video Modifiers = Manager

Browse 121 Q&As
Exam Code: C2040-985
Exam Name: Developing IBM Lotus Notes and Domino 8.5 Applications
Last Update: Mar 24, 2024
Questions: 121 Q&As

PDF

$45.99

VCE

$49.99

PDF + VCE

$59.99