Refer to the exhibit.

An application is used to track worker injuries. All injury reports must be reviewed by a case worker in the activity entitled Review Case. An email notification is sent if the case worker fails to start the review within 24 hours. How can a developer ensure the notification occurs in compliance with this regulation?
A. Configure a Post-Timer expiration event that completes the task if the reviewer has not completed the task within 24 hours, allowing the process to send a notification in a later task.
B. Configure a Pre-Timer expiration event that sends an email notification if the reviewer has not started the task within 24 hours.
C. Configure a Pre-Timer expiration event on the following activity that sends an email notification if the following activity is not completed within 24 hours.
D. Configure a Post-Timer event to send a notification to the reviewer if the task has not been started within 24 hours.
An application developer is integrating with an existing web service. The developer already has an XML file that represents the request to be sent to the web service. In addition, the developer needs to store the response as an XML file for further processing.
Which activity template should be used?
A. Web Service
B. Dynamic Web Service
C. WS Inbound - Initiate
D. WS Inbound - Step
A business process has an automatic activity that calls out to a web service. The service provider can experience momentary outages.
What is the EMC recommended approach for this situation?
A. Set the maximum timeout for the automatic activity to account for the outage.
B. Include a rejection flow that subsequently loops back into the automatic activity.
C. Place a second Web Service activity directly after the first that has a Pre-Timer.
D. Use a fault handler with appropriate parameters set for interval and retry.
An application developer needs to add a structured data type in a process template. There are task templates associated with the process template. The new structured data type should be visible in task templates for newly created workflow instances, but should not affect in-flight workflows.
Which steps should be performed to make this change?
A. 1. Save the process template as same version.
2.
Configure conditions on the task templates to hide/show the UI based on the availability of the structured data type.
3.
Save the task templates as same version.
B. 1. Save the process template as same version.
2.
Version the task templates.
3.
Modify the activities to use different versions of the task templates based on conditions.
C. 1. Version the task templates in Forms Builder.
2. Version the process template.
D. 1. Version the process template.
2. Version the task templates in Forms Builder.
An application developer is creating a custom activity template. The developer defines a dm_method object, referenced by the activity template, which invokes a Java class. What is required of the Java class invoked by the dm_method object?
A. extend WorkflowMethod
B. implement IDfModule
C. deploy as a JAR file
D. access a TBO object
When an adaptor configuration is marked as Global Adaptor, which other templates can use the adaptor?
A. all other templates in the Composer Project
B. all other templates in the xCP application
C. all other templates in the repository
D. all other templates registered with the global repository
A system design calls for the possibility that a given user could be a member of 270 groups and roles.
What should be changed to ensure maximum performance?
A. Revise the database indexes and update index statistics on the dm_group_s and dm_group_r database tables.
B. Configure the groups to be dynamic and non-nested.
C. Modify the Content Server DM_GROUP_LIST_LIMIT parameter and restart the repository.
D. Make the following change to the app.xml configuration file for TaskSpacE.
How must a process diagram dashlet be configured to display results?
A. as a target of a multi-drill-down report
B. assigned to a process template
C. with a mandatory filter
D. with a work queue
Which EMC supplied projects must be referenced when creating an xCP Composer Project?
A. DocumentumCoreProject and Forms
B. Forms and TCMReferenceProject
C. TCMReferenceProject and BPM
D. TCMReferenceProject and DocumentumCoreProject
Which activity should be performed after deployment of xCP application DAR files when promoting an application from test to production?
A. Create groups and users defined as performers in process template activities.
B. Change the hostname, username, and password of FTP Inbound and Output Integration activities.
C. Create ACLs and ACL templates referenced by xCP artifacts.
D. Install all process templates that are deployed by the DAR.