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?
B
The identity context is opaque to your web service client and web service and you don’t 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?
D
Explanation:
Reference:
https://docs.oracle.com/middleware/1212/ums/UMSAG/introduction.htm
Which two statements are true about the defined Oracle JMS Adapter outbound connection?
A,B
Explanation:
Reference:
http://docs.oracle.com/cd/E23943_01/web.1111/e15493/prog_details.htm
Which two statements are true about working with tasks in Business Process Workspace?
A, D
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?
C
Consider the current values of BPEL variables InputVariable andOutputVariable:
Then consider the following BPEL activity Assign1:
<assign name=”Assign1”>
<!- - Line 1- ->
<copy>
<!- - Line 2 - ->
<from variable =”InputVariable”
<!- - Line 3 - ->
part = “query_Input”
<!- - Line 4 - ->
query=”/ns2: query_Input/ns2:Row_Id”/>
<!- - Line 5 - ->
<to variable =”OutputVariable”
<!- - Line 6 - ->
part = “query_Output”
<!- - Line 7 - ->
query=”/ns2: query_Outnput/ns2:RowId”/>
<!- - Line 8 - ->
</copy>
<!- - Line 9 - ->
</assign>
<!- - Line 10 - ->
Which two changes allow Assign1 to work with the current values of InputVariable
andOutputVariable?
B,C
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?
D
Explanation:
Reference:
http://docs.oracle.com/cd/E15586_01/integration.1111/e10224/bp_faults.htm
To support the deployment of a new provisioning system, a company wants to install and configure a
production domain with Oracle SOA Suite and Oracle Service Bus.
Which statement is true about the required effort?
D
Which two statements are correct about the Oracle Enterprise Scheduler Service (ESS) facility?
A,D
Explanation:
Reference:
http://docs.oracle.com/cd/E23943_01/web.1111/e13702/deploy.htm
What two architectural factors most heavily influence the interoperability of the Oracle Adapters
with Oracle Service Bus (OSB) and Oracle SOA Suite?
B,C
Explanation:
Reference:
https://docs.oracle.com/cd/E25178_01/integration.1111/e10231/intgn.htm
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