3 Months Free Update
3 Months Free Update
3 Months Free Update
To avoid the purchase of new server capacity, a company must limit the volume of messages routed to a computationally expensive RESTful service operation.
Which Oracle SOA Suite component can help the company meet this requirement?
To support invocation of a SOAP web service from BPEL, you import the WSDL of the web service into your SOA project. The local WSDL copy contains no partner link types. You create a partner link for the web service in the BPEL designer.
How does JDeveloper ensure the request partner link types are provided?
You have modeled a composite with an inbound adapter service wired to a BPEL process component.
Which method do you use to model a rejection handler for the inbound adapter service?
Which two statements are true about stakeholders working with Business Process Workspace?
Which two statements accurately describe policy attachment in Oracle Web Services Manager (OWSM)?
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?
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?
Oracle SOA Suite is being used to virtualize service calls to a third-party human resources provider. The planned service payloads will require minimum transformation. Routing is simple because service calls will be mapped one-for-one to existing third-party services.
Which two components should be used to handle this service virtualization?
Which expiration and escalation setting can be used to route a task a specified number of levels up a management chain if the assignee does not respond in a given time period?
In a BPEL model, what is the quickest way to implement a capability to skip rule execution if a particular condition holds?
Which statement accurately describes how to use SOA Suite to create a REST interface for a provider application that does not support REST?
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?
For each enrollment request message, a health insurance carrier’s web service always returns a response message acknowledgement the receipt of the enrollment request. If there are problems fulfilling the requested enrollment, the web service may respond at a later time with an additional response message detailing why the enrollment could not be fulfilled.
Which Oracle SOA Suite service component should be used to implement this integration pattern?
A company wants to use Oracle SOA Suite to support a zero message loss system.
Which three Oracle Adapters can the company use?
Which statement is true about how BPEL Process Manager handles the For Each activity?
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?