oracle 1z0-434 practice test

Oracle SOA Suite 12c Essentials Exam


Question 1

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?

  • A. Identify the variable as a key performance indicator (KPI) and track it inBAM.
  • B. Use a composite sensor on the appropriate service or reference binding.
  • C. Use a BPEL Process Manager sensor to collect the value and context.
  • D. Use Oracle Event Processing (OEP) to monitor the activities being executed in the BPEL process.
Answer:

C

Discussions
0 / 600

Question 2

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.

  • A. Replace the Switch activity with a While activity.
  • B. Replace the Switch activity with an If activity.
  • C. Replace the Switch activity with a Repeat Until activity. D. Replace the Switch activity with a For Each activity.
Answer:

B

Discussions
0 / 600

Question 3

After you install the OEP product, which action is required to install andconfigure an OEP domain?

  • A. Configure the OEP port through the OEP console.
  • B. Configure the JDBC settings in the config.xml file.
  • C. Create an OEP domain with the Configuration Wizard.
  • D. Start the OEP server and enter the administrator credentials when prompted.
Answer:

C

Discussions
0 / 600

Question 4

Which statement accurately describes deploying your SOA application to acluster?

  • A. Manually deploy the application to each managed server in the cluster.
  • B. After deployment, restart each managed server in the cluster before theapplication is available for service.
  • C. Use WebLogic Server Administration Console for deployment because youcannot deploy to a cluster from JDeveloper.
  • D. Treat your cluster as a single deployment target and let theadministration server automatically deploy the application to all themanaged servers in the cluster.
Answer:

D

Discussions
0 / 600

Question 5

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.
Answer:

C

Discussions
0 / 600

Question 6

Which three security schemes are supported by Oracle Service Bus (OSB)?

  • A. partial encryption of a request as defined by a custom WS-Securitypolicy
  • B. partial encryption of a request as defined by an OWSM policy
  • C. authentication of a request as defined by an OWSM policy
  • D. propagation of a Security Assertion Markup Language (SAML) token from aWebCenter portal to an OSB proxy service
  • E. propagation of a SAML token from a WebCenter portal to the OSBconsole
Answer:

ACE

Discussions
0 / 600

Question 7

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.
Answer:

C

Discussions
0 / 600

Question 8

Which three statements are true about the Oracle Enterprise Scheduler Service (ESS) facility?

  • A. An ESS job request processor is responsible for allocating threads for job requests.
  • B. An ESS job request dispatcher polls for job requests and invoked jobs.
  • C. A WebLogic cluster must be established because ESS cannot run on just a single node.
  • D. On the scheduling service home page, you can quickly find a list of the 10 job requests that have been running for the longest period of time.
  • E. ESS is used internally by SOA Suite and you typically don’t use it to schedule your own jobs.
Answer:

B,C,E

Discussions
0 / 600

Question 9

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?

  • A. identity propagation
  • B. single sign-on
  • C. user authorization
  • D. non-repudiation
Answer:

C

Discussions
0 / 600

Question 10

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>

  • A. bookstore/book/author
  • B. bookstore/book/author/text ()
  • C. bookstore/book/author/*
  • D. bookstore//author/text ()
  • E. //author/@text
  • F. //author/*text
Answer:

D

Discussions
0 / 600
To page 2