The Ultimate Lotus Notes Client Test- Part VI

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Mathinvalidnik
M
Mathinvalidnik
Community Contributor
Quizzes Created: 6 | Total Attempts: 927
Questions: 20 | Attempts: 90

SettingsSettingsSettings
The Ultimate Lotus Notes Client Test- Part VI - Quiz

.


Questions and Answers
  • 1. 

    Laura wants to add a field to her form that will allow multiple values to be selected or deselected by clicking next to the item. What type of field should she use?

    • A.

      Text

    • B.

      Checkbox

    • C.

      Combobox

    • D.

      Radio Button

    Correct Answer
    B. Checkbox
    Explanation
    Laura should use a checkbox field because it allows multiple values to be selected or deselected by clicking next to the item. Checkbox fields are commonly used in forms when there are multiple options and the user can select more than one option at a time. By checking or unchecking the checkbox, Laura can easily select or deselect the desired items.

    Rate this question:

  • 2. 

    Kristin is creating a page in the Videos application. Which one of the following statements about pages is true?

    • A.

      Pages can contain fields

    • B.

      Pages can be full-text indexed

    • C.

      Pages can be used only on the notes client

    • D.

      Pages can include text, graphics, applets, and links

    Correct Answer
    D. Pages can include text, graphics, applets, and links
    Explanation
    Pages in the Videos application can include text, graphics, applets, and links. This means that Kristin can add and customize various elements such as written content, images, interactive applets, and hyperlinks to create an engaging and interactive page within the application.

    Rate this question:

  • 3. 

    Tony wants to create a duplicate of the Video application. He wants to keep a version of the data on the same server as the production application but does not want any new documents or document modifications to be replicated into his new database once he creates it. Which one of the following should Tony do to create his archive?

    • A.

      Create a new copy of the database.

    • B.

      Use the Windows explorer to create a copy of the database file.

    • C.

      Create a replica copy of the database.

    • D.

      Create a replica copy of the database and disable replication on the database properties.

    Correct Answer
    A. Create a new copy of the database.
    Explanation
    To create an archive of the Video application, Tony should create a new copy of the database. This means making a separate copy of the database, which will allow him to keep a version of the data on the same server as the production application. By creating a new copy, Tony ensures that any new documents or document modifications will not be replicated into his archive database, as it will be a separate entity from the production database.

    Rate this question:

  • 4. 

    Several @Functions can execute multiple statements. Which one of the following initializes a variable and can increment it during the operation?

    • A.

      @Do

    • B.

      @For

    • C.

      @While

    • D.

      @DoWhile

    Correct Answer
    B. @For
    Explanation
    The @For function initializes a variable and can increment it during the operation. It is commonly used in programming to execute a block of code for a specific number of times. The variable is typically used as a counter that is incremented after each iteration of the loop. This allows for precise control over the number of times the statements within the loop are executed.

    Rate this question:

  • 5. 

    Rickie would like to create an action button that will create a new document using  the Video form. What @Command can he use to accomplish this?

    • A.

      @Command([NewDoc];"Video")

    • B.

      @Command([Create];"Video")

    • C.

      @Command([Compse];"Video")

    • D.

      @Command([ComposeDoc];"Video")

    Correct Answer
    C. @Command([Compse];"Video")
    Explanation
    The correct answer is @Command([Compose];"Video"). This command is used to create a new document based on a specified form, in this case, the Video form.

    Rate this question:

  • 6. 

    Lidiya has a Notes application that is used by employees in Europe and Japan. Each group of employees has a server located in its own geographical location. Lidiya needs to have versions of her application in both locations for efficient access, and the application data and design must stay synchronized in both locations. How can Lidiya accomplish this?

    • A.

      Create a copyf of the database in both locations with the menu option File>Database>New Copy

    • B.

      Create a replica of the database in both locations with the menu option File>Replication>New Replica

    • C.

      Creat a mirror copy of the database in both locations with the menu options File>>Database>Mirror Database

    • D.

      Create a synchronized copy of the database in both locations with the menu option File>Synchronization>New Copy

    Correct Answer
    B. Create a replica of the database in both locations with the menu option File>Replication>New Replica
    Explanation
    Lidiya can accomplish this by creating a replica of the database in both locations using the menu option File>Replication>New Replica. This will allow her to have versions of the application in both locations, ensuring efficient access for employees in Europe and Japan. The replication process will also ensure that the application data and design stay synchronized in both locations, ensuring consistency and avoiding any discrepancies between the two servers.

    Rate this question:

  • 7. 

    Heidi selected a document in a view and chose the menu option Edit>Copy As>Document Link. What did this do?

    • A.

      Created a new copy of the document in the database

    • B.

      Copied the Unique ID of the document to the Windows clipboard

    • C.

      Created a new document in the database that will be a Response document to the selected document

    • D.

      Copied reference information about the document to the Windows clipboard, that can be pasted as a DocLink in a Notes Rich Text field.

    Correct Answer
    D. Copied reference information about the document to the Windows clipboard, that can be pasted as a DocLink in a Notes Rich Text field.
    Explanation
    This action copies reference information about the selected document to the Windows clipboard, allowing it to be pasted as a DocLink in a Notes Rich Text field. This means that the copied information can be used to create a link to the selected document within a Notes Rich Text field, allowing users to easily access the document by clicking on the link.

    Rate this question:

  • 8. 

    Which one of the following database elements is NOT updated when DESIGN task is run?

    • A.

      Forms

    • B.

      Views

    • C.

      Roles

    • D.

      Agents

    Correct Answer
    C. Roles
    Explanation
    When the DESIGN task is run, it updates various elements in the database to reflect any changes made. However, Roles are not updated during this task. Roles in a database are used to assign specific privileges and permissions to users or groups, and they are not affected by changes made during the DESIGN task. The DESIGN task primarily focuses on updating forms, views, and agents, ensuring that any modifications or additions are reflected in the database.

    Rate this question:

  • 9. 

    When Nora creates a new document in the Suggestion application, a number of the fields have ext already displayed. But when she tabs or clicks into the field, the text disappears. What design feature has been used to create this behavior?

    • A.

      Field Hint in the Field Properties dialog box.

    • B.

      Default Value in the Form Properties dialog box.

    • C.

      Help Description in the Field Properties dialog box.

    • D.

      Field Assistance in the Field Properties dialog box.

    Correct Answer
    A. Field Hint in the Field Properties dialog box.
    Explanation
    The design feature used to create this behavior is Field Hint in the Field Properties dialog box. Field Hint displays a default text in a field to provide a hint or example of the expected input. In this case, when Nora creates a new document, the fields have the default text already displayed, but when she interacts with the field, the text disappears, indicating that it is just a hint and not the actual input.

    Rate this question:

  • 10. 

    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?

    • A.

      Create a local copy of her mail file.

    • B.

      Create a local replica of her mail file.

    • C.

      Create a local mirror copy of her mail file.

    • D.

      Create a local synchronized copy of her mail file.

    Correct Answer
    A. Create a local copy of her mail file.
    Explanation
    Cheryle can accomplish this by creating a local copy of her mail file. This will allow her to have access to her mail file while traveling and disconnected from the network. Once she arrives at her destination and connects to the network, she can synchronize her mail file updates with the server version of her mail file.

    Rate this question:

  • 11. 

    Tim has enabled document locking in the Sales application. He has noticed some documents that have been locked for several hours. The users tell him that their computers crashed while they were working on documents. What can Tim do to unlock the documents?

    • A.

      Have an administrator run fixup on the database.

    • B.

      Write an agent to run on selected documents. Use the formula: FIELD $Lock := @DeleteField.

    • C.

      Have someone with Manager access right-click on a locked document and select Unlock Document.

    • D.

      The nightly compact of the database will unlock the documents. Tim can also manually compact the database.

    Correct Answer
    C. Have someone with Manager access right-click on a locked document and select Unlock Document.
  • 12. 

    Jeffrey needs to add a field to a form that will allow him to enter up to 500 kilobytes of data. What type of field should he use for this requirement?

    • A.

      Text

    • B.

      Rich Text

    • C.

      Extended Text

    • D.

      Expanded Text

    Correct Answer
    B. Rich Text
    Explanation
    Jeffrey should use a Rich Text field for this requirement because it allows him to enter and format large amounts of text, including images, tables, and other media. This type of field is suitable for entering and displaying a significant amount of data, such as the 500 kilobytes of data that Jeffrey needs to add to the form.

    Rate this question:

  • 13. 

    Carmine has created a new design for her Video application. Carmine would like to post the design to the server and make it available so other databases can automatically inherit the design changes when the DESIGN server tasks run. Which one of the following should Carmine to do make the new design available on the development server?

    • A.

      Copy the database to the development server, name it "newvideo.nsf", and select "Update on DESIGN task" in the database Design properties

    • B.

      Copy the database to the development server, name it "newvideo.ntf", and select "Allow inheritance by applications" in the database Design properties.

    • C.

      Copy the database to the server, name it "newvideo.ntf", select "Inherit design from master template", and give it a template name in the database Design properties.

    • D.

      Copy the database to the development server, name it "newvideo.ntf", select "Database file is a master template", and give it a template name in the database Design properties.

    Correct Answer
    A. Copy the database to the development server, name it "newvideo.nsf", and select "Update on DESIGN task" in the database Design properties
    Explanation
    To make the new design available on the development server, Carmine should copy the database to the development server, name it "newvideo.nsf", and select "Update on DESIGN task" in the database Design properties. This will ensure that the design changes are automatically inherited by other databases when the DESIGN server tasks run.

    Rate this question:

  • 14. 

    When Marc creates a new document in the Suggestion database, he sees short descriptions of the fields at the bottom of the form. What design feature has been used to create this behavior?

    • A.

      Default Value for the field

    • B.

      Field Hint in the Field Properties dialog box

    • C.

      Help Description in the Field Properties dialog box

    • D.

      Field Assistance in the Field Properties dialog box

    Correct Answer
    C. Help Description in the Field Properties dialog box
    Explanation
    The Help Description in the Field Properties dialog box has been used to create this behavior. This feature allows Marc to see short descriptions of the fields at the bottom of the form when he creates a new document in the Suggestion database. It provides helpful information and guidance about the purpose or expected input for each field, making it easier for users to understand and fill out the form correctly.

    Rate this question:

  • 15. 

    Tony would like to make it easier for users of the Video application to enter new documents using the Video form. He'd like users to be able to create new Video documents while in a view. Which one of the following should Tony do to build this interface?

    • A.

      Create a view action that has the following formula: @Command([Create]; "Video").

    • B.

      Create a form action that has the following formula: @Command([Compose]; "Video").

    • C.

      Create a view action that has the following formula: @Command([Compose]; "Video").

    • D.

      Create a database action that has the following formula: @Command([Create]; "Video").

    Correct Answer
    C. Create a view action that has the following formula: @Command([Compose]; "Video").
    Explanation
    Tony should create a view action with the formula @Command([Compose]; "Video") to build the interface. This action will allow users to create new Video documents while in a view.

    Rate this question:

  • 16. 

    Doug is enhancing the Change Control form. He wants to help approvers more easily communicate with the Requester. How can Doug enable the Requester field for instant messaging?

    • A.

      Ensure that Requester is a Names, Authors, or Readers field. On the Control tab of the field properties, enable "Enable instant messaging."

    • B.

      Ensure that Requester is a Names field that evaluates to Canonical format. On the Control tab of the field properties, enable "Show online status."

    • C.

      Ensure that Requester is a Names field that evaluates to Abbreviated format. On the Control tab of the field properties, enable "Show online status."

    • D.

      Ensure that Requester is a Names, Authors, or Readers field that evaluates to Abbreviated format. On the Control tab of the field properties, enable "Enable instant messaging."

    Correct Answer
    D. Ensure that Requester is a Names, Authors, or Readers field that evaluates to Abbreviated format. On the Control tab of the field properties, enable "Enable instant messaging."
    Explanation
    The correct answer is to ensure that the Requester field is a Names, Authors, or Readers field that evaluates to Abbreviated format. By enabling "Enable instant messaging" on the Control tab of the field properties, Doug will be able to enable instant messaging for the Requester field. This will allow approvers to easily communicate with the Requester using instant messaging.

    Rate this question:

  • 17. 

    Stacee has been asked to add a feature to the Video Rental application. Users should be able to rag videos into a "Favorites" area for future access. What design feature would allow Stacee to add this functionality?

    • A.

      Views

    • B.

      Agents

    • C.

      Folders

    • D.

      Custom User Views

    Correct Answer
    C. Folders
    Explanation
    Stacee can add the functionality of allowing users to drag videos into a "Favorites" area by implementing the design feature of Folders. Folders provide a way to organize and categorize content, in this case, videos. By creating a "Favorites" folder, Stacee can enable users to easily add and access their favorite videos for future use.

    Rate this question:

  • 18. 

    William wants to create an action button that will close an open document, as well as asking the user if the document should be saved if there have been changes. What @Command can he use to do this? 

    • A.

      @Command([Close])

    • B.

      @Command([Clear])

    • C.

      @Command([CloseWindow])

    • D.

      @Command([ClsoeDocument])

    Correct Answer
    C. @Command([CloseWindow])
    Explanation
    The correct answer is @Command([CloseWindow]). This command is used to close the current window or document. In William's case, it will close the open document and prompt the user to save any changes made before closing. The other options (@Command([Close]), @Command([Clear]), and @Command([ClsoeDocument])) do not provide the functionality of prompting the user to save changes before closing the document.

    Rate this question:

  • 19. 

    Kemberly has been asked to add the company logo to each form in the Video Rental database. How can she do this and minimize potential future maintenance of the logo?

    • A.

      Paste the logo into each form

    • B.

      Add a computed link to the logo in each form

    • C.

      Add the logo as an image hotspot in each form

    • D.

      Add the logo from the Shared Resources - Images area

    Correct Answer
    D. Add the logo from the Shared Resources - Images area
    Explanation
    To minimize potential future maintenance of the logo, Kemberly should add the logo from the Shared Resources - Images area. By doing so, if there are any changes or updates to the logo in the future, she only needs to make the changes in one central location, the Shared Resources - Images area, and it will automatically reflect in all the forms where the logo is used. This saves time and effort compared to pasting the logo into each form, adding a computed link to the logo, or adding the logo as an image hotspot in each form, which would require updating each form individually.

    Rate this question:

  • 20. 

    Which of the following formulas does Charlie use to change the value of the ReleaseDate field to today's date?

    • A.

      ReleaseDate:=@Today

    • B.

      TEMP ReleaseDate:=@Today

    • C.

      FIELD ReleaseDate:=@Today

    • D.

      @ChangeField(ReleaseDate:@Today)

    Correct Answer
    C. FIELD ReleaseDate:=@Today
    Explanation
    Charlie uses the formula "FIELD ReleaseDate:=@Today" to change the value of the ReleaseDate field to today's date.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Nov 16, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Feb 04, 2012
    Quiz Created by
    Mathinvalidnik
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.