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?
A.BPEL Process
B. Proxy Service
C. Mediator
D. Business Service
A,D
14
Which two are available as conditions for an alert rule in BAM 12c?
A. between two times
B. when rows are deleted from a data object
C. a particular day of the week
D. when a web service is invoked
B,D
15
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
A,D,E
In a BPEL model, what is the quickest way to implement a capability to skip rule execution if a
particular condition holds?
C
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?
B
Explanation:
Reference:
http://docs.oracle.com/cd/E15586_01/integration.1111/e10224/bp_faults.htm
Which tool would you use to enable more detailed logging of SOA components?
D
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?
A.Never expire
B. Expire after
C. Route to manager
D. Renew after
E. Escalate after
F. Management chain
A
18
How are task outcomes processed in BPEL process?
A. by using a condition (present in each path of the human task activity) in which you specify the
outcome that causes a particular path to be followed
B. by using onMessage or pick activities that receive the outcome from the human workflow engine
C. with a Switch containing a case for each outcome of interest plus an optional otherwise case after
the human task activity
D. with a Switch containing one case for each possible outcome after the human task activity
C
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?
C,D
Explanation:
Reference:
https://docs.oracle.com/cd/E18727_01/doc.121/e12894/T202991T207026.htm
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:
<property name = “jca.retry.count” type=”xs:int” many=”false”
override =”may”>2</property>
<property name = “jca.retry.interval” type=”xs:int” many=”false”
override =”may”>2</property>
You have also modeled a fault policy to retry the invocation three times in case of remoteFault as
follows:
<retryCount>3<retryCount>
<retryInterval>3<retryInterval>
What happens when the database that is being accessed by the above binding component goes
down?
D
What does the Oracle B2B component do for an end-to-end EDI transaction?
B
You want to configure Oracle SOA Suite for Maximum Availability Architecture (MAA).
Which two activities must be completed?
C
Explanation:
Reference:
http://docs.oracle.com/cd/E28280_01/core.1111/e10106/ha_soa.htm
Identify two correct statements about Oracle Event Processing (OEP).
C
Explanation:
Reference:
http://www.oracle.com/technetwork/middleware/complex-event-processing/overview/sxds1213-
otn-2470236.pdf