Chapter 18. Practice Exam 610

Question 1Sergey is listed in the Authors field of a document that has no Readers field. He also has Author access to the database where the document resides through the ACL. Stan has Editor access to the database and Martha has Reader access to the database. Who can read and/or edit the document?
  • A. Only Stan can read and edit the document.

  • B. Everyone can read and edit the document, but only Sergey can edit it.

  • C. No one can read the document because there is no Readers field.

  • D. Everyone can read the document but only Sergey and Stan can edit it.

Question 2Greg wants to edit a form and he does not want other developers to work on it while he has it open. Does he need to explicitly lock the form?
  • A. Yes. Another developer with higher access could override Greg's access and work on the form.

  • B. No. The form is temporarily locked while it is being edited.

  • C. No. The form is automatically locked while it is being edited and will remain locked until Greg unlocks it.

  • D. Yes. Explicit locking prevents people from creating documents from the old form until the new one is finished and unlocked.

Question 3Buddy is a developer with Manager access, and he has created a server agent that he wants to run with Manager access. How can he provide the agent with this access?
  • A. Have an administrator sign the database.

  • B. Sign the agent.

  • C. Edit and re-save the agent.

  • D. All of the above.

Question 4Tedd has a view with three sortable columns: Name, Username, and ID #. He wants to make the background color of the Username column light blue so he can differentiate it from the Name and ID # columns at a glance. After saving this design change, Tedd looks at the view again and sees the light blue background in both the Username and ID # columns. What went wrong?
  • A. Tedd needs to add a hidden column before the Username column and set its background color to light blue.

  • B. Tedd must have accidentally set the background color of the ID # column and needs to restore the background property through the column's Text tab.

  • C. Tedd should add a hidden column before and after the Username column. The left column should be set to the light blue background and the right column should be set to the default white background.

  • D. Tedd has to change the background color to Transparent through the view's “Style” tab.

Question 5Doris has just made a modification to a .gif file of a logo that is shared by seven databases. She decides to save the file into each database. Is this the most efficient way to update the logo on each database?
  • A. No. If the logo is a shared file resource, she can go to each database and refresh the file through the files work pane.

  • B. Yes. Although it is work-intensive, it is the best way to make sure the newly modified file is used by each database.

  • C. No. If the logo is on subforms, she can select all the subforms and change the logo on each of them at the same time.

  • D. No. She can select all design elements that contain the logo and change the logo on each of them at the same time.

Question 6Paula has opened a document in InsuranceForms.nsf, a Notes database that resides on the INSHQ server. The picklists in the document are all set to perform lookups in another database, called Keywords.nsf, which also resides on the INSHQ server. After choosing a state from a picklist, Paula runs into trouble when she sees nothing but a blank list for the county picklist. Why has this happened?
  • A. The INSHQ server is down.

  • B. Paula does not have Reader access to the view used in the picklist lookup.

  • C. Instead of explicitly listing INSHQ as the server name in the @DbLookup function, double quotes (“”) were used instead.

  • D. Paula's document was not in edit mode.

Question 7Jeanmarie wants to show whether or not a document is locked. What @Function should she use?
  • A. @IsDocLock([LOCK])

  • B. @DocLock([STATUS])

  • C. @DocLock([LOCKINGENABLED])

  • D. @IsDocLock([STATUS])

Question 8Lena has to change the name of a view that also has an alias. There is extensive code that refers to the old name of the view as well as its alias, and because the view is very important to its users, Lena must make the change as quickly as possible. What should she do?
  • A. Lena should copy the old view name to the left of the current alias in the view's alias box, using a vertical bar ( | ) as a separator.

  • B. Lena should change the code so that it refers to only the view's alias.

  • C. Lena should copy the old view name to the right of the new view name with a backslash ( ) as a separator.

  • D. Lena can do nothing in the span of time she has to make a change in the view.

Question 9To add a tool to Domino,
  • A. select Actions, Add Tool, then enter the name of the tool. Select the submenu under which it falls, then choose the tool action and tool location. Click OK.

  • B. select Tools, Add Tool, Tool submenu, then enter the name of the tool. Choose the tool action and tool location. Click OK.

  • C. select Tools, Add Tool, then enter the name of the tool. Select the tool action and tool location. Click OK.

  • D. select Tools, Submenu, Add Tool, then enter the name of the tool. Choose the tool action and tool location. Click OK.

Question 10John has a database that has replicas on Server1, Server2, and Server3. Users have limited access to the database on Server1, which is the source server. However, some Depositor-Only users are able to see the documents on the replica located on Server2, although they can't see them on the replicas located on Server1 and Server3. What could be causing this?
  • A. The ACL of the replica on Server2 is different from those on Server1 and Server3.

  • B. Server2 and Server3 have different access to the database than Server1 has.

  • C. The users hacked into the database replica on Server2.

  • D. Nothing is wrong. Depositor-Only access allows users to see documents by default.

Question 11How do you enable Auto-Complete?
  • A. Auto-Complete is enabled by default.

  • B. Select the Preferences, User Preference menu, then click on Basics to display the Auto-Complete options.

  • C. Select the options tab of the Programmer's pane, then enable the Auto-Complete options for LotusScript, HTML, and @Formulas.

  • D. Select the Options tab of the Programmer's pane, then enable the Auto-Complete options for LotusScript and @Formulas. HTML is not included because it is not a programming language.

Question 12Buddy has an agent he wants to run with Manager access. How can he provide the agent with this access?
  • A. Have an administrator sign the database.

  • B. Sign the agent.

  • C. Edit and re-save the agent.

  • D. All of the above.

Question 13Betty would like a set of “Contact Us” icons to appear in various events: a regular picture of a pencil if there is no event occurring, a larger picture of the pencil if the mouse moves over it, and a picture of the pencil writing if the mouse clicks it. What is the best way to create and store the images?
  • A. Name each image and store them individually in Image Resources.

  • B. Save each image with .ANI so that they will change depending on the mouse events.

  • C. Define an image well in the Basics tab of the Image Resource properties.

  • D. Embed the images in the form and use hide/when formulas to switch between images according to mouse events.

Question 14Gary wants to provide expandable and collapsible rows in a table he has created. What should he do?
  • A. Select Show Only One Row at a Time in the Table Rows tab in the Tables property box and then check Expand/Collapse Rows.

  • B. Select Show Only One Row at a Time in the Table Rows tab in the Tables property box and then check Users Pick Row via Tab Buttons.

  • C. Select only Show Only One Row at a Time in the Table Rows tab in the Tables property box.

  • D. Select Show Only One Row at a Time in the Table Rows tab in the Tables property box, then check Users Pick Row via Captions.

Question 15Jean wants to show indented response documents beneath their parent documents. The first column is a Responses Only column that displays the name of the response document; the second column is sorted and is to display information about the parent document; and the third column is to display information about the response document. However, none of the response documents are displaying any information from the third column. Why?
  • A. Jean should make the third column a “Responses Only” column to make the data visible.

  • B. Jean should include the information on the response documents in the “Responses Only” column and delete the third column.

  • C. Jean does not have the Show Response Documents in a Hierarchy view property checked.

  • D. Jean does not have the Extend Last Column to Window Width view property checked, which is preventing the third column from being seen.

Question 16To receive design changes from Server1, the database replica on Server2 must give Server1 at least
  • A. manager access, and the database replica on Server1 must give Server2 at least Reader access.

  • B. designer access, and the database replica on Server1 must give Server2 at least Editor access.

  • C. designer access, and the database replica on Server1 must give Server2 at least Reader access.

  • D. editor access, and the database replica on Server1 must give Server2 at least Editor access.

Question 17Lynne has Author access to a database, but when she tries to create a document from a form that has no Authors field, she gets an error: You are not authorized to perform this operation. What is causing the error?
  • A. There are no Authors fields on the form to provide access.

  • B. Lynne needs Editor access to create the document.

  • C. Lynne is not included under Who Can Create Documents with This Form.

  • D. Lynne is not included under Default Read Access for Document Created with this Form.

Question 18A traveling department manager wants to take a copy of Saleries.nsf on his laptop. Because this database contains sensitive information, Khalid needs to restrict access. What should he do?
  • A. Encrypt the database on the server with the server ID to restrict access.

  • B. Copy the database to the manager's laptop, then encrypt the database so that only the manager can access it.

  • C. Copy the database to the manager's laptop, then restrict the access through the ACL.

  • D. Nothing can be done because encryption cannot prevent access to API programs.

Question 19Some users in Sanjay's company have been changing shared views on a database he maintains, and some have even changed the logo images on various forms. What steps should Sanjay take to prevent these users from changing the database design?
  • A. Hide the database design in both the production database and the template.

  • B. Hide the database design in the production database only.

  • C. Hide the database design in the production database and remove Designer or higher access from the users in the ACL.

  • D. Remove Designer or higher access from the users in the ACL.

Question 20Terry wants to create a validation formula that is portable to any field. He should use
  • A. @If(@GetField = “”; @Failure(“Please enter a value for this field”);@Success)

  • B. @If(@ThisName = “”;@Failure(“Please enter a value for this field”);@Success)

  • C. @If(@Command([EditGotoField]) = “”;@Failure(“Please enter a value for this field”);@Success)

  • D. @If(@ThisValue = “”;@Failure(“Please enter a value for this field”);@Success)

Question 21What is true about document locking?
  • A. Document locking prevents replication of conflicts.

  • B. Users with Editor access or higher can lock documents.

  • C. Only the user who locks a document can unlock it.

  • D. A and C.

Question 22Which of the following changes to a form requires updates to existing documents?
  • A. New fields, field names, graphics, and form types.

  • B. Computed field formulas, text properties, pop-ups, and deleted fields.

  • C. Field data types, computed field formulas, form names with a synonym, and static text.

  • D. Deleted fields, new fields, form types, and field data types.

Question 23Chris has a field that is to be visible to anyone in the [Administration] and [Special Reader] roles. The field should not be visible to anyone if the document has never been saved. What should the hide/when formula look like?
  • A. (!@IsMember(“[Administration]”;@UserRoles) | !@IsMember(“[Special Reader]”;@UserRoles)) | !@IsNewDoc

  • B. (@IsMember(“[Administration]”;@UserRoles) & @IsMember(“[Special Reader]”;@UserRoles)) | @IsNewDoc

  • C. (!@IsMember(“[Administration]”;@UserRoles) & !@IsMember(“[Special Reader]”;@UserRoles)) | @IsNewDoc

  • D. (!@IsMember(“[Administration]”;@UserRoles) & !@IsMember(“[Special Reader]”;@UserRoles)) | !@IsNewDoc

Question 24Ron opens a view on the Notes client and sees three columns. Sarah opens the same view on the Notes client and sees five columns. Why does Ron see fewer columns?
  • A. Ron is not in the Readers field of the documents.

  • B. Ron does not have the appropriate access to the view.

  • C. There is a hide/when formula that hides the columns when Ron opens the view.

  • D. Sarah has Reader access to the columns Ron cannot see.

Question 25Which of the following is not a field type in Domino?
  • A. Date/Time.

  • B. Rich Text Lite.

  • C. OLE Object.

  • D. Time Zone.

Question 26A Maintenance Request form has a Call_Ranking field, which contains the following values: Call Back, Routine, Urgent, Non-Routine. Jamal has a view that is to be sorted by the Call_Ranking field, but he does not want it sorted in alphabetical order. Rather, he wants it sorted in the order of Urgent, Call Back, Non-Routine, Routine. How should he do this?
  • A. Create two columns at the beginning of the view. The first column is visible and both columns are sorted. The first column should contain @If(Call_Ranking=”Urgent”;”1”;Call_Ranking=”Call Back”;”2”;Call_Ranking=”Non-Routine”;”3”;”4”), and the second column should display the Call_Ranking field.

  • B. Create two columns at the beginning of the view. The first column should be one character wide and sorted. The first column should contain @If(Call_Ranking=”Urgent”;”1”;Call_Ranking=”Call Back”;”2”;Call_Ranking=”Non-Routine”;”3”;”4”).

  • C. Create two columns at the beginning of the view. The first column should be hidden and sorted, whereas the second column is visible and not sorted. The first column should contain @If(Call_Ranking=”Urgent”;”1”;Call_Ranking=”Call Back”;”2”;Call_Ranking=”Non-Routine”;”3”;”4”).

  • D. Create two columns at the beginning of the view. The first column should be hidden and sorted by the Call_Ranking field. The second column should be visible and not sorted. The second column should contain @If(Call_Ranking=”Urgent”;”1”;Call_Ranking=”Call Back”;”2”;Call_Ranking=”Non-Routine”;”3”;”4”).

Question 27Which of these statements is true?
  • A. To enter data, users have to type over any hints that appear in data entry fields.

  • B. Field hints disappear as soon as a user enters a field.

  • C. Field hints disappear as soon as a user enters a field, but reappear in the status bar.

  • D. Field hint entries can be entered in the Info tab of the field properties.

Question 28A keyword field displays various accountants' names from a view categorized by department. The list is supposed to be non-repeating, but some accountants are appearing more than once. Which formula is causing this error?
  • A. @DbColumn(“Notes”:”ReCache”;””;”DeptView”;2)

  • B. @DbLookup(“Notes”:”ReCache”;””;”DeptView”;”Accounting”;2)

  • C. @Sort(@DbLookup(“Notes”:”ReCache”;””;”DeptView”;Accounting”;2))

  • E. All of the above.

Question 29A document expires in 30 days, but the owner of the document gets a 48-hour grace period. What would be the correct way to set the @Adjust formula?
  • A. @Adjust(@Created;0;1;0;48;0;0)

  • B. @Adjust(@Created;0;0;32;0;0;0)

  • C. @Adjust(@Created;0;1;2;0;0;0)

  • D. @Adjust(@Created;0;0;0;32;0;0)

Question 30Brenda created a new view called SalesCalendar. Upon opening SalesCalendar, users see rows showing icons for the various calendar entries, times, and the subject for each entry, but they do not see it in calendar format. What is wrong?
  • A. The view is missing a column displaying the dates.

  • B. The view needs to be refreshed.

  • C. The view is not in Standard Outline style.

  • D. The view is not in Calendar style.

Question 31Aaron wants to print the code of a Java servlet he has imported through the Print Source dialog box. Which choice does he make to print the code?
  • A. Current section.

  • B. Current object.

  • C. All languages.

  • D. None of the above.

Question 32Monika has an agent open in her designer panel, and wants to print all the agent's events. In the Print Source dialog box, she should choose:
  • A. Current section.

  • B. Current object.

  • C. All objects—all languages.

  • D. Current object—current language.

Question 33Which of the following statement is false? Prevent replication or save conflicts by
  • A. selecting Merge Conflicts on the Form property.

  • B. giving users Author access or less in the database ACL to prevent them from editing other users' documents.

  • C. making as few design changes as possible.

  • D. using versioning so that documents can become new documents after editing.

Question 34What is the editor applet?
  • A. It is an imported Java applet used to enable Web users to cut, paste, and copy text from outside the editor, as well as change the text's font, size, and color.

  • B. It is a native Domino applet that allows Web users to cut, paste, and copy text from outside the editor as well as change the text's font, size, and color.

  • C. It is an imported Java applet that allows Web users to bold, underline, and italicize text, create paragraphs and bulleted lists, and insert links.

  • D. It is a native Domino applet that allows Web users to bold, underline, and italicize text, create paragraphs and bulleted lists, and insert links.

Question 35Is this code correct?
@Prompt([Ok]; "Acknowledgment";{You will receive a copy of
the "NotesNow" article within 3 weeks}

  • A. Yes. The curly brackets enable the message to include the double quotes around the magazine's name.

  • B. No. The curly brackets are used for commenting code only.

  • C. Yes. The curly brackets enable the message to show the magazine's title in bold type.

  • D. No. The prompt title must be in curly brackets as well.

Question 36Tony has given users only Editor access to their own mail databases. Some users have reported problems setting their “out-of-office” program. What can Tony do to alleviate this problem?
  • A. Give the users Manager access to their mail databases.

  • B. Enable the Allow user activation property for the agent running the out-of-office program.

  • C. Enable the Run OnBehalf of property for the agent running the out-of-office program.

  • D. Enable the Restricted operations property for the agent running the out-of-office program.

Question 37Which is not a document option for the Agent Menu Selection run option?
  • A. All selected documents.

  • B. All new and modified documents since last run.

  • C. Run once.

  • D. None.

Question 38Mitchell wants a design element that shows the number of unread documents in a folder. What does he need to do?
  • A. Select the unread rows of the folder Style properties.

  • B. Select Show Folder Unread Information on the folder Info tab.

  • C. Select Show Folder Unread Information on the folder Options tab.

  • D. Select Show Folder Unread Information on the embedded outline Info tab.

Question 39Lisa has a view that is updated constantly. What are some better ways to refresh this view?
  • A. Use the refresh time option of Auto, After First Use.

  • B. Use the refresh display option of the Display Indicator.

  • C. Use the refresh display option of Refresh Display from Top Row.

  • D. Use the refresh display option of Auto, At Most Over n Hours.

Question 40Which set of commands is listed in the order they are executed?
  • A. x:=””;

    @Command([FileSave]);

    @Command([ViewChange];”Main”)

  • B. duedate:=@Today;

    @Command([ToolsRunBackgroundMacros]);

    @Prompt([OK];Macros”;”All macros are running”)

  • C. @Command([FileCloseWindow]);

    @Command([ViewSwitchForm];”CDR”);

    @PostedCommand([EditGoToField];”Name”)

  • D. B and C

Question 41Steve is writing a view selection to contain the form OriginalThread and all its response documents. Which selection formula should he write?
  • A. SELECT Form=”OriginalThread” | @AllChildren

  • B. SELECT Form=”OriginalThread” | @Responses

  • C. SELECT Form=”OriginalThread” | @IsResponseDoc

  • D. SELECT Form=”OriginalThread” | @AllDescendants

Question 42By default, a user with Author access can
  • A. create documents and write public documents.

  • B. create documents and create personal folders/views.

  • C. read public documents only.

  • D. create documents only.

Question 43Where does a designer set customized twisties?
  • A. The View Info tab is where the designer must indicate where the image(s) is/are stored.

  • B. The Column Info tab is where the designer must indicate where the image(s) is/are stored.

  • C. The View Options tab is where the designer must indicate where the image(s) is/are stored.

  • D. Column Advanced tab is where the designer must indicate where the image(s) is/are stored.

Question 44When a user is allowed to customize a view,
  • A. the user's resizing and resorting of columns is retained after the view is closed and reopened.

  • B. the user's resizing and resorting of columns is not retained after the view is closed and reopened.

  • C. if a user's ability to customize a view is removed, the user can still resize and sort columns through the menu option and the changes are retained after the view is closed and reopened.

  • D. A and C.

Question 45Pages can contain…
  • A. Text, fields, and graphics.

  • B. Outlines, layers, and frames.

  • C. Links, computed text, and embedded objects.

  • D. Applets, frames, and text.

Question 46Which of the following is not true about tables?
  • A. Collapsible sections within a table are called row captions.

  • B. Table tab lengths are pre-set and their captions must be brief in order to fit.

  • C. Animated tables are not good for data entry.

  • D. Table columns can be set to automatically adjust their width based on their content.

Question 47Alvaro has several doclinks in the “About Database” document. When Notes users open the database, they are sent to the document associated with the first doclink only. What is happening?
  • A. The other doclinks were not enabled.

  • B. The “About” document has the doclinks in a controlled-access section.

  • C. The database Launch property was set this way.

  • D. The users do not have the access rights to the documents associated with the other doclinks.

Question 48Garrett built a Notes database for his company's security department. Because of the sensitive information it will contain, the security head has asked Garrett to remove any access for himself to the database.
  • A. Garrett should not remove access for himself. He needs at least Designer access to make changes.

  • B. Garrett should not remove access for himself. He needs at least Manager access to push design changes to the database from a template.

  • C. Garrett should remove access for himself. He can give someone in the security department Designer rights.

  • D. Garrett should remove access for himself. He can make any design changes on a template, which can be inherited by the database.

Question 49Which of the following is not true about displaying icons in a view column?
  • A. A column can display up to 10 icons.

  • B. Icons can be predefined or custom.

  • C. A column can display both predefined and custom icons together.

  • D. There is not predefined icons for the value of 0.

Question 50Alicia had to change the name of her form and now she has to change it in all her agents. She selects Find/Replace in the Edit menu, types the old name of the form, the new name of the form, and chooses Case-Sensitive and Whole Words as her Find options. What should her scope be?
  • A. All Objects.

  • B. Current Section Only.

  • C. Current Object.

  • D. Find/Replace does not work in the designer pane.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.144.38.24