Content Management xCelerated Composition Platform Application Development Exam v8.0 (E20-495)

Page:    1 / 13   
Total 182 questions

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


Answer : C

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 : A

An application developer needs to re-use an activity in which input parameters differ across processes.
How should the application developer accomplish this?

  • A. by using an existing activity, then adding process parameters in the process properties Data tab
  • B. by creating a new structured data type, then adding the input parameters to any activities in the process
  • C. by creating a custom activity template, then defining the input parameters under the Properties tab
  • D. by creating a custom activity template, then defining the input parameters under the Definition tab


Answer : D

Form instances stored as XML content exist in a repository.
Which type of change to the form template would require a new version to be created to ensure that the existing form instances remain valid?

  • A. re-arranging the UI controls on the form
  • B. adding a calculation formula
  • C. removing a data item
  • D. adding an image on the form


Answer : C

In an xCP application, every queue processor is given one of two skills. A document review process has a package that has an attribute required_skill that is always set to one of those skills.
What is the EMC best practice to ensure queue processors only receive tasks that match their skill?

  • A. Create an ACL for each skill and add the appropriate users to each, then use a Process Data Mapper activity to map required_skill to the acl_name of the workitem.
  • B. Create the skills on the queue's work queue policy, and then use an activity template to map required_skill to the queue assigned as the next activity's performer.
  • C. Assign the queue as the performer of the manual activity, then use the data mapper tool to associate required_skill to the skill on the activity.
  • D. Assign the queue as the performer of the manual activity and create an alias set for each skill, then store required_skill as the workflow alias and use the data mapper tool to assign the skill to the activity.


Answer : C

In a particular process, the Review Invoice activity has a different calendar than the one selected on the process.
Which calendar will the system use to resolve timers created for the Review Invoice activity?

  • A. the default system calendar
  • B. the calendar applied to the activity
  • C. the calendar applied to the process
  • D. the calendar with the earliest date


Answer : B

A health organization uses EMC Document Sciences xPression to automate business communications across the enterprise. The process needs to pass a large amount of static text and several dynamic values to the publishing function to be inserted into the document.
Which Process Builder activity template should be used to meet these requirements?

  • A. xPression Publish Document - Mapping
  • B. xPression Publish Document - Outbound
  • C. xPression Publish Document - Advanced
  • D. xPression Publish Document


Answer : C

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

A form contains two list boxes, one for countries and one for cities. When a user selects a country from a list box, the form will populate the list of cities. An external database contains the list of cities for each country.
Which configuration would cause the adaptor to execute when the user selects a country in the first list box?

  • A. Set Value adaptor on the Country list box
  • B. Set Value adaptor on the City list box
  • C. Data Source adaptor on the Country list box
  • D. Data Source adaptor on the City list box


Answer : D

Which deployment strategy ensures that custom adaptor code is automatically deployed by xCP?

  • A. packaged as a TBO
  • B. packaged as a Standard Object
  • C. packaged as a SBO
  • D. packaged as a POJO


Answer : C

An application developer is creating a business process template that needs to update an attribute of a document stored in the repository. The document is not being referenced as a package of the business process.
What activity template should be used to meet this requirement?

  • A. DB Inbound - Step
  • B. DQL Inbound - Step
  • C. Process Data Mapping
  • D. DQL Write


Answer : D

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.


Answer : B

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

How should an application developer configure the task template so that it allows the end user to import the package content from the file system?

  • A. Add a task attachment list control and configure the import setting.
  • B. Add an embedded form for the package.
  • C. Add a package control and configure the import setting.
  • D. Configure the import option in process template and add a task attachment list control.


Answer : C

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

Page:    1 / 13   
Total 182 questions