Oracle 1z0-434 Exam Practice Questions (P. 4)
- 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 #16
Which tool would you use to enable more detailed logging of SOA components?
- AWebLogic Console
- BEnterprise ManagerMost Voted
- CBPM Workspace
- DWebLogic Diagnostics Framework (WLDF)
Correct Answer:
C
C
send
light_mode
delete
Question #17
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?
- ANever expire
- BExpire after
- CRoute to manager
- DRenew after
- EEscalate after
- FManagement chain
Correct Answer:
E
E
send
light_mode
delete
Question #18
How are task outcomes processed in BPEL process?
- Aby 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
- Bby using onMessage or pick activities that receive the outcome from the human workflow engine
- Cwith a Switch containing a case for each outcome of interest plus an optional otherwise case after the human task activity
- Dwith a Switch containing one case for each possible outcome after the human task activity
Correct Answer:
C
C
send
light_mode
delete
Question #19
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?
<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.
Correct Answer:
CD
Reference:
https://docs.oracle.com/cd/E18727_01/doc.121/e12894/T202991T207026.htm
CD
Reference:
https://docs.oracle.com/cd/E18727_01/doc.121/e12894/T202991T207026.htm
send
light_mode
delete
Question #20
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?
<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?
- AThe invocation is retried for a total of two times every two seconds. Fault policy reties are ignored.
- BThe invocation is retried for a total of six times every three seconds.
- CThe invocation is retried for a total of six times every two seconds.
- DThe 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
Correct Answer:
D
D
send
light_mode
delete
All Pages