Oracle Field Service Cloud Service 2020 Implementation Essentials — Question 45
You need to create an OIC integration that will be processing many records individually that are contained within a large file. You have been advised to use an implementation approach that includes using the Download File operation of an FTP adapter in conjunction with the Stage File action Read File in Segments operation to mitigate issues with memory consumption.
When using this approach, which is a valid consideration regarding the use of the Read File in Segments operation? (Choose the best answer.)
Answer options
- A. Segment sizes will default to 50 records but can be configured to any other segment size.
- B. You will need to explicitly configure a Scope action for this operation if you want to add additional actions during the processing of each segment.
- C. The Read File in Segments operation allows for you to process the segments sequentially or in parallel.
- D. You must provide the actual filename because file references cannot be processed by the Read File in Segments operation.
Correct answer: C
Explanation
The correct answer is C because the Read File in Segments operation indeed allows for processing segments either sequentially or in parallel, which can enhance performance. Option A is incorrect as the default size can be configured, but it does not specify the flexibility in processing. Option B is misleading since a Scope action is not mandatory for additional actions. Option D is wrong as the operation can handle file references.