You want to monitor a specific BPEL process variable in your process. You have all the capabilities of
Oracle SOA Suite at your disposal. Which approach do you take if you want the variable data written
to a JMS queue to be processed by another application?
C
You have developed a BPEL process with a Switch activity using the BPEL 1.1 specification. As part of
the upgrade to SOA 12c, you are redesigning the
BPEL process to use the BPEL 2.0 specification.
Identify the right approach.
B
After you install the OEP product, which action is required to install andconfigure an OEP domain?
C
Which statement accurately describes deploying your SOA application to acluster?
D
Which statement correctly describes the role of an Oracle Web Services Manager agent?
C
Which three security schemes are supported by Oracle Service Bus (OSB)?
ACE
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?
C
Which three statements are true about the Oracle Enterprise Scheduler Service (ESS) facility?
B,C,E
After a successful web application login, an Oracle Access Manager (OAM) token is made available to
Oracle WebLogic Server (WLS) where the token is asserted for authentication purposes. The resulting
Java Authentication and Authorization Service (JAAS) subject is then made available to the Oracle
Web Service Manager (OWSM) agent where it is used to create a Security Assertion Markup
Language (SAML).
Which security feature does this scenario illustrate?
C
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>
D