1.
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?
Correct Answer
C. Depositor
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.
2.
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?
Correct Answer
C. Create a Rich Text Lite field with an object type of "Links"
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.
3.
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?
Correct Answer
B. Create>Table
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.
4.
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?
Correct Answer
C. Position the cursor where the list should appear on the form. Choose Create > Embedded Element > View. Select a view that lists Change Controls by Requester and click OK. Choose the "Show single category" event in the Programmer's pane, and set the value to Requester
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.
5.
Nelie has created a private agent. She wants her colleagues to be able to use it. Which of the following should she do?
Correct Answer
A. Change the agent property to shared
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.
6.
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?
Correct Answer
A. @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.
7.
Which one of the following best describes the use of hidden column formulas?
Correct Answer
D. View columns can be displayed or hidden on a formula
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.
8.
Which one of the following are agent trigger events?
Correct Answer
D. After new mail arrives, Before new mail arrives, After documents are created or modified
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.
9.
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?
Correct Answer
A. Activate "Allow Autosave" in the Form Properties.
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.
10.
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?
Correct Answer
B. @Trim(@ThisValue)
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.
11.
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?
Correct Answer
D. The formula does not specify that Title is an existing field. Thus it is interpreted as a temporary variable.
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.
12.
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?
Correct Answer
C. Select the Database Inheritance option for "Database file is a master template" in the original Suggestion database.
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.
13.
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?
Correct Answer
B. Select the Delete Documents option for the user's ACL entry.
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.
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?
Correct Answer
A. @If(@IsDocBeingSaved;@Now;SaveDate)
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).
15.
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?
Correct Answer
A. Select currency on the Numbers tab in the Column Properties box.
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.
16.
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?
Correct Answer
A. Layers
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.
17.
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?
Correct Answer
A. Listbox
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.
18.
Which of the following is not a trigger event?
Correct Answer
A. On click
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.
19.
Joe wants to display a company logo in the background of a view in his sales application. How can he do this?
Correct Answer
A. Use an Image Resource as the background grapHic for the view.
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.
20.
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?
Correct Answer
D. @Sort(@ThisValue)
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.