Lotus 190-610 Notes Domino 6/6.5 Application Development Foundation Skills
Lotus 190-610 Notes Domino 6/6.5 Application Development Foundation Skills
Lotus 190-610 Notes Domino 6/6.5 Application Development Foundation Skills
QUESTION NO: 1
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?
Answer: A
QUESTION NO: 2
Jayne has asked her Domino server administrator to enable document locking on the server. Which one
of the following must she do to enable it for her application?
Answer: B
QUESTION NO: 3
Cindy wants to set up third-party tools so she can access them via the Designer. Which one of the
following should Cindy do?
A. Tools>Import
B. File>Import
C. Tools>Add Tool
D. Shared Resources>Third Party Tool
Answer: C
QUESTION NO: 4
John has created a database library. Librarians are responsible for adding new information to the
database library. Which one of the following is the minimum level of access he can grant the librarians
of the database library?
A. Designer
B. Reader
C. Author
D. Manager
Answer: C
QUESTION NO: 5
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 from within the view. Which
one of the following should Tony do to build this interface?
A. Create a database action that has the following formula: @Command([Compose]; "Video").
B. Create a view action that has the following formula: @Command([Compose]; "Video").
C. Create a form action that has the following formula: @Command([Compose]; "Video").
D. Create a view action that has the following formula: @Command([Create]; "Video").
Answer: B
QUESTION NO: 6
Jackie wants to remove an action hotspot but leave the image on his Video form. In which one of the
following ways can he do this?
A. Select the hotspot and choose the Hotspot>Remove Hotspot menu command.
B. Delete the image and reinsert it into the form.
C. Highlight the hotspot and choose the Design> Hotspot>Remove menu command.
D. Select the hotspot and choose the Design>Hotspot>Remove Hotspot menu command.
Answer: A
QUESTION NO: 7
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
Which one of the following should Cyd do to prevent the access by users who are not members in the
groups listed above?
Answer: D
QUESTION NO: 8
Furio is designing some graphic images to use on Hotspot actions in the Video application forms. The
Hotspots will be used in all of the forms in the application. Which one of the following lists the types of
graphic images Furio can create and use as image resources?
Answer: D
QUESTION NO: 9
Ted is in a group that has Author access in the Review application's ACL. However, he cannot edit a
review he created. Which one of the following is the most likely reason?
Answer: B
QUESTION NO: 10
Erica is writing a formula to determine the number of elements in a list. She wants to ensure that a value
is returned, even if the value her @Function is evaluating turns out to be a null string. Which one of the
following can she do to accomplish this?
Answer: A
QUESTION NO: 11
Kristin is creating a page in the Videos application. Which one of the following statements about pages is
NOT true?
Answer: B
QUESTION NO: 12
Joe wants to display a company logo throughout his sales application. In which one of the following
places can Joe display the graphic?
Answer: D
QUESTION NO: 13
The Video form has a graphic Hotspot that opens the IMDB Web page. Which one of the following did
Hillary do to create the hotspot?
A. Highlighted the graphic, chose Create>Hotspot>Link, and created an action link and used a formula to
open the URL of the IMDB
Web page.
B. Highlighted the graphic, chose Create>Hotspot->Link Hotspot, and created a URL link.
C. Highlighted the graphic, chose Create>Hotspot>Web Link, and entered a URL into the dialog box.
D. Highlighted the graphic, chose Create>Hotspot>URL Link, and created a link to the IMDB application.
Answer: B
QUESTION NO: 14
Which one of the following can be printed from the Domino Designer IDE?
Answer: D
QUESTION NO: 15
Eduardo chose Native OS style (Use native control) when he created an editable text field on a form. In
which one of the following ways will the field appear to Notes users?
Answer: A
QUESTION NO: 16
To capture the date a document is created, Maria uses @Today in a formula. However, when she edits a
document and saves it again, the date changes from the creation date to the current date. Which one of
the following causes the date to change?
Answer: B
QUESTION NO: 17
Ted, a user of the Videos application, is unable to create a video description. Kristin, the application
administrator, surveys the ACL and discovers that Ted is a member of two groups in the ACL. Which one
of the following describes the effective rights Ted has to the application?
A. Default access
B. No access (overlapping groups are not permitted)
C. The lower of the two groups
D. The higher of the two groups
Answer: D
QUESTION NO: 18
Ariel is designing an application and would like to create response documents with a copy of the original
document in a collapsible section. Which one of the following @Commands, provided with the correct
parameters, will allow her to do this?
A. @Command([ComposeWithReference])
B. @Command([ComposeWithSection])
C. @Command([ComposeWithCopy])
D. @Command([ComposeWithReferenceSection])
Answer: A
QUESTION NO: 19
Lee wants to create an agent that only processes documents where the field named "Type" has the
value "Action." Which one of the following statements should Lee include in his agent?
Answer: A
QUESTION NO: 20
Karen has posted a template, "newvideo.ntf", for the Video application on the development server.
Denise wants to create a new Video application using the new template. Which one of the following
does Denise need to do?
A. Find the "newvideo.nsf" template on the development server and make a new copy of it.
B. Select File>Database>New, choose the development server as the template server, and choose the
"newvideo.ntf" template.
C. Find the "newvideo.nsf" template on the development server and make a replica copy of it.
D. Select File>Database>New Copy, choose the development server as the template server, and choose
the "newvideo.nsf"
template.
Answer: B
QUESTION NO: 21
AJ wants to create a new application on his laptop that does not have any design elements in it. Which
one of the following should he do to begin this process?
A. Select File>Database>New, choose local as the server, and choose the default.ntf template.
B. Select File>Database>New and give it a filename of "blank.nsf".
C. Select File>Database>New, choose local as the server, and chose the blank template.
D. Select File>Database>New, give it a filename of "blank.nsf", and chose the blank template.
Answer: C
QUESTION NO: 22
The Video application ACL supports 3 types of users:
Cyd created groups in the Directory to hold the names of the different user types:
1. Video Viewers
2. Video Creators
3. Video Modifiers
Which one of the following should Cyd do to prevent the access by users who are not members in the
groups listed above?
Answer: D
QUESTION NO: 23
Cheng wants to write a view selection statement to include documents created with the Review form
and any responses. Which one of the following statements should Cheng write?
Answer: A
QUESTION NO: 24
Danielle wants to capture everything from a Notes hierarchical name except for the common name.
Which one of the following formulas will accomplish this?
B. Danielle cannot use the formulas above. She must parse the pieces of the name that she wants by
using @Name and then
concatenating them together.
C. @ExcludeCommonName(User_Name), where User_Name is a field that contains the name value
D. @Name([HierarchyOnly];User_Name), where User_Name is a field that contains the name value
Answer: D
QUESTION NO: 25
Which one of the following best decribes the use of hidden column formulas?
Answer: B
QUESTION NO: 26
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 is
null. Which one of the following is the reason?
A. When setting the value of a field, the formula must be in the field's Input Validation event.
B. The formula does not specify that Title is an existing field. Thus it is interpreted as a temporary
variable.
C. The text string in the formula is set to null. Thus Notes cannot validate the formula.
D. The value of one field cannot be set from the value in another field.
Answer: B
QUESTION NO: 27
John has created a database library. Librarians are responsible for adding new information to the
database library. Which one of the following is the minimum level of access he can grant the librarians
of the database library?
A. Designer
B. Manager
C. Reader
D. Author
Answer: D
QUESTION NO: 28
Which one of the following formulas would find the first word (all characters before the first space) in a
string field called Name?
A. @Left(" ";Name)
B. @Left(Name)
C. @Left(Name;" ")
D. @Left(Name;1)
Answer: C
QUESTION NO: 29
Justice created an agent that only a few users should be able to use. Which one of the following should
he do to prevent unauthorized users from using the agent?
A. Select "All Readers and above" on the "Default access for viewing and running this agent" and select
users, groups or roles into
the Agent Access field
B. Deselect "All Readers and above" on the "Default access for viewing and running this agent" and
select users, groups or roles
from the ACL to grant access
C. Deselect "All Readers and above" on the "Default access for viewing and running this agent" and
enter users, groups or roles into
the Agent Access field
D. Select "All Readers and above" on the "Default access for viewing and running this agent" and enter
users, groups or roles into
the Agent Access field
Answer: B
QUESTION NO: 30
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 runs. 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.ntf", select "Database file is a
master template", and give it a
template name in the database Design properties.
B. 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.
C. Copy the database to the development server, and name it "newvideo.nsf".
D. Copy the database to the development server, and name it "newvideo.ntf".
Answer: A
QUESTION NO: 31
Bill has an author names field named AllEditors that calculates a list of possible editors of the document
based on values users have entered into another field. The list only contains users' First and Last names,
and only should be displayed to users who can edit the document. Which one of the following HideWhen formulas should Bill use to control the display of the field?
Answer: A
QUESTION NO: 32
Which one of the following database elements is NOT updated when the DESIGN task is run?
A. Agents
B. Views
C. Roles
D. Forms
Answer: C
QUESTION NO: 33
Which one of the following should Cathy use to sort a list?
A. @Sort
B. @ListOrder
C. @DataSort
D. @Sortlist
Answer: A
QUESTION NO: 34
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 is
null. Which one of the following is the reason?
A. The value of one field cannot be set from the value in another field.
B. When setting the value of a field, the formula must be in the field's Input Validation event.
C. The formula does not specify that Title is an existing field. Thus it is interpreted as a temporary
variable.
D. The text string in the formula is set to null. Thus Notes cannot validate the formula.
Answer: C
QUESTION NO: 35
Maria coded "Alpha, Beta, Gamma" as a list in a Notes formula. Which one of the following indicates the
syntax entered?
Answer: D
QUESTION NO: 36
Robert does not want Authors in the Video database's ACL to be able to edit certain fields in documents
they created. Which one of the following can he do to accomplish this?
A. Create a standard section on the form and put the restricted fields in the section.
B. Use an Authors field on the form to prevent access to existing documents.
C. Use a Readers field on the form to prevent access to existing documents.
D. Set field security options to: Must have at least Editor access to use.
Answer: D
QUESTION NO: 37
Maria coded "Alpha, Beta, Gamma" as a list in a Notes formula. Which one of the following indicates the
syntax entered?
Answer: C
QUESTION NO: 38
Jim, a Domino programmer, wants to determine the number of working days in a year. Which one of the
following @functions should he use?
A. @WorkedDays
B. @Holidays
C. @BusinessDays
D. @Days
Answer: C
QUESTION NO: 39
Which one of the following accurately describes field names?
Answer: D
QUESTION NO: 40
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?
A. @Sort("Ascending";"FieldA")
B. @Sort
C. @SortAscending(FieldA)
D. @Sort(@ThisValue)
Answer: D
QUESTION NO: 41
Which one of the following is an @Function that Lonnie can use to return the value from a specified
field?
A. @GetItemValue
B. @GetField
C. @Value
D. @GetFieldValue
Answer: B
QUESTION NO: 42
Jim created a field hint for the Address field. Users tell him this text disappears when they click in the
Address field. Which one of the following is the most likely reason?
Answer: D
QUESTION NO: 43
Kristin wants to create an action in the Titles view. The code in the action is: Field Type:= "Action"; Field
Director:= "Richard Clarke"; "" When the user clicks the action, which one of the following will be
affected?
Answer: D
QUESTION NO: 44
Mary would like to display a collapsed section on her Video Catalog form. She has created a section but
when she displays the form in the Notes client the section always opens expanded. Which one of the
following should Mary do to collapse the section?
Answer: A
QUESTION NO: 45
Furio is designing some graphic images to use on Hotspot actions in the Video application forms. The
Hotspots will be used in all of the forms in the application. Which one of the following lists the types of
graphic images Furio can create and use as image resources?
Answer: B
QUESTION NO: 46
Christopher is making a new database using the "NewVideo" Design Template that he plans to
customize. He wants to make sure that his new application will not get future modifications to the
"NewVideo" Design Template. Which one of the following should Christopher do to accomplish this?
A. Create the new database from the "NewVideo" Design Template and then open the database Design
properties and select
"Database file is a master template."
B. Create a blank database and refresh the design of the new database using the "NewVideo" Design
Template.
C. Create the new database from the "NewVideo" Design Template and then open the database Design
properties and select
"Database is a master template."
D. Create the new database from the "NewVideo" Design Template and deselect "Inherit future design
changes" in the New
Database dialog box.
Answer: D
QUESTION NO: 47
Bill wants to create a frameset in which the upper left frame only shows his company logo and has no
other elements such as fields or hotspots. He has created an image resource for the logo in the
database. Which one of the following is the best way Bill can place the image resource into the frame?
Answer: B
QUESTION NO: 48
Which one of the following statements about an Authors field is true?
Answer: D
QUESTION NO: 49
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.
. 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?
Answer: D
QUESTION NO: 50
Nadia 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 one of the following
should Nadia use when creating her form?
A. Subforms
B. Style Sheets
C. Layers
D. Framesets
Answer: C
QUESTION NO: 51
Which one of the following should Maria do to display the release date in a text column?
A. Use the @Text function to convert time and number data to text in text columns.
B. Use the number and time format options.
Answer: A
QUESTION NO: 52
When Eduardo tried to open a document in the Coming Attractions view, he got the following error
message: Incorrect data type for operator or @Function: Text Expected. Which one of the following did
he most likely do to cause this to happen?
Answer: D
QUESTION NO: 53
Ken would like to allow remote salespeople to replicate information from the videoinfo.nsf database to
their laptops, so that the replications are fast and the database on each laptop isn't too big. Each
salesperson should only replicate the information from their territory. Which one of the following does
Ken need to do to configure this?
Answer: B
QUESTION NO: 54
Tony wants to create a duplicate of the 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?
Answer: A
QUESTION NO: 55
Several @Functions can execute multiple statements. Which one of the following initializes a variable
and can increment it during the operation?
A. @Do
B. @While
C. @For
D. @DoWhile
Answer: C
QUESTION NO: 56
Norma has a form action that will allow users to create comments to the existing document. When
Norma views the form in her Web Browser, she sees the action, but when she opens the form in her
Notes client she cannot see the action. Which one of the following should she do to correct the
problem?
A. Make sure the comments form is available for Notes Client use.
B. Check the action Hide-when settings to make sure the action is available for "Notes 4.6 or later".
C. Delete the old action and create a new one on the form.
D. Make the action a shared action and disable the Hide-when settings for "Web Browsers".
Answer: B
QUESTION NO: 57
Ken would like to allow remote salespeople to replicate information from the videoinfo.nsf database to
their laptops, so that the replications are fast and the database on each laptop isn't too big. Each
salesperson should only replicate the information from their territory. Which one of the following does
Ken need to do to configure this?
Answer: A
QUESTION NO: 58
When a user clicks a link in the left frame of the Review application, the linked data displays in the frame
on the right. Which one of the following did Kristin do to allow this to happen?
Answer: D
QUESTION NO: 59
Kristin wants to build an action which exits the Video form. Which one of the following will accomplish
this?
A. @Command([GoToView])
B. @Command([FileCloseWindow])
C. @Command([Back])
D. @Command([FileExit])
Answer: B
QUESTION NO: 60
Which one of the following best describes the places where a layer can be used?
A. Form
B. Page
C. Subform
D. Alll of the above
Answer: D
QUESTION NO: 61
Derek has created a view in the sales.nsf database. Derek wants the Sales Value column in the view to
be punctuated to display two decimal places. Which one of the following should Derek do?
Answer: A
QUESTION NO: 62
Eduardo chose Native OS style (Use native control) when he created an editable text field on a form. In
which one of the following ways will the field appear to Notes users?
A. The field will not appear to Notes users. It will only be visible to Web users.
B. Blank space marked off by red brackets.
C. Fixed-size outlined rectangle.
D. Blank space marked off by black brackets.
Answer: C
QUESTION NO: 63
Ted, a user of the Videos application, is unable to create a video description. Kristin, the application
administrator, surveys the ACL and discovers that Ted is a member of two groups in the ACL. Which one
of the following describes the effective rights Ted has to the application?
A. Default access
B. The higher of the two groups
C. No access (overlapping groups are not permitted)
D. The lower of the two groups
Answer: B
QUESTION NO: 64
Olga wants to have one action on the Video form that will give the options to Print, Save, and Exit the
document when it is clicked. In which one of the following ways can she accomplish this?
Answer: A
QUESTION NO: 65
A Response document created by Hans appears as "Not Categorized" in a database view. It was intended
to appear in the view as a response to a review document. Which one of the following could have
caused the problem?
Answer: A
QUESTION NO: 66
Helga is working with a multi-value field that has numeric values in a list. She would like to apply a
formula to each item in the list, returning a new list. Which one of the following @Functions can she use
to accomplish this with one line of code?
A. @ProcessList
B. @Transform
C. @ListEvaluate
D. @ListProcess
Answer: B
QUESTION NO: 67
Which one of the following agents would change the contents of the Type field to "Sci-Fi" in all
documents that have "Richard Clarke" in the Director field?
Answer: C
QUESTION NO: 68
Which one of the following @Functions refers to all "response" and "response to response" documents
of parent documents?
A. @AllChildren
B. @AllResponses
C. @AllDescendants
D. @Responses
Answer: C
QUESTION NO: 69
Shirin plans to change the forms and views of a production database. She will make the changes locally
and then update the application's design template with the changes. Which one of the following server
tasks does the administrator run in order for the changes to take effect?
A. REPLICA
B. DESIGN
C. FIXUP - D
D. UPDALL
Answer: B
QUESTION NO: 70
Kristin wants to create an action in the Titles view. The code in the action is: Field Type:= "Action"; Field
Director:= "Richard Clarke"; "" When the user clicks the action, which one of the following will be
affected?
Answer: B
QUESTION NO: 71
Which one of the following formulas does Cheng use to change the value of the ReleaseDate field to
today's date?
Answer: D
QUESTION NO: 72
Tony wants to create a duplicate of the 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?
Answer: A
QUESTION NO: 73
Shirin plans to change the forms and views of a production database. She will make the changes locally
and then update the application's design template with the changes. Which one of the following server
tasks does the administrator run in order for the changes to take effect?
A. DESIGN
B. UPDALL
C. REPLICA
D. FIXUP - D
Answer: A
QUESTION NO: 74
Hans is designing the Reviews application. The application will include two forms: Review and Response.
In the view, the Response documents do not appear under the Review documents from which they were
created. Which one of the following could cause this to happen?
Answer: C
QUESTION NO: 75
Silvio wants to allow Jackie to create and modify documents in his Video application, but he doesn't
want Jackie to make a local replica or copy of the database. Which one of the following should Silvio do
to accomplish this?
A. Give Jackie Editor access and deselect "Replicate or copy documents" in the database ACL.
B. Give Jackie Editor access on the database ACL and assign him to the a role that prevents him from
replicating or copying
documents.
C. Give Jackie Author access on the database ACL.
D. There is no way for Silvio to do this.
Answer: A
QUESTION NO: 76
Review the formula below, assuming that the Author field contains the following: Richard
Clarke/Meadowlands/ACME @Left(@Name([CN]; Author);" ") Which one of the following will the
formula produce?
A. Richard Clarke
B. Clarke
C. Meadowlands
D. Richard
Answer: D
QUESTION NO: 77
Nancy used a Rich Text field on a form to capture data. She would like to display the data in a view.
Which one of the following should she do?
A. Use @TextToRichText
B. Nothing. Rich Text displays in views.
C. Use a RichText lite field
D. Use @Text (fieldname) in the column formula
Answer: D
QUESTION NO: 78
Which one of the following statements about Readers fields is true?
D. A form may contain several Readers fields, each of which affects who can read different sections of a
form.
Answer: A
QUESTION NO: 79
Mitchell would like to create a replica of a database from ServerA to ServerB, but only wants the
documents that use FormA. Which one of the following will allow him to accomplish this?
Answer: A
QUESTION NO: 80
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?
Answer: B
QUESTION NO: 81
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 runs. Which one of the following should Carmine to do make the new design
available on the development server?
Answer: C
QUESTION NO: 82
When Robert created a Response form, he set the "Formulas inherit values from selected document"
option on the form properties. The field name on the Review form is the same as the field name on the
inheriting form. However, the form does not inherit any data. Which one of the following most likely
caused this problem?
Answer: C
QUESTION NO: 83
Which one of the following formulas does Cheng use to change the value of the ReleaseDate field to
today's date?
Answer: A
QUESTION NO: 84
Robert does not want Authors in the Video database's ACL to be able to edit certain fields in documents
they created. Which one of the following can he do to accomplish this?
A. Set field security options to: Must have at least Editor access to use.
B. Use a Readers field on the form to prevent access to existing documents.
C. Use an Authors field on the form to prevent access to existing documents.
D. Create a standard section on the form and put the restricted fields in the section.
Answer: A
QUESTION NO: 85
A Response document created by Hans appears as "Not Categorized" in a database view. It was intended
to appear in the view as a response to a review document. Which one of the following could have
caused the problem?
Answer: B
QUESTION NO: 86
In the Video form, the OrderDate field (which shows when the video can be ordered) is calculated based
on the Date field (which displays the release date). The order date is 30 days prior to the release date.
Which one of the following formulas will calculate the OrderDate value?
A. @Adjust(Date;0;0;-30;0;0;0)
B. @Adjust(Date;0;0;30;0;0;0)
C. @Number(Date) - 30
D. @If(Date != "";Date - 30;@Failure("There is no current release date"))
Answer: A
QUESTION NO: 87
Which one of the following types of actions can be used on unopened documents?
A. Hotspot action
B. Form action
C. Database action
D. View action
Answer: D
QUESTION NO: 88
Which one of the following describes who will be able to see an existing document that contains a
Readers field?
Answer: C
QUESTION NO: 89
Tommy has created a Sales view in his sales.nsf database. Tommy wants negative numbers in the Sales
Number column in the view to be in parenthesis. Which one of the following should Tommy do?
A. Select the Parenthesis when negative value in the View Properties box.
B. Use a formula to format the value in the field on the form that will be displaying in the view.
C. Select the Parenthesis when negative value in the Column Properties box.
D. Use the @function @Negative to set this in the column formula in the view.
Answer: C
QUESTION NO: 90
Cindy has created a private agent. She wants her colleagues to be able to use it. Which one of the
following should she do?
Answer: D