oracle 1z0-434 practice test

Exam Title: Oracle SOA Suite 12c Essentials

Last update: Dec 07 ,2025
Question 1

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

Answer:

A,D
14
Which two are available as conditions for an alert rule in BAM 12c?
A. between two times
B. when rows are deleted from a data object
C. a particular day of the week
D. when a web service is invoked
B,D
15
Oracle Adapters are deployed to the Oracle SOA Suite server.
Which three SOA Suite components can use Oracle Adapters?
A. BPEL Process
B. Mediator
C. Proxy Service
D. Human Workflow
E. Business Rule
A,D,E

Comments
Question 2

In a BPEL model, what is the quickest way to implement a capability to skip rule execution if a
particular condition holds?

  • A. Model a switch activity to conditionally execute the business rule component.
  • B. Use a skip condition on the business rule component.
  • C. Include an XPath expression in an annotation on the business rule component.
  • D. Use a correlation set on the business rule component.
Answer:

C

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 3

You have modeled a Composite X for which the following fault policy action has been configured for
remote faults:
<Action id=”ora-retry”>
<retry>
<retryCount>2</retryCount>
<retryIntrval>2</retryIntrval>
<exponentialBackoff/>
</retry>
</Action>
At runtime, when a remote fault occurs on at outbound invoke, this ora-retry action is triggered.
After the two configured retries are exhausted, which one occurs?

  • A. The transaction of Composite X rolls back.
  • B. The instance is marked “open.faulted” and is available for auto-recovery.
  • C. The instance is marked “closed.faulted” and is available for error recovery from Enterprise Manager where the user can choose actions on the instance such as replay, rethrow, and abort.
  • D. The default retryFailureAction is initiated and it rethrows the error back to the caller service.
Answer:

B


Explanation:
Reference:
http://docs.oracle.com/cd/E15586_01/integration.1111/e10224/bp_faults.htm

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 4

Which tool would you use to enable more detailed logging of SOA components?

  • A. WebLogic Console
  • B. Enterprise Manager
  • C. BPM Workspace
  • D. WebLogic Diagnostics Framework (WLDF)
Answer:

D

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 5

Which expiration and escalation setting can be used to route a task a specified number of levels up a
management chain if the assignee does not respond in a given time period?
A.Never expire
B. Expire after
C. Route to manager
D. Renew after
E. Escalate after
F. Management chain

Answer:

A
18
How are task outcomes processed in BPEL process?
A. by using a condition (present in each path of the human task activity) in which you specify the
outcome that causes a particular path to be followed
B. by using onMessage or pick activities that receive the outcome from the human workflow engine
C. with a Switch containing a case for each outcome of interest plus an optional otherwise case after
the human task activity
D. with a Switch containing one case for each possible outcome after the human task activity
C

Comments
Question 6

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?

  • A. The actual source directory will be specified by a property in the composite.xml file.
  • B. Each file read will be moved to an archive directory after it is successfully processed.
  • C. This configuration can be used to create an outbound business service component.
  • D. This configuration can be used to create an inbound proxy service component.
Answer:

C,D


Explanation:
Reference:
https://docs.oracle.com/cd/E18727_01/doc.121/e12894/T202991T207026.htm

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 7

Composite X invokes an outbound DB adapter to write data to a database table. You have configured
JCA retry at the binding component as follows:
<property name = “jca.retry.count” type=”xs:int” many=”false”
override =”may”>2</property>
<property name = “jca.retry.interval” type=”xs:int” many=”false”
override =”may”>2</property>
You have also modeled a fault policy to retry the invocation three times in case of remoteFault as
follows:
<retryCount>3<retryCount>
<retryInterval>3<retryInterval>
What happens when the database that is being accessed by the above binding component goes
down?

  • A. The invocation is retried for a total of two times every two seconds. Fault policy reties are ignored.
  • B. The invocation is retried for a total of six times every three seconds.
  • C. The invocation is retried for a total of six times every two seconds.
  • D. The fault policy retries occur within the JCA retries. So, two JCA retries are executed two seconds apart. Within each fault policy retry, two JCA retries are executed two seconds apart.
Answer:

D

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 8

What does the Oracle B2B component do for an end-to-end EDI transaction?

  • A. EDI translation, validation, and transformation
  • B. only EDI translation and validation, but not transformation
  • C. only transformation, but not translation or validation
  • D. defines EDI documents, but does not do translation, validation, or transformation
Answer:

B

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 9

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

C


Explanation:
Reference:
http://docs.oracle.com/cd/E28280_01/core.1111/e10106/ha_soa.htm

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 10

Identify two correct statements about Oracle Event Processing (OEP).

  • A. It is a platform to develop and execute applications that process streaming data.
  • B. It is designed to connect businesses using standards-based event communication protocols.
  • C. It is a powerful CQL engine that performs filtering, aggregations, calculations, and pattern matching in near real time.
  • D. It is an implementation of the Service Component Architecture (SCA) to process streaming data using regular expressions.
Answer:

C


Explanation:
Reference:
http://www.oracle.com/technetwork/middleware/complex-event-processing/overview/sxds1213-
otn-2470236.pdf

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Page 1 out of 8
Viewing questions 1-10 out of 81
Go To
page 2