Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Oracle 1z0-1042-25 - Oracle Cloud Infrastructure 2025 Application Integration Professional

Page: 3 / 3
Total 50 questions

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.

Your team is using a JavaScript library function within an Oracle Integration (OIC) integration flow. Because of business requirements, one of the functions needs to be updated with additional code to incorporate new logic. Which consideration regarding JavaScript library functions is NOT valid?

A.

JavaScript functions are not allowed to make outbound calls to external services.

B.

The JavaScript action has a timeout threshold of 60 seconds.

C.

Active integrations using a function that has been updated must be reactivated.

D.

Network, disk, or thread access is not supported from within a JavaScript function.

Which statement about Oracle Integration Cloud (OIC) is NOT valid?

A.

OIC lookups are based on a static definition, meaning you create and populate them during design time, and cannot be changed by runtime activities.

B.

Using the connectivity agent, you can create hybrid integrations and exchange messages between applications in private or on-premises networks and OIC.

C.

An application-driven integration can contain one or more trigger (source) connections for requests sent to OIC and one or more invoke (target) connections for requests sent from OIC.

D.

When you open the mapper for a request or response message in an integration, the data structures are automatically populated with the information pulled from the source and target connections.

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.

GlobalTech Corporation uses Oracle Integration (OIC) to synchronize data between their CRM and ERP systems. They currently have a schedule pattern 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 wish to convert the schedule integration to an application pattern integration, allowing the CRM system to explicitly call the integration upon data changes. When implementing this conversion, which of these considerations is NOT valid?

A.

After conversion, existing scheduled parameters will be automatically converted to integration properties.

B.

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

C.

During conversion, you must choose an existing REST Adapter trigger connection resource.

D.

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

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.

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

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

A.

ServiceDeveloper

B.

ServiceAdministrator

C.

ServiceInvoker

D.

ServiceUser

Which two statements are TRUE regarding messaging adapters in Oracle Integration (OIC)?

A.

Both the Apache Kafka and OCI Streaming adapters support XML, JSON, and Avro message formats.

B.

It is not mandatory to install a Connectivity agent to use the OCI Streaming Adapter for Inbound polling.

C.

The Apache Kafka Adapter can be configured to support Transactions in case of Producer.

D.

The OCI Streaming Adapter does not support consuming messages from a specified consumer group.