发信人: reynolds()
整理人: reynolds(2001-12-06 10:10:19), 站内信件
|
原始发表人:3d.now
The correct answer is: C See Chapter 14: Creating Views
When the developer creates a new view in the database, the view always
has the same design as the "All Documents" view. What property has be
en set for the "All Documents" view?
A. Default when database is first opened
B. Default design for new folders and views
C. Default when document is closed
D. Default when about document is closed
The correct answer is: B See Chapter 24: Troubleshooting Application D
evelopment Problems
The developer wishes to display an action button that allows the user
to change the document state to edit mode, after which time the button
disappears. How can this be done?
A. Change the action bar hide-when properties.
B. Change the action hide-when properties.
C. Remove the icon from the action.
D. Change the form hide-when properties.
The correct answer is: B See Chapter 15: Creating Actions and Hotspots
When the database opens to a user for the first time, the should be pr
esented with a new idea document in edit mode. What can the applicatio
n developer use to enable this?
A. Configure Database Launch properties
B. Use a hotspot in the about document
C. Use a hotspot in the using document
D. Use a button on the view
The correct answer is: A See the index for information on the topics o
f the General Competency objective.
A developer would like to create a list of documents which are created
using the "Idea" form. The first column should display the type of id
ea, stored in the ItemType field. The developer would like the documen
ts to be grouped according to the contents of the ItemType field. What
should the developer use?
A. Sorting
B. Categorizing
C. @Sort
D. No Sorting
The correct answer is: B See Chapter 14: Creating Views
A user notices that a document cannot be modified in the Idea database
by someone with Author access. The user has Author access. What does
the developer need to do to allow the user to edit the document?
A. Add an Authors fields on form
B. Delete document rights
C. Enable copy and paste rights
D. Enable Editor access to all users
The correct answer is: A See Chapter 24: Troubleshooting Application D
evelopment Problems
The form has a field which is used to enter the name of the idea. The
name should be in proper case for readability. What event would the de
veloper use to guarantee proper case?
A. Value Event
B. Default Value Event
C. Input Translation Event
D. Input Validation Event
The correct answer is: C See Chapter 12: Creating Forms
A view in a very busy database constantly displays the twisted arrow i
n the top left corner. This is confusing to users. What can the develo
per do to alleviate this?
A. Enable the "Display indicator" view property.
B. Enabel the "Refresh display" view property.
C. Press F9 to Refresh the view.
D. Run update to update the view index.
The correct answer is: B See Chapter 14: Creating Views
The application developer, in the comment form, wishes to include thre
e fields that have already been defined on the main form, "Idea". In a
nticipation of reusing the field definitions, what should the develope
r do with the field?
A. Create shared fields
B. Create a sub-form with the three fields
C. Copy and paste the fields
D. Create new fields
The correct answer is: A See Chapter 12: Creating Forms
Users have complained that the view which shows ideas and comments (co
mments are responses to the ideas) is hard to read. The users do not k
now when there are comments to the ideas. What column property can the
application developer use?
A. Icon for expandible option
B. Show twistie when the row is expandable
C. Multiple lines
D. Bold
The correct answer is: B See Chapter 14: Creating Views
A developer wishes to create a view which will be stored at the user's
machines. What type of view is this?
A. Shared
B. Personal on First use
C. Private
D. Saved
The correct answer is: B See Chapter 14: Creating Views
The developer wishes to build an agent where the user enters a criteri
a, whereupon the agent then prints the documents that meet the criteri
a. What should the application developer have the agent do?
A. Modify documents
B. Create new documents
C. Select documents
D. Run on selected documents
The correct answer is: C See Chapter 21: Creating Agents
The users would like to have an option of adding their ideas ?anonymou
sly. What should the application develper use?
A. Enable Anonymous access in the ACL
B. Enable anonymous property for the form
C. Use @Anonymous
D. Grant Depositor access in the ACL
The correct answer is: B See the index for information on the topics o
f the General Competency objective.
The developer has run an agent. Now some documents display as "(not ca
tegorized)". What might have caused this problem?
A. The view is improperly categorized.
B. The view is not sorted.
C. The agent ran on the wrong documents.
D. The agent didn't run.
The correct answer is: C See Chapter 24: Troubleshooting Application D
evelopment Problems
When the user looks at the title bar of the current document, the word
"(Untitled)" appears. What can the developer use to clarify which doc
ument is loaded in the workspace?
A. Form Formula
B. Computed Formula
C. Window Title Formula
D. Default Value Formula
The correct answer is: C See Chapter 24: Troubleshooting Application D
evelopment Problems
The developer develops a view that is organizied by date in ascending
order. The developer wishes to focus on the most recent document. What
option can be set to accomplish this?
A. Go to last document in view
B. Go to first document in view
C. Go to last viewed document
D. Refresh
The correct answer is: A See Chapter 14: Creating Views
A developer builds an action to save the document and return to the vi
ew. What is the formula for the agent?
A. @Command([EditDocument]);@Command([FileSave])
B. @Command([FileSave]);@Command([EditDocument])
C. @Command([FileSave]);@Command([FileCloseWindow])
D. @Command([FileCloseWindow])
The correct answer is: C See Chapter 15: Creating Actions and Hotspots
The development team has the responsibility of design maintenance of t
he databases. They are all members of the group "Design Team". Another
group, "East Region" also exists. "Design Team" is listed in the ACL
with Designer access; "East Region" is listed in the ACL with Reader a
ccess. A developer who is a member of both groups has what access?
A. Manager
B. Designer
C. Author
D. Reader
The correct answer is: B See the index for information on the topics o
f the General Competency objective.
A view when opened displays "(not categorized)" in a column. What coul
d be the problem?
A. The formula for the categorized column is incorrect.
B. The formula for the sorted column is incorrect.
C. The document doesn't exist.
D. There are no response documents.
The correct answer is: A See Chapter 24: Troubleshooting Application D
evelopment Problems
A developer removes the field, "Itemtype" from the form. What should t
he developer follow up with to complete the process?
A. An agent to replace the field value with ""
B. An agent to remove the documents from the database
C. An agent to remove the field from the documents
D. An agent which creates the new documents to standard
The correct answer is: C See Chapter 21: Creating Agents
A developer wishes to display a navigator when the database is opened.
Where is this done?
A. Database Launch properties
B. View Launch properties
C. Document Launch properties
D. Form Launch properties
The correct answer is: A See Chapter 24: Troubleshooting Application D
evelopment Problems
The application developer wishes to build another form to create an co
mment to an idea. The intention is for the comment to appear in the vi
ew underneath the idea. What type of document should this form create?
A. Document
B. Response
C. Response to Response
D. Main
The correct answer is: B See Chapter 12: Creating Forms
When a document is saved, an error message is returned and the documen
t is not saved. What should be investigated?
A. Value events
B. Default value events
C. Input Translation events
D. Input Validation events
The correct answer is: D See Chapter 24: Troubleshooting Application D
evelopment Problems
What is the technique for running a hidden agent?
A. Hide the agent by using parens in the name; use a simple action to
run the hidden agent.
B. Hide the agent by running it in the agent list; use a simple action
to run the hidden agent
C. Hide the agent by not naming it; use a simple action to run the hid
den agent.
D. Don't hide the agent; use a simple action to run it.
The correct answer is: B See Chapter 21: Creating Agents
The development team has the responsibility of design maintenance of t
he databases. They are all members of the group "Design Team". Another
group, "East Region" also exists. "Design Team" is listed in the ACL
with Designer access; "East Region" is listed in the ACL with No Acces
s. A developer who is a member of both groups has what access?
A. Manager
B. Designer
C. Author
D. No Access
The correct answer is: D See Chapter 12: Creating Forms
What is the minimum access required to create shared folders/views?
A. Reader
B. Author
C. Editor
D. Designer
The correct answer is: C See the index for information on the topics o
f the General Competency objective.
An application developer notices that a view takes a long time to load
. What needs to be adjusted?
A. Index options
B. Refresh options
C. Column formulas
D. Selection formulas
The correct answer is: A See Chapter 24: Troubleshooting Application D
evelopment Problems
The developer built a view displaying ideas related to ideas generated
by the sales department. The comments, which are supposed to be displ
ayed in the view, are not showing. The current formula is SELCT Form="
Ideas" & Dept="Sales" What is missing from the selection formula?
A. |@Responsedoc
B. |@IsResponseDoc
C. |Form="c"
D. |Form="I"
The correct answer is: B See Chapter 14: Creating Views
The Application Developer wishes to change the form to make it more us
er friendly. Instead of having the fields available all the time, they
should be organized compactly for reading, linearly for adding/changi
ng data, and compactly for printing. The developer has created a new a
rea of the form which displays the value of the fields which the users
added in a compact manner. What Form element can be used to display d
ata compactly?
A. Bullets
B. Numbers
C. Tables
D. Small Fonts
The correct answer is: C See Chapter 12: Creating Forms
A user cannot edit a document. The user has author access to the datab
ase. Why can't the document be edited?
A. The document is read-only.
B. The document does not have the user listed in the authors field.
C. The document does not have the user listed in the readers field.
D. The document does not have fields that can be edited.
The correct answer is: B See Chapter 24: Troubleshooting Application D
evelopment Problems
The database is to be replicated in the domain. Because more than one
user could be editing different parts of the same document at the same
time, the administrators are concerned about replication conflicts. W
hat can the application developer use to avoid replication conflicts?
A. Use Merge Replication Conflicts on database properties
B. Use Conflict Resolution in the form properties
C. Use Merge Replication Conflicts in the form properties
D. Grant only Reader access to users in the ACL
The correct answer is: C See the index for information on the topics o
f the General Competency objective.
The column that displays the description of the idea often does not di
splay all the data. The application developer would like to display as
many columns on the screen as possible. The developer would like to e
liminate any unnecessary blank space in the view. What can the applica
tion developer do to implement this?
A. Multiple lines
B. Multiple lines, shrink to fit
C. Multiple-line headers
D. Twisties
The correct answer is: B See Chapter 14: Creating Views
A developer wishes to provide a means for the users to collect documen
ts in a view by dragging and dropping them to a location. What Notes e
lement can do this?
A. View
B. Folder
C. Form
D. ACL
The correct answer is: B See Chapter 14: Creating Views
A developer built an action that should be available on all forms. How
can the action be reused?
A. Copy and Paste
B. Use in subform
C. Share the action
D. Update the action list
The correct answer is: B See Chapter 15: Creating Actions and Hotspots
The application developer wishes to show the date the document was add
ed to the database. The application developer will use a formula with
which type of field formula?
A. Editable
B. Computed
C. Computed When Composed
D. Computed For Display
The correct answer is: D See Chapter 12: Creating Forms
An action that updates a field in a form is not updating the field. Th
e action contains the formula: Field region:="East"; How should the fo
rmula be adjusted?
A. Use @Setfield("region";"East") instead
B. Use Field region="East" instead
C. Add @Command([EditDocument])
D. Add @Command([FileSave])
The correct answer is: C See Chapter 24: Troubleshooting Application D
evelopment Problems
The development team has the responsibility of design maintenance of t
he databases. They are all members of the group "Design Team". One mem
ber of the development team has the added responsibilty of changing th
e access list for the database. What should their access level be set
at as a minimum?
A. Manager
B. Designer
C. Author
D. Reader
The correct answer is: A See the index for information on the topics o
f the General Competency objective.
A developer has created supporting documentation for the application.
What should be used to allow the user to access documentation while he
or she is using the database?
A. Action hotspot
B. Button hotspot
C. Doc link
D. Database link
The correct answer is: C See Chapter 15: Creating Actions and Hotspots
The developers wish to give users the definition of the application an
d who to call if there are any questions when the database is first op
ened. What design element can be used?
A. Using Document
B. About Document
C. Help Document
D. Database Document
The correct answer is: B See the index for information on the topics o
f the General Competency objective.
The application developer maintains the name of the person who created
the document in a field so that it can be edited in the future by tha
t person. If that person wants to edit the document, what field dataty
pe does this field have to be?
A. Editor
B. Author
C. Reader
D. No Access
The correct answer is: B See Chapter 12: Creating Forms
A developer created an action that is displaying in the wrong place. H
ow can the action be reordered?
A. By changing the action position
B. By changing the action order
C. By changing the action priorty
D. By changing the action focus
The correct answer is: A See Chapter 15: Creating Actions and Hotspots
The form has a field that is used to enter the name of the idea. The n
ame should be in proper case for readability. The name of the field is
"IdeaName". What should the formula be for the Translation event for
that field?
A. @UpperCase("IdeaName")
B. @ProperCase("IdeaName")
C. @UpperCase(IdeaName)
D. @ProperCcase(IdeaName)
The correct answer is: D See Chapter 12: Creating Forms
The application developer wishes to have the user select the departmen
t from a list. The list should be displayed to the user and the user s
hould be able to select more than one department. What is the type of
keyword?
A. Dialog List
B. Check Box
C. Radio Button
D. Combo Box
The correct answer is: B See Chapter 12: Creating Forms
When the user created the document using the idea form, an error indic
ating insufficient arguments occurred. What should the developer inves
tigate?
A. Form Formulas
B. Computed Field Formulas
C. Default Value Formulas
D. QuerySave Formulas
The correct answer is: B See the index for information on the topics o
f the General Competency objective.
What is the minimum access required to create personal agents?
A. Reader
B. Author
C. Editor
D. Designer
The correct answer is: A See the index for information on the topics o
f the General Competency objective.
The application developer would like to automate updating a field in t
he form using a notes object. the field name is "Region". What would b
e the formula?
A. Field region:="new region"
B. @SetField("region";"new region")
C. @Command([EditDocument];"1");Field region:="new region"
D. @Command([FileSave])
The correct answer is: C See Chapter 15: Creating Actions and Hotspots
The developer wishes to use navigators. The developer also wants to of
fer the user to the option to go back to the view pane. What Notes obj
ect can be used?
A. View Action
B. Form Action
C. Button hotspot
D. Action hotspot
The correct answer is: A See Chapter 15: Creating Actions and Hotspots
The 'Idea' form should be organized in such a way that it is user-frie
ndly. When the idea is approved for investigation, more fields need to
be filled in. The field containing the status of the idea is a radio
button keyword field. What other attribute should be used to accomplis
h the goal of progressively displaying fields as needed?
A. Refresh fields on keyword change
B. Allow Values Not in List
C. Allow Multi Values
D. Don't Display Entry Helper
The correct answer is: A See Chapter 12: Creating Forms
What access should users have if they are to read documents only in a
database?
A. No Access
B. Reader
C. Author
D. Designer
The correct answer is: B See the index for information on the topics o
f the General Competency objective.
The database users wish to change the name of a region in the database
from South West to South. The region values are stored in a field cal
led "region". What formula would accomplish this?
A. SELECT region :="South West"; Field region:="South
B. SELECT @ALL; Field region:="South"
C. SELECT region="South West"; FIELD region:="South";
D. Field region:="South" The correct answer is: C See Chapter 21: Crea
ting Agents
A developer would like to know if a user clicks on an area of text. Th
e developer has created the code which will e-mail the manager. Where
should this code be placed?
A. Hotspot button
B. Action hotspot
C. Action button
D. Document link
The correct answer is: B See Chapter 15: Creating Actions and Hotspots
A developer would like to create a list of documents which are created
using the "Idea" form. The first column should display the type of id
ea, indicated by the ItemType field. The developer would like the docu
ments displayed in the order of the ItemType field. What should the de
veloper use?
A. Sorting
B. Categorizing
C. @Sort
D. No Sorting options
The correct answer is: A See Chapter 14: Creating Views
The developer has a paragraph on the form with two fields in it, one i
mmediately following the other on the same physical line. No matter wh
at is done, both fields appear in the same context. What should the de
veloper do to display one field in one context and the other in anothe
r context?
A. Use hide-when properties on the field, not the paragraph.
B. Separate both fields using a table or paragraph, apply hide-when pr
operties.
C. Fix Hide when formulas.
D. Put fields in sub-form, re apply the hide-when properties.
The correct answer is: B See Chapter 24: Troubleshooting Application D
evelopment Problems
How are dates/times stored in documents when entered into a date/time
?field??
A. A serial number of the format xxx.xxx, for example, where the digit
s before the decimal represent the date, the digits after represent th
e time.
B. The date as it appears formatted by the operating system
C. The number of seconds
D. The relative time passed from today
The correct answer is: C See Chapter 12: Creating Forms
A developer creates a formula for a column. As a result of the formula
, the developer notices that the date displays the date and time. The
formula also displays the author of the document as well as the date.
What should the developer do to fix the problem?
A. Change the format of the column to display dates.
B. Change the date format of the column to display dates only.
C. Save the date as just a date
D. Use "D0S0" as the second argument of the @Text formula against the
date
The correct answer is: D See Chapter 14: Creating Views
Every time a user opens a database, the about document displays. What
should be adjusted?
A. The about document
B. The view launch options
C. The database launch options
D. The using document
The correct answer is: C See Chapter 24: Troubleshooting Application D
evelopment Problems
What happens to a shared, private on first use view after a user has o
pened it for the first time? - Copy to the local copy of the database
- Stored as private view in the server based database
How does the following @if-statement work: @if(@Lenght(fieldname)<=30;
@Sucess;@Failure("Field can contain no more than 30 characters")
Where do you configure to show a particular navigator on database opti
on?
What happens if you deselect the view option "show response documents
in hierarchy"? - The documents show in creation order
How do you show all documents in a view? - SELECT @All
Know the difference between @AllChildren and @AllDescendants 4/27/98 s
yntax of an @IF statement
Which feature of an About Document can be launched automatically when
opened? Buttons, Navigators, or Attachments
You want to put the cration date of a document in the view. Which @for
mula would you use?
What affect does deleting a subform from on document have on all other
documents it was used in?
What is the difference between view and form?
-- ※ 修改:.reynolds 于 Jul 2 09:35:46 修改本文.[FROM: 202.96.182.74] ※ 来源:.月光软件站 http://www.moon-soft.com.[FROM: 202.38.212.112]
|
|