Which two statements are true about the defined Oracle JMS Adapter outbound connection?
AIt supports connections to JMS distributed queues.
BIt uses default credentials when connecting to the remote JMS provider.
CIt supports zero message loss via distributed transactions.
DIt requires the JMS consumer to explicitly commit transactions.
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?
AThe actual source directory will be specified by a property in the composite.xml file.
BEach file read will be moved to an archive directory after it is successfully processed.
CThis configuration can be used to create an outbound business service component.
DThis configuration can be used to create an inbound proxy service component.
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?
Aadding the attribute bpelx :insertMissingToData="yes" to line 2
Badding the attribute bpelx :insertMissingFromData="yes" to line 2
Ccorrecting the namespace prefixes in line 5
Dcorrecting the namespace prefixes in line 8
You want to configure Oracle SOA Suite for Maximum Availability Architecture (MAA).
Which two activities must be completed?
AAdd managed servers to the domain configuration to support the Oracle SOA Suite cluster.
BRun the Configuration Wizard on each server that will host Oracle SOA Suite managed servers.
CRework the Oracle SOA Suite domain configuration to use appropriate GridLink or multiple data sources.
DManually retarget the Oracle SOA Suite deployments to the newly created cluster.
Which two statements are true about standard dashboards?
AWorkload dashboards report on completed instances.
BPerformance dashboards report on in-flight instances.
CBy default, there is a 30-minute delay for workload data to be reflected in standard dashboards.
DBy default, data never ages out of the process analytics database because it is not periodically purged.
Which two statements are true about stakeholders working with Business Process Workspace?
AProcess owners manage rules for users and groups.
BProcess owners can act on tasks belonging to their process, but are assigned to other users.
CProcess participants can delegate work to another user.
DAdministrators typically get involved to handle task escalations.
Which two statements accurately describe policy attachment in Oracle Web Services Manager (OWSM)?
AThe order in which policies are attached to a subject determines the order in which the policies are executed.
BJDeveloper groups the policies that can be attached into five categories of interceptors.
CMultiple WS-Addressing policies can be attached to a policy subject.
DIn Enterprise Manager Fusion Middleware Control, a security policy can be attached to a web service and it can be either enabled or disabled.
Which two statements are true about composite applications and mediators?
AA composite application decouples the interface from business logic.
BA composite application exposes a process as a web service.
CA mediator exposes a process as a web service.
DA mediator decouples the interface from business logic in a composite application.
Which two statements are true about Complex Event Processing (CEP)?
AIt is a method to achieve the best outcome in a model where data is already stored in a relational database.
BIt is a technique used for querying data prior to it being stored within a database or without it ever being stored.
CIt is a highly efficient method of analyzing and processing streams of data.
DIt is a technique for rapidly storing large amounts of unstructured data.
EIt executes extremely complex queries against a database using a new query language.
Which statement is false about debugging SOA composites?
AYou can run the debugger in Oracle Enterprise Manager Fusion Middleware Control.
BYou can debug on local as well as on remote servers.
CBreakpoints are the intentional pausing locations in a SOA composite application that you set for debugging purposes.
DIf the composite is not already deployed in the current JDeveloper session, then JDeveloper will redeploy it.
Which dashboard should you use to gauge the overall efficiency of a user for a specific process?
Aworkload per process on a standard dashboard
Bworkload per participant on a standard dashboard
Cperformance per participant on a standard dashboard
Da custom dashboard
Identify four situations in which you can configure a notification for a human task.
Atask created
Btask completed
Ctask opened in workspace
Dtask errored
Eoutcome updated
Ftask assigned
and are evaluating the required steps in the upgrade process.
Identify the two statements that accurately describe that process.
AComposites must be redeployed after the upgrade process.
BIt is recommended to-purge as many nonessential instances in the dehydration store as possible before the upgrade.
CBAM dashboards and alerts will be migrated automatically.
DLong-running instances will resume after the upgrade process has completed.
and you want to make sure that you meet the prerequisites for the upgrade process.
Which two options are prerequisites?
AThe operating system and the JVM must be 64-bit.
BSOA Suite must be at the 11.1.1.5, 11.1.1.6 or 11.1.1.7 patchset levels.
COracle Platform Security Services (OPSS) must have been migrated to use the DB or the LDAP-based policy store.
DThe SOA server must be a single-node server so that it is not part of a SOA cluster.
Which statement is true about if-then rule within a ruleset?
AIt is evaluated in the listed order.
BIt can evaluate other rulesets.
CIt can modify the result of the rule multiple times.
DIt always sets the outcome of the rule.
Identify two reasons why Oracle Cloud Adapters make it easier to integrate a SOA Suite application with a cloud-based application.
AThey shield the developer from needing in-depth expertise on the functionality of the cloud-based application.
BThey help the developer master the intricacies of the cloud application’s data model and mechanisms for security and session management.
CThey come with a configuration wizard that is accessible from Enterprise Manager.
DThey free the developer up to focus on building the business logic for related business processes.
Which statement is true about how BPEL Process Manager handles the For Each activity?
AThe 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.
BThe For Each activity executes a contained scope activity N times, where N is the final counter value minus the starting counter value.
CThe For Each activity waits for the execution to finish for all the branches specified when the completion condition is specified and evaluated to true.
DThe 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
For each three items can you create tests by using the Service Component Architecture (SCA) test framework?
AReference binding components
BService components such as a Mediator
CWires
DInvoke activities in a BPEL process
EComposite sensors
Identify two statements that correctly describe OWSM policy attachments in Oracle SOA Suite
AAlthough you can attach as well as detach security policies in JDeveloper, you can only detach them in Enterprise Manager.
BAn application developer typically uses JDeveloper to create new security policies rather than select them from a prebuilt list.
CWhen you use JDeveloper to associate a security policy with a web service, the policy is not really attached until application deployment.
DOWSM policies can be attached and detached with WLST.
Given the following XML document, which two XPath expressions return the same result?
<?xml version ="1.0" encoding ="UTF – 8"?>
<bookstore>
<book category="COOKING">
<title lang="en">Everyday Italian Treats</title>
<author>George Smith</author>
<year>2009</year>
<price>30.00</price>
</book>
<book category="WEB">
<title lang="en">Getting Started with XPath</title>
<author>Tammy Lee</author>
<author>SergieLadloff</author>
<year>2011</year>
<price>49.99</price>
</book>
</bookstore>
Abookstore/book/author
Bbookstore/book/author/text ()
Cbookstore/book/author/*
Dbookstore//author/text ()
E//author/@text
F//author/*text
Which statement accurately describes deploying your SOA application to acluster?
AManually deploy the application to each managed server in the cluster.
BAfter deployment, restart each managed server in the cluster before theapplication is available for service.
CUse WebLogic Server Administration Console for deployment because youcannot deploy to a cluster from JDeveloper.
DTreat your cluster as a single deployment target and let theadministration server automatically deploy the application to all themanaged servers in the cluster.
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?
AJDBC Data
BOracle Spatial
CHadoop Big Data
DNoSQLDB Big Data
EJava Data
Which two statements are correct about the Oracle Enterprise Scheduler Service (ESS) facility?
AIt 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.
BIt is shipped as a separate product and you can install it after you have completed the SOA Suite installation.
CIt is used extensively by Fusion Applications so it is well-tested.
DIt is administered via the WebLogic Server Administration Console.
Which two are available as conditions for an alert rule in BAM 12c?
Abetween two times
Bwhen rows are deleted from a data object
Ca particular day of the week
Dwhen a web service is invoked
In a BPEL model, what is the quickest way to implement a capability to skip rule execution if a particular condition holds?
AModel a switch activity to conditionally execute the business rule component.
BUse a skip condition on the business rule component.
CInclude an XPath expression in an annotation on the business rule component.
DUse a correlation set on the business rule component.