|
|
 |
 |
 |
Q: What is the purpose of content type analysis?
- To determine backing store configuration
- To plan the client's backup strategy
- To plan branch, workflow, and templating requirements
- To help you assist the client in determining which development tools to use
- To plan TeamSite throughput requirements
A: The correct answer is c, because different content types may have different requirements for
collaboration, approval, standardization, and reuse.
Your client asks for a list of all the software that must be installed on their client workstations so that they
can add this software to their standard desktop and support plan.
Q: Referring to the above scenario, which one of the following is NOT TeamSite client-side software?
- Interwoven proxy
- LaunchPad
- Java Templating
- WorkflowBuilder
- TeamSite Front-Office
A: The correct answer is a Interwoven proxy, because it is a server process.
Q: When creating a new workflow template with WorkflowBuilder, which one of the following is NOT
an available task type?
- Email task
- Deploy task
- External task
- CGI task
- Submit task
A: The correct answer is b deploy task, because deployment is not available as a task
through WorkflowBuilder.
The customer has five types of Web content that they would like to produce with TeamSite Templating:
Current News-Generated on the fly when users access the Web site, by accessing a news feed service.
Press Release-Generated by the customer's Web developers; all press releases are in the same
format. Web developers get the content for the press release via e-mail from marketing.
Product Description-These files have a picture in the top-right corner and standardized information
about the product on the right.
Job Offer-When the company has a job opening, HR creates a standard employment offer listing and
forwards it to the Web developers for authoring and posting on the Web site.
Knowledge Base Article-These files are used to publish internal best practices and solutions inside
the customer's private intranet. They are not posted on the public Web site. Each knowledge base
article has a standardized format. Currently, these are sent via e-mail to the Web development group
for authoring.
Q: Based on the above descriptions, which one of the following is NOT a good candidate for a
TeamSite Templating data type?
- Press release
- Product description
- Job offer
- Current news
- Knowledge base article
A: The correct answer is d Current news, because it is short-lived content and the other content
types involve static content with fixed formats.
There are two users, each of whom has his own workarea, and neither user shares write privileges in the
other's workarea. The user in workarea "A" wants to provide a newly created file to the user in workarea
"B" using TeamSite.
Q: Which one of the following procedures achieves the objective indicated in the above scenario?
- The user in workarea "B" does a Get Latest.
- The user in workarea "B" submits the file to staging area. The user in workarea "A" does a Get Latest.
- The user in workarea "A" submits the file to staging area. The user in workarea "B" does a Get Latest.
- The user in workarea "A" copies the file directly to workarea "B" through the file system interface.
- This operation cannot occur with the current version of TeamSite.
A: The correct answer is c, because the user in workarea "A" does not have write privileges to copy
the file to workarea "B", and it is not stated whether the user in workarea "B" has read access to
workarea "A".
Q: Which one of the following is the proper way to stop the TeamSite server running on a Unix platform?
- net stop "TeamSite"
- stop TeamSite Server services
- /bin/kill iwserver
- iw-home/bin/iw.server stop
- /etc/init.d/iw.server stop
A: The correct answer is e, because this is the correct syntax and directory path on a Unix platform.
Q: Which one of the following statements about datacapture.cfg files is true?
- <item> elements can be included
into a datacapture.cfg file via the <include>
tag.
- Instance values can only be changed by a callout script.
- A datacapture.cfg file allows restrictions on which directories can contain
Presentation Templates (PTs).
- The datacapture.cfg file must be written in well formed XML.
- JavaScript can NOT be used within datacapture.cfg files.
A: The correct answer is d, because the data capture subsystem requires the configuration file to
contain well formed XML.
|