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

As an integration developer, you are implementing an integration in Oracle Integration (OIC) to transform a payload with multiple orders. You have decided to leverage the For Each action to loop through each order and process them individually. How do you configure the For Each action to support this scenario?

A.

Select the Sequential Processing option and set the number of threads to the number of orders.

B.

Select the Group By option separating the orders by their order number.

C.

Select the Repeating Element field and map the source element that contains the orders.

D.

Select the Parallel Processing option and set the number of threads to the number of orders.

Which is NOT an available option while configuring an ERP Cloud Adapter to use in an Oracle Integration Cloud (OIC) integration?

A.

Invoke CRUD operation on ERP Cloud REST API

B.

Upload files to UCM

C.

Extract Bulk Data from ERP Cloud

D.

Enable Callback.

In an Oracle Integration (OIC) project, you are asked to leverage a custom JavaScript library function to be used within an Application pattern integration flow. Which set of steps should you follow to handle this requirement?

A.

Import the JavaScript library file into your OIC instance’s database schema, then use a Local Invoke action to call the function.

B.

Import the JavaScript library file to the project, then use the JavaScript action within the integration flow to reference the library function.

C.

Copy and paste the JavaScript function code into a new JavaScript stage within the integration flow, then map the inbound and outbound data elements in the corresponding Map action.

D.

Use the Function Call action within the integration flow to reference the external URL that is hosting the JavaScript library function.

In Oracle Integration (OIC), you are designing an integration flow that processes customer orders. You need to enforce a specific validation rule that if an order contains more than 10 items, it must be rejected with an appropriate error message. Which is a valid approach for leveraging the Throw New Fault action in your integration to achieve this requirement?

A.

Create a separate integration flow to handle the error message, and then call it using the Throw New Fault action if the order item count is greater than 10.

B.

Create a scope, add the Throw New Fault action using an If-then branch to check the order item count, then throw the fault if the count is greater than 10.

C.

Implement the validation rule using a For-each action, and then use the Throw New Fault action within the first iteration if the count is greater than 10.

D.

Add the Throw New Fault action as the first activity in the main flow defining the error message, then configuring the Skip condition to be if the count is not greater than 10.

Your team is responsible for an OIC package that contains five integrations. Currently, three of these integrations are active while the other two are inactive. Which statement is valid if you were to replace a connection used in this package?

A.

You cannot replace connections unless all integrations in the package are in an inactive state.

B.

You can only replace the connections used by the three active integrations.

C.

You can only replace the connections used by the two inactive integrations.

D.

You cannot replace connections unless all integrations in the package are in an active state.

As an Oracle Integration Cloud (OIC) specialist, you are tasked with implementing a scheduled integration between two enterprise applications. The client requires that the integration be run every weekday at 3:00 PM to synchronize data between the systems. Which advanced scheduling configuration expression will you use?

A.

"FREQ=DAILY;BYDAY!=SA,SU;BYHOUR=15"

B.

"FREQ=WEEKLY;BYDAY=MO-FR;BYHOUR=15"

C.

"FREQ=DAILY;BYDAY=MO-FR;BYHOUR=15"

D.

"FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR;BYHOUR=15"

GlobalTech Corporation uses Oracle Integration Cloud (OIC) to synchronize data between their CRM and ERP systems. They currently have a scheduled integration that runs nightly at 3 AM. With the implementation of a new CRM system that supports real-time data synchronization, GlobalTech wants to update their ERP system immediately after any data changes in the CRM. To achieve this, they need to convert their scheduled integration to an app-driven integration, allowing the CRM system to trigger the integration upon data changes. When implementing this conversion, which of these considerations is NOT valid?

A.

You must choose an existing REST adapter trigger connection resource.

B.

You cannot convert a scheduled integration to a REST adapter-triggered integration with multiple verbs.

C.

Any existing scheduled parameters will be automatically converted to integration properties.

D.

You cannot convert a scheduled integration with assignments that have the fault data type.

In the context of Oracle Integration (OIC), what is the primary purpose of "connections"?

A.

To create custom user interfaces for applications

B.

To monitor system performance and application health

C.

To specify the source and target applications that an integration connects

D.

To manage user roles and access permissions

Which certificate type involves the uploading of a keystore (.jks) file to Oracle Integration (OIC) to facilitate two-way SSL communication with external services?

A.

SAML

B.

PGP

C.

X.509

D.

Signing key

In which scenario is the Oracle Integration (OIC) connectivity agent NOT required?

A.

Performing inbound polling for records to process in an Oracle Autonomous Data Warehouse database

B.

Transferring files to an FTP server installed on-premises or behind a firewall

C.

Creating orders in Oracle E-Business Suite

D.

Publishing messages to Azure Service Bus