Which two statements are correct about the Oracle Enterprise Scheduler Service (ESS) facility?
A. It is a Java EE application that is deployed to WebLogic Server to provide distributed job request processing across a single WebLogic Server or a collection of WebLogic Servers.
B. It is shipped as a separate product and you can install it after you have completed the SOA Suite installation.
C. It is used extensively by Fusion Applications so it is well-tested.
D. It is administered via the WebLogic Server Administration Console.
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.
You want to configure Oracle SOA Suite for Maximum Availability Architecture (MAA). Which two activities must be completed?
A. Add managed servers to the domain configuration to support the Oracle SOA Suite cluster.
B. Run the Configuration Wizard on each server that will host Oracle SOA Suite managed servers.
C. Rework the Oracle SOA Suite domain configuration to use appropriate GridLink or multiple data sources.
D. Manually retarget the Oracle SOA Suite deployments to the newly created cluster.
When you create an assert in a test case, you can specify a Compare By rule of xml-identicalor xmlsimilar. The rule designates the strictness of the comparison.
If you choose xml-similar,identify two conditions that will cause the comparison to fall.
A. The namespaces are the same, but the namespace prefix is different.
B. An element has the same child attributes, but they are in a different order.
C. An element has a different name, but the same child attributes are in the same order.
D. The namespaces are different, but the namespace prefix is the same.
Which two statements are correct about cluster support for Oracle SOA Suite 12c applications?
A. A cluster appears to clients as multiple WebLogic Server instances.
B. The server instances in a cluster must all run on the same machine.
C. You can scale a cluster by adding machines to the cluster to host additional server instances.
D. Server instances in a cluster can run different versions of WebLogic Server.
E. You can create a cluster by using WLST, the WebLogic Server Administration Console, or Enterprise Manager Fusion Middleware Control.
F. For management purposes, you can split a cluster across multiple domain.
Which statement is false about Oracle Business Activity Monitoring (Oracle BAM)?
A. Oracle BAM uses the same Oracle Coherence technology for caching and high availability that many WebLogic Server applications utilize.
B. Oracle BAM data objects are based on the Star schema and that makes it easier to share data with business intelligence applications.
C. If you have remembered to install the Oracle Complex Event Processing Service Engine, Oracle BAM can use it for real-time data analysis.
D. Sophisticated ADF components, such as treemaps, scatter charts, and bubble charts, may be easily incorporated into executive dashboards.
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.
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.
Identify two statements that correctly describe OWSM policy attachments in Oracle SOA Suite
A. Although you can attach as well as detach security policies in JDeveloper, you can only detach them in Enterprise Manager.
B. An application developer typically uses JDeveloper to create new security policies rather than select them from a prebuilt list.
C. When you use JDeveloper to associate a security policy with a web service, the policy is not really attached until application deployment.
D. OWSM policies can be attached and detached with WLST.
Which statement correctly describes the role of an Oracle Web Services Manager agent?
A. It serves as a Policy Definition Point (PDP).
B. It serves as a Policy Enforcement Point (PEP).
C. It serves as both a PDP and a PEP.
D. It is neither a PDP nor a PEP.