The Ultimate Lotus Notes Quiz

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Mathinvalidnik
M
Mathinvalidnik
Community Contributor
Quizzes Created: 6 | Total Attempts: 982
| Attempts: 149 | Questions: 20
Please wait...
Question 1 / 20
0 %
0/100
Score 0/100
1. Philip has created an administrative view in the Video Rental database to show when each document was created. What @Function can he use to show the date and time the document was created?

Explanation

Philip can use the @Created function to show the date and time the document was created. This function retrieves the creation date and time of the document and can be used in the administrative view to display this information.

Submit
Please wait...
About This Quiz
The Ultimate Lotus Notes Quiz - Quiz

Unlock your potential with our Lotus Notes Quiz! This engaging quiz is designed to assess your understanding of Lotus Notes, a powerful collaboration and email platform. With questions... see morethat span a wide range of topics—from basic functionalities to advanced features—this quiz is perfect for both beginners and experienced users.

As you take the quiz, you will encounter questions that challenge your knowledge and skills, helping you identify areas for improvement. If you're preparing for a certification, enhancing your workplace productivity, or simply looking to learn more, this quiz offers a fun and interactive way to gauge your expertise. Dive in and discover how much you really know about Lotus Notes!
see less

2. Pablo created a document in the Suggestion database. 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 Pablo have in the suggestion base?

Explanation

Pablo has the level of access as a Depositor in the Suggestion database. This means that he can create and save documents in the database, but he does not have the permission to view or access documents in the main view. This explains why he is unable to see his document or any other documents in the main view after saving and closing his document.

Submit
3. Nelie has created a private agent. She wants her colleagues to be able to use it. Which of the following should she do?

Explanation

Nelie should change the agent property to shared in order for her colleagues to be able to use it. By doing so, the agent will be accessible and usable by multiple users, allowing her colleagues to utilize the agent's functionality.

Submit
4. Which one of the following best describes the use of hidden column formulas?

Explanation

Hidden column formulas are used to determine whether a column in a view should be displayed or hidden based on a formula. This means that the visibility of view columns can be controlled dynamically using a formula. This feature allows for more flexibility in displaying or hiding specific columns in a view based on certain conditions or criteria.

Submit
5. Which one of the following are agent trigger events?

Explanation

The correct answer is "After new mail arrives, Before new mail arrives, After documents are created or modified". These events are considered agent trigger events because they indicate specific actions or changes that can trigger an agent to perform its designated tasks. "After new mail arrives" and "Before new mail arrives" events are related to email activities, while "After documents are created or modified" event pertains to changes made to documents.

Submit
6. Which of the following is not a trigger event?

Explanation

The option "On click" is not a trigger event because it refers to an action taken by the user, specifically clicking on something, rather than an event that occurs automatically or in response to a specific condition. The other options, "After new mail arrives," "Before new mail arrives," and "After documents are created or modified," all describe events that can trigger some sort of action or process.

Submit
7. Randy has some data to display in a form, and he would like to have it appear in a formatted grid. What option would he use to format this data layout?

Explanation

Randy would use the option "Create>Table" to format the data layout. By selecting this option, he can create a table that will organize the data in a grid format, making it easier to read and understand. Tables are commonly used to display data in a structured manner, with rows and columns, allowing for easy comparison and analysis.

Submit
8. Lindsay is troubleshooting a problem on her application. The users have editor access to the database, but they are unable to delete any of the documents. What should Lindsay do to give the users the ability to delete documents?

Explanation

To give the users the ability to delete documents, Lindsay should select the Delete Documents option for the user's ACL entry. This option grants the user the necessary permissions to delete documents in the database. By selecting this option, Lindsay ensures that the users with editor access can perform the delete operation successfully.

Submit
9. Joe wants to display a company logo in the background of a view in his sales application. How can he do this?

Explanation

The correct answer is to use an Image Resource as the background graphic for the view. This means that Joe can select an image file from his resources and set it as the background for the view in his sales application. This allows him to display the company logo in the background of the view.

Submit
10. JoAnne lost a document she had been creating in a Domino application when the power in the building failed. How can she modify the application to prevent document loss in the future?

Explanation

By activating "Allow Autosave" in the Form Properties, JoAnne can prevent document loss in the future. This feature automatically saves the document at regular intervals, ensuring that any unsaved changes are not lost in the event of a power failure or other unexpected event. This way, JoAnne can continue working on her document without worrying about losing any progress.

Submit
11. James needs to store a list of values in FieldA, and when the form is saved, he wants to sort the list before it is saved. Which one of the following input translation formulas would accomplish this?

Explanation

The correct answer is "@Sort(@ThisValue)". This input translation formula will sort the values in FieldA in ascending order before saving the form. It uses the @Sort function with the parameter @ThisValue, which refers to the current value of the field being translated.

Submit
12. Al is creating a form that will include a number of Text fields. He would like to create the first field, include an Input Translation formula that will trim any leading and trailing white space from the user input, and then copy that initial field when creating the rest of the fields. What should Al put in his Input Translation formula?

Explanation

Al should put "@Trim(@ThisValue)" in his Input Translation formula. This formula will trim any leading and trailing white space from the user input in the first field. Using "@ThisValue" ensures that the formula is applied to the current field being created. By copying this formula to the rest of the fields, the same trimming functionality will be applied to all the fields.

Submit
13. Yuri created a formula for a button. The code is supposed to set the value of an existing field called Title. He used the following formula: Title:= @Propercase(Title); "" After the formula runs, the Title field has not changed. Which one of the following is the reason?

Explanation

The reason the Title field has not changed is because the formula does not specify that Title is an existing field. As a result, it is interpreted as a temporary variable instead of the actual field.

Submit
14. Sarah has a field in her document that stores the date and time when the document was saved. What @Function will allow this value to be stored in the field?

Explanation

The correct answer is @If(@IsDocBeingSaved;@Now;SaveDate). This @Function checks if the document is being saved and if it is, it stores the current date and time using @Now function in the field. Otherwise, it stores the existing value in the field (SaveDate).

Submit
15. Margaret would like to position overlapping blocks of content on a Form in the Video application. She wants the flexibility to control the placement, size and content of the information. Which of the following should Margaret use when creating her form?

Explanation

Margaret should use layers when creating her form. Layers allow for the positioning of overlapping blocks of content, giving Margaret the flexibility to control the placement, size, and content of the information on the form.

Submit
16. Anna wants to add a field to her form that will allow one or more values to be selected from a scrolling fixed-size field. What type of field should she use?

Explanation

Anna should use a Listbox field to allow one or more values to be selected from a scrolling fixed-size field. A Listbox is a type of field that displays a list of options, allowing the user to select one or more items from the list. It is suitable for Anna's requirement as it allows multiple selections and has a scrolling feature to accommodate a fixed-size field.

Submit
17. James has a form field that is designed to store Notes document links. He wants to make sure that no other types of information are stored in that field. How can James restrict information in that field?

Explanation

James can restrict information in the field by creating a Rich Text Lite field with an object type of "Links". This type of field only allows the storage of links to Notes documents, preventing any other types of information from being stored in the field.

Submit
18. Shandi has created a Suggestion database in Designer. She would like to create additional databases based on the Suggestion database design, and she would like to have them automatically updated whenever she changes the original design. How would she accomplish this?

Explanation

Shandi should select the Database Inheritance option for "Allow other databases to inherit design" in the original Suggestion database. This allows any additional databases created based on the original design to inherit any design changes made to the original database automatically.

Submit
19. Desmond has been asked to enhance the Change Control form. If a Change Control document is opened, the user should now be able to see a list of other Change Control documents that were submitted by whomever is listed in the Requester field. How can he do this?

Explanation

Desmond can achieve this by positioning the cursor where the list should appear on the form, choosing Create > Embedded Element > View. He should then select a view that lists Change Controls by Requester, which will dynamically display the relevant Change Control documents based on the Requester field.

Submit
20. Derek has created a view in the products.nsf database. Derek wants the Markup column in the view to display the selling price of the item minus the cost. He wants this value to display in currency. Which one of the following should Derek do?

Explanation

Derek should select currency on the Numbers tab in the Column Properties box. This will allow him to specify that the Markup column should display the selling price of the item minus the cost in currency format.

Submit
View My Results

Quiz Review Timeline (Updated): Oct 13, 2024 +

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

  • Current Version
  • Oct 13, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • Jan 29, 2012
    Quiz Created by
    Mathinvalidnik
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Philip has created an administrative view in the Video Rental database...
Pablo created a document in the Suggestion database. After saving and...
Nelie has created a private agent. She wants her colleagues to be able...
Which one of the following best describes the use of hidden column...
Which one of the following are agent trigger events?
Which of the following is not a trigger event?
Randy has some data to display in a form, and he would like to have it...
Lindsay is troubleshooting a problem on her application. The users...
Joe wants to display a company logo in the background of a view in his...
JoAnne lost a document she had been creating in a Domino application...
James needs to store a list of values in FieldA, and when the form is...
Al is creating a form that will include a number of Text fields. He...
Yuri created a formula for a button. The code is supposed to set the...
Sarah has a field in her document that stores the date and time when...
Margaret would like to position overlapping blocks of content on a...
Anna wants to add a field to her form that will allow one or more...
James has a form field that is designed to store Notes document links....
Shandi has created a Suggestion database in Designer. She would like...
Desmond has been asked to enhance the Change Control form. If a Change...
Derek has created a view in the products.nsf database. Derek wants the...
Alert!

Advertisement