FREE GUIDE

Oracle Integration Cloud Interview Question

DOWNLOAD NOW>>

FREE GUIDE

Some Sample Questions Covered In OIC Interview Question Guide

Question 1: What is Integration in Oracle Integration Cloud?

Ans: Integrations are the main ingredient of Oracle Integration. An integration includes at the least a trigger (source) connection (for requests sent to Oracle Integration) and invoke (target)connection (for requests sent from Oracle Integration to the target) and the field mapping between those two connections

Question 2: What is App Driven Orchestration Pattern?

Ans: App Driven Orchestration pattern is multi step pattern, allows invoking multiple applications in single flow, doing for-each loop, if-else logic, apply complex logic etc.

Question 3: What is Scheduled Orchestration Pattern?

Ans: Scheduled Orchestration pattern allows you to develop an integration which can run on pre-defined frequency and can be executed on Adhoc basis.

Question 4: What is package in Oracle Integration Cloud?

Ans: Package is used to group one or more integration into single structure. The package can be exported from source instance and imported into target instance. All integration which are part of the package will be imported automatically.

Question 5: Can we store data into OIC?

Ans: OIC doesn’t allow you to store data for future use. However OIC is having Stage activity which can be used to store data for temporary use. The data stored into OIC is flushed automatically as soon as instance is completed.