Oracle 1z0-434 Exam Practice Questions (P. 2)
- Full Access (84 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
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?

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
Correct Answer:
BC
BC
send
light_mode
delete
Question #7
You have modeled a composite with an inbound adapter service wired to a BPEL process component.
Which method do you use to model a rejection handler for the inbound adapter service?
Which method do you use to model a rejection handler for the inbound adapter service?
- ADefine the rejection-handler logic in rejection-handlers.xml in the $MW_HOME/soa/connectors directory.
- BDefine the rejection-handler logic inline as a child element of the <binding.jca> section of the inbound adapter in composite.xml.
- CDefine the rejection-handler logic in a top-level catch block in the BPEL process where the QName of the fault should be bpws:rejectedMessages.
- DDefine the rejection-handler logic in fault-policies.xml for the composite, and then associate the fault-policies.xml with the composite.
Correct Answer:
D
Reference:
http://docs.oracle.com/cd/E15586_01/integration.1111/e10224/bp_faults.htm
D
Reference:
http://docs.oracle.com/cd/E15586_01/integration.1111/e10224/bp_faults.htm
send
light_mode
delete
Question #8
To support the deployment of a new provisioning system, a company wants to install and configure a production domain with Oracle SOA Suite and Oracle
Service Bus.
Which statement is true about the required effort?
Service Bus.
Which statement is true about the required effort?
- ASeparate domains must be configured for Oracle SOA Suite and Oracle Service Bus.
- BThe Oracle Repository Creation Utility (RCU) must be run twice to create the required schemas.
- CThe installation of Oracle SOA Suite includes the installation of Oracle Service Bus.
- DA supported version of WebLogic Server must be installed before installing Oracle SOA Suite.
Correct Answer:
B
B
send
light_mode
delete
Question #9
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.Most Voted
- 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.Most Voted
- DIt is administered via the WebLogic Server Administration Console.
Correct Answer:
AD
AD
send
light_mode
delete
Question #10
What two architectural factors most heavily influence the interoperability of the Oracle Adapters with Oracle Service Bus (OSB) and Oracle SOA Suite?
- AOracle Adapters are based on the Java EE Connector Architecture (JCA) 1.5 specification.
- BOracle Adapters use native APIs to connect to the supported back-end applications.
- COracle Adapters are deployed to the same Oracle WebLogic Servers as Oracle Fusion Middleware.
- DUse of Oracle Adapters Extended Architecture (XA) features is completely optional.
Correct Answer:
BC
Reference:
https://docs.oracle.com/cd/E25178_01/integration.1111/e10231/intgn.htm
BC
Reference:
https://docs.oracle.com/cd/E25178_01/integration.1111/e10231/intgn.htm
send
light_mode
delete
All Pages