1.
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?
2.
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?
3.
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?
4.
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?
5.
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?
6.
An activity in a parent process template invokes a child process. How are the parent and child process instances executed?
7.
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?
8.
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?
9.
How can a manual activity be configured to push tasks to a specific user if they are not completed within thirty minutes?
10.
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?