What two architectural factors most heavily influence the interoperability of the Oracle Adapters with Oracle Service Bus (OSB) and Oracle SOA Suite?
A. Oracle Adapters are based on the Java EE Connector Architecture (JCA) 1.5 specification.
B. Oracle Adapters use native APIs to connect to the supported back-end applications.
C. Oracle Adapters are deployed to the same Oracle WebLogic Servers as Oracle Fusion Middleware.
D. Use of Oracle Adapters Extended Architecture (XA) features is completely optional.
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
Which statement is true about the relationship between the WSDL and the JCA binding file when working with an Oracle Adapter at design time?
A. The WSDL references the appropriate JCA binding file for each applicable operation in the WSDL "binding" element.
B. All operations defined in the WSDL must be mapped to activation specifications in the JCA binding file.
C. The JCA binding file defines default adapter property values for each applicable operation defined in the WSDL.
D. There is no direct relationship between the WSDL and the JCA binding file at design time.
Which two statements are true about the role of a Continuous Query Language (CQL) processor in a Oracle Event Processing application?
A. It primarily executes SQL statements against the database.
B. It can be used to filter, aggregate, and correlate events in memory and can integrate with Coherence, NoSQL, and HDFS.
C. It invokes human workflows to deal with exception handing.
D. It can perform spatial queries as well as complex
Which statement is false about debugging SOA composites?
A. You can run the debugger in Oracle Enterprise Manager Fusion Middleware Control.
B. You can debug on local as well as on remote servers.
C. Breakpoints are the intentional pausing locations in a SOA composite application that you set for debugging purposes.
D. If the composite is not already deployed in the current JDeveloper session, then JDeveloper will redeploy it.
Which three design considerations apply to an if-then rule?
A. A rule function can be called.
B. Aggregations such as count, max, and average can be used.
C. A while loop can be employed.
D. Fact object structures can be changed.
E. A BPEL scope variable can be defined.
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?
A. It automatically creates a wrapper WSDL to contain partner link types.
B. It automatically injects the partner link types into the local WSDL copy.
C. It prompts you to add the partner link types to the SOAP web service implementation.
D. It prompts you to manually add the partner link types to the local WSDL copy.
Which two are features of Event Delivery Network (EDN)?
A. JMS-based point-to-point architecture that is based on queues.
B. JMS-based publish/subscribe architecture that is based on topics.
C. support for Oracle AQ as a provider
D. separately installable to allow for flexible deployment
E. support for durable subscriptions so that, in order to receive events, the subscriber need not be running
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.
You pass some data from a process variable as a parameter into a human task. At a later time, the variable is then updated in a parallel stream of execution in the BPEL process while the human task is still executing before it is actioned by the assignee.
What does the assignee see after opening the task in the workspace and looking at the parameter?
A. The parameter contains the values of the process variable as it was when the task was created.
B. The parameter contains the values of the process variable as it is at the current time (that is, when the user opened the human task in the workspace).
C. The parameter is empty and the task must be restarted to pick up the new values of the process variable.
D. It is not possible to determine what the assignee sees from the information provided.