Results catching has been configured on a business service. A previously cached result has been flushed from the cache. Which two events may have occurred?
A.
Result catching has been disabled for the business service.
B.
The WSDL resource for the business service has been updated.
C.
The back-end service referenced by the endpoint URI has become unavailable.
D.
The back-end service has returned a different response for the cache key.
Which two statements accurately describe how Oracle Web Services Manager works?
A.
On the client side, the agent coordinates a pipeline of policy interceptors that apply policy assertions to a request in a standardized, predetermined order.
B.
On the service side, policy assertions are processed in reverse order of the client side before a request is delivered to the service.
C.
On the client side, the policy manager coordinates a pipeline of agents that apply policy assertions to the request in the order specified by the developer.
D.
On the service side, policy assertions are processed in the same order as on the client side before a request is delivered to the service.
For each three items can you create tests by using the Service Component Architecture (SCA) test framework?
A.
Reference binding components
B.
Service components such as a Mediator
C.
Wires
D.
Invoke activities in a BPEL process
E.
Composite sensors
Answer:
B,C,E
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 8
Which statement is true about how BPEL Process Manager handles the For Each activity?
A.
The counter variable of the For Each activity is global, so any change to it in the enclosed scope activity is retained and that change can impact the next iteration.
B.
The For Each activity executes a contained scope activity N times, where N is the final counter value minus the starting counter value.
C.
The For Each activity waits for the execution to finish for all the branches specified when the completion condition is specified and evaluated to true.
D.
The counter variable of a For Each activity is local to the enclosed scope activity, so a change to it outside the scope of the For Each, does not impact the next iteration.
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?
A.
The decision table’s spreadsheet metaphor is compact and familiar to end users.
B.
Decision tables can use globals whereas if-then rules cannot.
C.
The logic will likely require more rules if expressed as a decision table.
D.
Unlike with a decision table, an Expression Builder is provided for if-then rules to help you craft condition expressions.
E.
Built-in error prevention features for decision tables can help you build more complete and accurate rules.
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?
A.
0
B.
1
C.
2
D.
3
Answer:
D
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 12
Which two statements accurately describe the invoking of a human task?
A.
A web service client in a different composite can invoke a human task.
B.
A human task can invoke another human task in the same composite.
C.
A BPEL process can invoke a human task in a different composite.
D.
A human task can invoke another human task in a different composite.
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?
A.
BPEL process
B.
Mediator
C.
Proxy Service
D.
Business Service
Answer:
D
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 14
When more than one policy is attached to a policy subject, the combination of policies needs to be valid. Which statement is true about the valid combination of policies for a policy subject?
A.
Only one MTOM policy can be attached to a policy subject.
B.
More than one Reliable Messaging policy can be attached to a policy subject. C.You cannot have both a Reliable Messaging policy and a WS-Addressing policy attached to the same policy subject
D.
Only one security policy can be attached to a policy subject
Answer:
A
User Votes:
A
50%
B
50%
D
50%
Discussions
0/ 1000
Question 15
A company wants to use Oracle SOA Suite to support a zero message loss system. Which three Oracle Adapters can the company use?