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
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.
What should an application developer do before debugging an HTTP Inbound activity in the process debugger?
A. Alter the process data associated with the activity.
B. Validate and save the process template.
C. Install a web server onto the development machine.
D. Set the port number in the Preferences dialog box.
A parent business process invokes a child business process.
Which change will definitely cause errors?
A. adding a correlation identifier to the child process
B. adding a new mandatory package to the child process
C. adding a new structured data type to the child process
D. adding a process parameter to the child process
How can an application developer configure a process to allow a case worker to delegate a task?
A. Click the Assign button in the activity's task form.
B. Configure a Pre-Timer to delegate the task.
C. Enable the option in the Performer tab within the Activity Inspector.
D. Modify the Workflow Availability field on the user's properties screen in Documentum Administrator.
What is one benefit of using a shared data model?
A. Data can be collected on one form and displayed on another form.
B. Multiple users can work on the same form instance at the same time.
C. Searches can be conducted on multiple levels.
D. The same graphical resources can be shared across forms.
Refer to the exhibit.
Which xPath expressions can create the following calculations in the table?
1.
Calculate the Cost column as the product of the Quantity and the Price for the current row
2.
Populate the Total field as the sum of all Cost rows in the table
A. Cost column: /xcp_cert_test_1/product_order/item_listing/quantity*/xcp_cert_test_1/product_order/item_li sting/price Totalfield:sum(/xcp_cert_test_1/product_order/item_listing/cost)
B. Cost column: /xcp_cert_test_1/product_order/item_listing/quantity*/xcp_cert_test_1/product_order/item_li sting/price Total field:sum(//item_listing/cost)
C. Cost column: ../quantity*../price Total field:sum(/xcp_cert_test_1/product_order/item_listing/cost)
D. Cost column: ../quantity*../price Total field:sum(//item_listing/cost)
How can an error message be returned from the document validator adaptor on a form to help diagnose an issue?
A. Return the message from the adaptor in a string instead of returning true or false.
B. Return an error code from the adaptor and map that error code to an error message in Forms Builder.
C. Throw an exception from the adaptor with the error message.
D. Use the Message Manager to return the string.
TaskSpace is configured with PDF Annotation Services (PAS).
How are annotations stored when a user annotates a PDF document?
A. as dm_relation objects in the repository
B. as dm_note objects in the repository
C. as dm_document objects in the repository
D. as dmc_markup objects in the repository
An application developer creates a Composer project and then imports a TaskSpace Application From Repository into the project. How must the environment be configured?
A. The application developer must be part of the ts_designer role.
B. The Composer project must reference the TCMReferenceProject.
C. The Upgrade option on the project must be set to Create New Version of Matching Objects.
D. The dmc_taskspace_app.type artifact must be included in the project.