Identify four situations in which you can configure a notification for a human task.
A user has configured Mediator M1 to receive and route product information from System X into its internal applications in chronological order. For each product, M1 receives one “create” event followed by any number of “update “ events from an AQ Queue via a JMS adapter. M1 can receive updates to the product at any time of day.
The user claims that incoming messages for each product are received and processed in the correct chronological order 95 % of the time. However, the messages are being processed out of order 5 % of the time. This results in critical errors in the target systems. The user expects all messages pertaining to a product to be unconditionally processed in the order of arrival at M1.
What causes this discrepancy?
After you install the OEP product, which action is required to install andconfigure an OEP domain?
For a particular asynchronous interaction, Oracle SOA Suite hosts two BPEL processes. One BPEL process acts as the client and the other acts as the service. Between the two BPEL processes, what is the smallest number of invoke activities that must be defined?
Composite X invokes an outbound DB adapter to write data to a database table. You have configured JCA retry at the binding component as follows:
override =”may”>2
override =”may”>2
You have also modeled a fault policy to retry the invocation three times in case of remoteFault as follows:
What happens when the database that is being accessed by the above binding component goes down?
Given the following Oracle File Adapter configuration:
>
className=”oracle.tip.adapter.file.outbound.FileReadInteraction.Spec”>
Which two statemnts are true?
Identify two correct statements about Oracle Event Processing (OEP).
You are planning to upgrade a SOA suite production environment from 11g to 12c and are evaluating the required steps in the upgrade process.
Identify the two statements that accurately describe that process.
Which Oracle Event Processing (OEP) data cartridge should you use to track the GPS location of buses and generate alerts when a bus arrives at its predetermined bus stop positions?
Which two statements are true about the defined Oracle JMS Adapter outbound connection?
Which statement accurately describes how to use SOA Suite to create a REST interface for a provider application that does not support REST?