I can not guarantee the correctness and completeness of these answers.
Questions Answers
Which xCP component is responsible for providing page serving and managing annotations on
documents?A. Documentum Collaboration Services
B. Documentum PDF Annotation Services
C. Document Image Services
D. TaskSpace
Answer: C
Which xCP component executes automatic runtime activities such as Queue Item Prioritization
and Outbound System Integration activities?A. TaskSpace
B. Process Engine
C. Process Integrator
D. Content Server
Answer: B
Which core xCP component is responsible for aggregating business process reporting
information?A. Process Reporting Services
B. Business Activity Monitor
C. Process Engine
D. Documentum Reporting Services
Answer: B
What is part of the xCP runtime architecture? A. Process Integrator
B. Process Reporting Services
C. Process Builder
D. TaskSpace Configuration
Answer: A
Which third-party product available from EMC is commonly deployed with TaskSpace to provide
document viewing, redaction, and redlining?A. Workshare DeltaView
B. Informative Graphics Brava!
C. Adobe Acrobat Reader
D. Documentum Image Services
Answer: B
Which optional xCP product provides document capture and indexing from a customizable web
interface?A. Informative Graphics Brava!
B. Application Xtender
C. Kofax Capture Enterprise
D. Captiva eInput
Answer: D
During single-user testing, the task list of a TaskSpace application takes over 10 seconds to
render.
What is the EMC recommended method for an application developer to identify the DQL queries
that may be the cause of the problems?A. Turn on database level tracing and give the trace data to an experienced DBA.
B. Enable DFC tracing on the TaskSpace application server and convert the trace file to an Excelfriendly
format using traceD6.awk.
C. Install a proxy on the client machine and monitor the traffic with the TaskSpace application
server when clicking on the task list.
D. Set the last_sql_trace flag in the repository's server.ini on the Content Server and obtain all the
queries from the server log file.
Answer: B
Where can an application developer enable tracing for Composer to monitor building or importing
a project?A. dfc.properties
B. log4j.properties
C. Eclipse preferences
D. composer.properties
Answer: C
Where are exceptions from Inbound Activity templates logged? A. bpm-runtime.log
B. bps.log
C. documentum.log
D. server.log
Answer: B
Where are exceptions from Outbound Activity templates logged? A. bpm.log
B. log4j.log
C. bps.log
D. server.log
Answer: A
A manual activity has a Pre-Timer defined to send an email notification.
Which task condition for the activity will trigger the email notification?A. The task is not completed within the specified time after the workflow starts.
B. The task is not completed within the specified time once the activity is created.
C. The task is not created within the specified time after the completion of the previous activity.
D. The task is not created within the specified time after the workflow starts.
Answer: D
A manual activity is designed with performer setting as All users in a group.
Which statement represents the server behavior?A. A work item is generated for each user in the group and an inbox item is also generated for
each user in the group.
B. A work item is generated for each user in the group but no inbox item is generated.
C. A work item is generated for each user in the group, but only one inbox item is generated for
the entire group.
D. One work item is generated for the entire group and an inbox item is generated for each user in
the group.
Answer: A
After defining a package, a developer selects the "This package can be used to generate reports"
check box. Where does the application developer enable audit trail settings to publish reporting data?A. Process Reporting Services
B. the process template
C. TaskSpace
D. the package definition
Answer: XXX
Which component is responsible for executing outbound data/messaging activity templates from
the Process Integrator?A. Business Process Server
B. SMTP Server
C. Content Server
D. Java Method Server
Answer: D
An application developer is creating a business process template and needs to ensure that certain
pieces of data that are included within a structured data type will be persisted in the repository
after the workflow completes.
To which location should the structured data type data be mapped?A. process parameters
B. process variables
C. attributes of a package
D. no mapping is required
Answer: C
An insurance claims process invokes a child process that is used to determine whether the person
making the claim has secondary insurance. During the child process, a Boolean value,
has_other_insurance, is set by a task processor.
How should the has_other_insurance data item be defined so that the data can be shared
between the parent process and child process?A. as a process parameter
B. as a structured data type
C. as a simple process variable
D. as an attribute of a package
Answer: D
Case workers access a TaskSpace Task List component in order to determine the most important
tasks to work on each day. Workers will filter their task list by two required data fields:
Request_date: DATE
Income: FLOAT
A value in both fields is required in order to sufficiently minimize the number of cases shown in the
case worker's task list.
How must request_date and income be defined to minimize the response time for the task list
display?A. as simple process variables
B. within separate structured data types
C. within the same structured data type
D. as attributes within package data
Answer: C
A medical supply company has a product approval workflow where the unique product ID must be
exposed to TaskSpace users in the task list template.
What is the EMC best practice for exposing the ID in the task list template?A. Customize the query that populates the task list template.
B. Put the product ID into a structured data type.
C. Customize the task list template using the WDK XML configuration.
D. Mark the package data as reportable for BAM.
Answer: B
Users access documents by searching for them using a fulltext query. The query could potentially
return hundreds of thousands of documents; however users are only allowed to access those that
were generated within the user’s own department, which is a small number of documents. Access
is controlled using an ACL that grants appropriate access by department.
Which data modeling approach will significantly improve the response time for the query without
changing the query semantics?A. Modify the query to run at the database rather than the fulltext server.
B. Ensure that the ACL assigned to documents does not contain a large number of accessors.
C. Modify the ACL to restrict, rather than grant, access using the access restrictions feature of
Trusted Content Services.
D. Add an attribute value to documents that indicates the originating department and modify the
query to filter on this attribute.
Answer: D
An application developer needs to create a business process template that allows a user to modify
individual task instructions for new process instances without having to uninstall the process
template.
How should the task instructions be stored?A. in text documents stored in the repository
B. in a structured data type
C. in process variables
D. in process parameters
Answer: D
An activity in a parent process template invokes a child process.
How are the parent and child process instances executed?A. The parent activity waits for the child process instance to complete.
B. The parent activity continues execution once the child process instance starts.
C. The child process instance is started once the parent process instance completes.
D. The child process instance is started once the parent process activity completes.
Answer: XXX
A workflow activity Post-Timer is set on a manual activity to expire in five minutes. The task for the
manual activity is acquired at 12:05 PM.
When will the timer notification be sent?A. If the task is not completed by 12:10 PM, the timer notification will be sent.
B. If the task is not completed by 12:10 PM, the timer notification will be sent when the timer job
runs after 12:10 PM.
C. If the task is not updated by 12:10 PM, the timer notification will be sent when the timer job runs
after 12:10 PM.
D. If the workflow is not completed by 12:10 pm, the timer notification will be sent when the timer
job runs after 12:10 PM.
Answer: B
A package is designated as mandatory in a manual activity when the process template is
designed.
If at runtime no package has been associated with a process instance when that activity executes,
what happens?A. The activity completes and the fault handler is invoked.
B. The user is unable to acquire the task.
C. The server will create a package and associate it with the activity.
D. The user is unable to complete the activity.
Answer: D
How can a manual activity be configured to push tasks to a specific user if they are not completed
within thirty minutes?A.
Define Post-Timer on the activity and set its value to thirty minutes
Choose Notification action
Select the recipient to push the notification to
B.
Define Post-Timer on the activity and set its value to thirty minutes
Choose Run JAVA Method action
Select dm_BPMReinitializeWQTask method
C.
Define Pre-Timer on the activity and set its value to thirty minutes
Choose Run JAVA Method action
Select dm_BPMReinitializeWQTask method
D.
Define Post-Timer on the activity and set its value to thirty minutes
Choose Delegate Task action
Select the performer
Answer: D
Several departments have processes that submit documents to an external agency using the
same web service.
According to EMC best practices, which design approach should an application developer use to
allow simple creation of BAM reports on the number of web service submissions made?A. Generate a common workflow method that is called by each of the departmental processes.
B. Configure Dynamic Web Service activities in each departmental process that update a process
variable with the same name.
C. Include a DQL Write activity in the departmental processes that updates a counter record.
D. Create a sub process that invokes the web service.
Answer: D
An application developer is using the WS Inbound - Initiate activity template and has chosen the Process First configuration option.
Which additional configuration data must be supplied?A .Correlation set mapping
B.Data mapping
C.Operation name
D.WSDL file
Answer C
After importing a TaskSpace application named SampleApp that references a process template into a Composer project, where in the workspace would a developer find the dm_process.type artifact? A. In the .Artifacts/Types directory of the DocumentumCoreProject
B. In the .Artifacts/Types directory of the SampleApp
C. In the .Artifacts/BPM directory of the TCMReferenceProject
D. In the .Artifacts/Types directory of the TCMReferenceProject
Answer A
According to EMC best practices, how should reports be displayed to end users based on a user's group? A. Create reports for different users with different filters and create different dashboards for different users
B. Use the @default-group@ filter variable
C. Create different applications for different users
D. Set the permissions on the report template to dm_bam_group
Answer B
An application developer has created a new structured data type and marked it as reportable.
Which additional step must the developer take to enable the structured data type to appear in a report created in PRS?A. Add the current Process Builder user to the ts_designer role
B. Mark the structured data type as mandatory on the process template
C. Assign the report designer to the ts_designer role
D. Update the structured data type data definitions in the BAM database
Answer D
During single-user testing, the task list of a TaskSpace application takes over 10 seconds to render.
What is the EMC recommended method for an application developer to identify the DQL queries that may be the cause of the problems?A. Install a proxy on the client machine and monitor the traffic with the TaskSpace application server when clicking on the task list
B. Turn on database level tracing and give the trace data to an experienced DBA
C. Set the last_sql_trace flag in the repository's server.ini on the Content Server and obtain all the queries from the server log file
D. Enable DFC tracing on the TaskSpace application server and convert the trace file to an Excel-friendly format using traceD6.awk
Anwser D
An inbound step activity is unable to find the correct workitem.
What is the most likely problem with the incoming message?A. The inbound listener has not picked it
B. An incorrect correlation identifier
C. Cannot access to the workitem
D. An incorrect schema associated with the workitem
Answer B
Which component is responsible for executing outbound data/messaging activity templates from the Process Integrator? A. Java Method Server
B. Content Server
C. Business Process Server
D. SMTP Server
Answer A
When configuring an Import Dialog Box in TaskSpace, what type of Forms Builder template can the developer use when creating the metadata template? A. Document view only
B. Electronic form or document view
C. Electronic form, document view, and folder information
D. Electronic form only
Answer B
An application developer is configuring an SMTP activity template with the requirement to display the process variable claimnumber in the subject line. As an example, the subject line of the email should read as follows:
You have been assigned claim 123456
What should the application developer type in the subject field of the activity template?A. You have been assigned claim @claimnumber
B. You have been assigned claim {claimnumber}
C. "You have been assigned claim " + claimnumber
D. You have been assigned claim $claimnumber
Answer D