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.

As an integration developer, you are creating an integration in Oracle Integration Cloud (OIC) to transform a payload with multiple orders. You need to configure a for-each action to loop through each order and process them individually. How do you correctly configure the for-each action to loop through each order and process them individually?

A.

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

B.

Select the Group By option and group the orders by the order number.

C.

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

D.

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

You are designing a new integration in Oracle Integration (OIC) that needs to expose a RESTful interface for client applications. Which is a valid consideration when choosing request and response options using the REST Adapter Endpoint Configuration Wizard?

A.

Both standard and custom HTTP headers can be defined for both the request and the response.

B.

File attachments can be accepted as a request option for the Trigger interface, but you cannot include attachments as a response to the client.

C.

Although you can define both query and template parameters, only template parameters are available for mapping in the mapper because query parameters are considered optional.

D.

If you select a PUT or POST action (HTTP method), you must define a JSON response payload format.

When creating integrations in Oracle Integration Cloud (OIC), a visual mapper enables you to map element nodes between applications by dragging source element nodes onto target element nodes. Which statement is NOT true about the OIC Data Mapper functionality?

A.

All transformation mappings use eXtensible Stylesheet Language (XSL).

B.

In the designer view, the Sources section contains data structure of all available data objects, which includes integration metadata, tracking variables, global variables, and integration property values.

C.

The data structure for the target service is always displayed on the right side in the designer view.

D.

All source and target data objects are represented internally as JSON structures.

E.

When you navigate to the mapper and select a target element, Expression Builder launches in auser-friendly mode by default.

Your organization has a number of active integrations in Oracle Integration Cloud (OIC). Your advice is sought on the consequences of deactivating integration instances. Which statement concerning integration deactivation is NOT valid?

A.

You can choose to retain the event subscription, where events are resent if the integration is reactivated again within six hours.

B.

Processing of any new messages will be immediately stopped.

C.

You will not be able to observe any failed instances occurring after the deactivation request.

D.

All existing history, monitoring, and runtime data will be lost.

You are designing a new integration in OIC that needs to expose a RESTful interface trigger for client applications. Which is a valid consideration while choosing request and response options using the REST Adapter Endpoint Configuration wizard?

A.

Both standard and custom HTTP headers can be defined for both the request and the response.

B.

File attachments can be accepted as a request option for the trigger interface, but you cannot include attachments as a response to the client.

C.

If you select a PUT or POST action (HTTP method), you must define a JSON response payload format.

D.

Although you can define both query and template parameters, only template parameters are available for mapping in the mapper because query parameters are considered optional.

Which Oracle Integration (OIC) XPath function can be used to retrieve data from an OIC Lookup within the Map Editor?

A.

get-value-from-lookup

B.

getLookup

C.

get-content-as-string

D.

lookupValue

There are use cases in which you need to perform an advanced XSLT task that you cannot performin the Oracle Integration Cloud (OIC) data mapper. To perform the advanced mapping tasks, you decide to use an external XSLT mapper and then import the .xsl file back to your integration. What is NOT a valid consideration when handling this use case?

A.

The exported archive file can include a map file that is largely complete in content or a map file that is empty of content.

B.

The exported archive must be imported into an Oracle Service Bus project in JDeveloper.

C.

Once the advanced mapping is complete, you must import the entire integration that contains the updated .xsl files.

D.

You must export the entire integration that contains one or more .xsl files.

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"

CSV-formatted data has been extracted from Oracle ERP Cloud by invoking a web service using the SOAP Adapter, and the data extract has been returned as an MTOM attachment. You now need to send this CSV file to an external REST API that supports accepting this content as a Base64 encoded string. Which is a valid solution offering the best performance?

A.

Use the REST adapter configuration wizard to define the structure of the CSV when configuring the invoke connection, then map the MTOM attachment directly.

B.

Map the received MTOM attachment directly to the REST adapter invoke map action using the encodeReferenceToBase64 function.

C.

Create and register a JavaScript function to convert the contents, invoke it using the JavaScript call action, then map the result to the REST adapter invoke map action.

D.

Create an NXSD in Oracle JDeveloper to define the schema of the CSV and use it to map the transformed data to the REST adapter invoke map action.