Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

You have an Oracle Integration Cloud (OIC) synchronous integration flow that updates external systems with several invocations. However, several of your OIC integration clients are reporting that they are experiencing timeouts waiting for the response confirmation from this processing. Which is a legitimate strategy to mitigate this issue?

A.

Increase the blocking timeout within the OIC integration settings to allow for extended time.

B.

Change the implementation logic to invoke multiple fine-grained external API calls within a single loop.

C.

Change the design implementation strategy to an asynchronous flow that provides a separate notification to clients when the processing is complete.

You created a scheduled integration in Oracle Integration Cloud (OIC) that uses scheduled parameters named startDate and endDate to determine the data range for a data synchronization process. The default values for these parameters are set to the previous day for startDate and the current day for endDate. However, you now want to schedule a run of the instance with a different start date. What should you do?

A.

Modify the parameter value in the instance’s integration properties and restart the instance.

B.

Create a new version of the integration by modifying the parameter value, and then deploy the new scheduled integration version.

C.

Override the parameter value when scheduling the integration instance.

D.

Modify the parameter value in the integration code and redeploy the integration.

Which are valid considerations when leveraging the Oracle Integration Cloud (OIC) connectivity agent for high availability on-premises environments? Select TWO.

A.

Each host on which the agent is installed must be configured on separate subnets and assigned to the same OIC agent group.

B.

You should install the connectivity agents on the same host as the target application, and then specify different agent group identifiers for each agent during its installation.

C.

You cannot have more than two agent instances per agent group. Attempting to include a third agent instance in the same group during installation results in an error.

D.

File adapter is not supported in high availability environments. When using file adapter and if some groups have multiple instances, use a dedicated agent group (with one agent only).

E.

You need to have the OIC ServiceDeployer role permissions to download and install the OIC on-premises connectivity agent.

Oracle Integration Cloud (OIC) integrations can be exported so that later they can be imported into another OIC instance environment. Which statement is NOT true about the import and export of OIC integrations?

A.

Imported integrations cannot be immediately activated if their dependent connection resources are not already present in the target OIC environment.

B.

Exported integrations include all their dependent connection resource information except URLsand credentials.

C.

Integrations must be exported as a package if you want to import them into another OIC environment.

D.

Imported integrations can be reconfigured to use different connection resources by using the OIC REST API.

Which Oracle Integration Cloud (OIC) service role does NOT have permission to run an OIC Integration?

A.

ServiceDeveloper

B.

ServiceAdministrator

C.

ServiceInvoker

D.

ServiceUser

One of your downstream applications is becoming overwhelmed with too many individual synchronous invocations from your current Oracle Integration (OIC) integration. It is recommended that you redesign the integration to take advantage of the batch processing capabilities of that application. Which approach is a valid OIC design best practice that will provide the best solution for this issue?

A.

Create a custom batch call function, register the function as a Library in your OIC environment, then use the JavaScript call action to invoke the application.

B.

Reactivate the integration and use the disable tracing and message tracking option, which will optimize performance for each invocation to the application.

C.

Use the Append option in the Write File operation of the Stage File action within a loop to create a single batch file to be sent to the application.

D.

Throttle the individual synchronous calls by adding a wait activity prior to each invocation to the application within the loop, then fetch a batch response after the loop.

You have a use case that requires a large data extract, which is more than 10MB, to be processed within an Oracle Integration Cloud (OIC) integration. Which are three valid options?

A.

Send the file as a multipart attachment to an OIC integration using a REST trigger, and make it available for processing using a Stage File action.

B.

Retrieve the file by invoking a SOAP API, which sends Base64 encoded data within the SOAP body, and then decode the data and make it available for processing using a Stage File action.

C.

Retrieve the file by invoking a SOAP API, which sends the document as an MTOM attachment, and make it available for processing using a Stage File action.

D.

Retrieve the file from an external endpoint using APIs that support application/blob as content type, and make it available for processing using a Stage File action.

E.

Upload the file to the OIC file server, and then use an FTP adapter Download File operation, which makes it available for processing using a Stage File action.

Which statements are TRUE with regard to SOAP and the advantages it provides? Select THREE.

A.

SOAP clients can easily hold stateful references to remote server-side SOAP objects.

B.

SOAP is platform independent and programming language independent.

C.

SOAP typically leverages XML-based payloads to communicate between two client machines across any modern network.

D.

SOAP commonly serves as a cleaning agent that removes excess data from the transmission protocol.

E.

SOAP provides flexibility for message formatting allowing for loose coupling between a client and a server.

F.

SOAP over HTTP is typically not blocked by firewalls and proxy servers.

You are implementing a synchronous Oracle Integration (OIC) integration flow that processes file records within a While loop action. At the end of each loop, you want to delay processing ofthe next record for a certain period. Which is a valid consideration when using the Wait action in this scenario?

A.

The Wait action can only be positioned as the last action within the loop.

B.

The Wait action cannot be used in a synchronous flow.

C.

The maximum wait time cannot exceed 300 seconds.

D.

The maximum wait time cannot exceed 20 seconds within a While loop.