exam questions

Exam 1z0-434 All Questions

View all questions & answers for the 1z0-434 exam

Exam 1z0-434 topic 1 question 19 discussion

Actual exam question from Oracle's 1z0-434
Question #: 19
Topic #: 1
[All 1z0-434 Questions]

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.
Show Suggested Answer Hide Answer
Suggested Answer: CD 🗳️
Reference:
https://docs.oracle.com/cd/E18727_01/doc.121/e12894/T202991T207026.htm

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
IBorges
5 years, 8 months ago
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.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...