Oracle Adapters are deployed to the Oracle SOA Suite server. Which three SOA Suite components can use Oracle Adapters?
A. BPEL Process
B. Mediator
C. Proxy Service
D. Human Workflow
E. Business Rule
Which two statements are true about stakeholders working with Business Process Workspace?
A. Process owners manage rules for users and groups.
B. Process owners can act on tasks belonging to their process, but are assigned to other users.
C. Process participants can delegate work to another user.
D. Administrators typically get involved to handle task escalations.
As an Oracle SOA Suite composite moves through the software development life cycle, certain environment-specific changes must be made to the composite configuration from deployment to deployment.
Which feature can help you capture and effect these changes?
A. Configuration Plans
B. Deployment Plans
C. Domain Value Maps
D. Property Files
Identify four situations in which you can configure a notification for a human task.
A. task created
B. task completed
C. task opened in workspace
D. task errored
E. outcome updated
F. task assigned
You are about to upgrade an environment from SOA Suite 11g to SOA Suite 12cand you want to make sure that you meet the prerequisites for the upgrade process.
Which two options are prerequisites?
A. The operating system and the JVM must be 64-bit.
B. SOA Suite must be at the 11.1.1.5, 11.1.1.6 or 11.1.1.7 patchset levels.
C. Oracle Platform Security Services (OPSS) must have been migrated to use the DB or the LDAP-based policy store.
D. The SOA server must be a single-node server so that it is not part of a SOA cluster.
Which statement is true about if-then rule within a ruleset?
A. It is evaluated in the listed order.
B. It can evaluate other rulesets.
C. It can modify the result of the rule multiple times.
D. It always sets the outcome of the rule.
You have a situation where a collection of rules might provide a flexible way of externalizing logic in an application.
Which two are accurate considerations to assess when you decide to use a decision table or if- then rules?
A. The decision table's spreadsheet metaphor is compact and familiar to end users.
B. Decision tables can use globals whereas if-then rules cannot.
C. The logic will likely require more rules if expressed as a decision table.
D. Unlike with a decision table, an Expression Builder is provided for if-then rules to help you craft condition expressions.
E. Built-in error prevention features for decision tables can help you build more complete and accurate rules.
Which statement is true about how BPEL Process Manager handles the For Each activity?
A. The counter variable of the For Each activity is global, so any change to it in the enclosed scope activity is retained and that change can impact the next iteration.
B. The For Each activity executes a contained scope activity N times, where N is the final counter value minus the starting counter value.
C. The For Each activity waits for the execution to finish for all the branches specified when the completion condition is specified and evaluated to true.
D. The counter variable of a For Each activity is local to the enclosed scope activity, so a change to it outside the scope of the For Each, does not impact the next iteration.
You pass some data from a process variable as a parameter into a human task. At a later time, the variable is then updated in a parallel stream of execution in the BPEL process while the human task is still executing before it is actioned by the assignee.
What does the assignee see after opening the task in the workspace and looking at the parameter?
A. The parameter contains the values of the process variable as it was when the task was created.
B. The parameter contains the values of the process variable as it is at the current time (that is, when the user opened the human task in the workspace).
C. The parameter is empty and the task must be restarted to pick up the new values of the process variable.
D. It is not possible to determine what the assignee sees from the information provided.
You want to monitor a specific BPEL process variable in your process. You have all the capabilities of Oracle SOA Suite at your disposal. Which approach do you take if you want the variable data written to a JMS queue to be processed by another application?
A. Identify the variable as a key performance indicator (KPI) and track it inBAM.
B. Use a composite sensor on the appropriate service or reference binding.
C. Use a BPEL Process Manager sensor to collect the value and context.
D. Use Oracle Event Processing (OEP) to monitor the activities being executed in the BPEL process.