Loading questions...
Updated
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 two are available as conditions for an alert rule in BAM 12c?
Oracle Adapters are deployed to the Oracle SOA Suite server.
Which three SOA Suite components can use Oracle Adapters?
In a BPEL model, what is the quickest way to implement a capability to skip rule execution if a particular condition holds?
You have modeled a Composite X for which the following fault policy action has been configured for remote faults:
<Action id="ora-retry">
<retry>
<retryCount>2</retryCount>
<retryIntrval>2</retryIntrval>
<exponentialBackoff/>
</retry>
</Action>
At runtime, when a remote fault occurs on at outbound invoke, this ora-retry action is triggered. After the two configured retries are exhausted, which one occurs?
Which tool would you use to enable more detailed logging of SOA components?
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?
How are task outcomes processed in BPEL process?
Given the following Oracle File Adapter configuration:
<adapter-config name="ReadPlanBenefit" adapter="File Adapter" wsdlLocation="ReadPlanBenefit.wsdl" xmlns=http://platform.integration.oracle/blocks/adapter/fw/metadata>
<connection-factory location="eis/FileAdapter"/>
<endpoint-interaction portType="SynchRead_ptt" operation=" SynchRead">
<interaction-spec
className="oracle.tip.adapter.file.outbound.FileReadInteraction.Spec">
<property name="DeleteFile" value="false"/>
<property name="PhysicalDirectory" value="/home/plan_benefit"/>
<property name="FileName" value=" plan_benefit.xml"/>
<property name="PhysicalArchiveDirectory" value="/home/plan_benefit/archive/>
</interaction-spec>
</endpoint-interaction>
</adapter-config>
Which two statemnts are true?
The identity context is opaque to your web service client and web service and you dont need to perform any additional coding or processing in your client or service to support it after you enable identity context propagation.
Which Oracle SOA Suite component directly enables this behavior?
Create a free account to unlock all questions for this exam.
Log In / Sign UpWhich 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?
What two architectural factors most heavily influence the interoperability of the Oracle Adapters with Oracle Service Bus (OSB) and Oracle SOA Suite?