Special Summer Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

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.

Full Access
Question # 5

You can recover unsaved changes in an Oracle Integration Cloud (OIC) integration that crashes during design time because of a browser crash, loss of network connectivity, or a server going down. Which statement is NOT true about the unsaved changes feature in OIC?

A.

A user with the ServiceAdministrator role can recover the unsaved changes.

B.

A user with the ServiceAdministrator role can unlock an integration that has unsaved changes.

C.

Changes made while editing a Connections page cannot be recovered.

D.

Changes made while working inside a data mapper cannot be recovered.

E.

A backup copy is created after each complete task, therefore there is no time limit to logging back in and recovering the changes.

Full Access
Question # 6

What is the purpose of adding and configuring a Wait action in a schedule pattern integration flow?

A.

It is used to suspend processing within the integration flow.

B.

It can be configured to loop through elements until a condition is met.

C.

It is used to trigger an error after a specified duration.

D.

It is used to schedule integration runs at specific times.

E.

It is used to configure a global variable for delay settings.

Full Access
Question # 7

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.

Full Access
Question # 8

You have a use case requiring the design of a synchronous Oracle Integration Cloud (OIC) integration flow that returns a custom business fault message to the client if processing fails due to an external runtime fault encountered during the integration instance execution. Which implementation strategy best satisfies this requirement?

A.

Implement a scope fault handler to catch the runtime fault, and then use the Fault Return action providing mapped data for the custom fault.

B.

Implement a scope fault handler to catch the runtime fault, then allow the global fault handler to automatically send the runtime fault to the error hospital.

C.

Create a custom scope fault handler to catch the runtime fault, and then use the ReThrow Fault action to send the fault to the Error Hospital.

D.

Implement the Global Fault handler to catch the runtime fault, and then use the Rethrow Fault action to send the custom fault to the client.

Full Access
Question # 9

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.

Full Access
Question # 10

When leveraging the Oracle Integration (OIC) Connectivity Agent for high availability on-premises environments, which two are valid considerations?

A.

Since the File Adapter is not supported in high-availability environments, you must use an Agent Group that uses only one installed active Agent.

B.

You must have the OIC ServiceDeployer role or higher permissions to download and install the OIC Connectivity Agent.

C.

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

D.

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.

E.

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.

Full Access
Question # 11

Which statements are TRUE about WSDL? Select TWO.

A.

It uses XML to define the service layer document which consists of origin of the web service, headers, port types, request, and response data.

B.

It stands for "Web Service Description Language" and is a document written in XML.

C.

It stands for "Web Service Description Language" and is a document written in Object Notation.

D.

It is a wrapper for a SOAP message.

E.

It uses XML or JSON to define the service layer document which consists of origin of the web service, headers, port types, request, and response data.

Full Access
Question # 12

In addition to REST trigger connection-based integrations, what other type of integration can you run from the Test page in Oracle Integration?

A.

Event pattern integrations

B.

Schedule pattern integrations

C.

SOAP trigger connection-based integrations

D.

File trigger connection-based integrations

Full Access
Question # 13

When creating a new Oracle Integration Cloud (OIC) Connection resource, there are several steps that must be done before it is fully configured and can be used in an integration flow. Which task is NOT required in order to transition a new Connection resource from the draft to the configured state?

A.

Specify an adapter type.

B.

Specify the connection role.

C.

Configure the security properties.

D.

Specify the corresponding lookup.

E.

Configure the connection properties.

F.

Execute a successful test of the connection.

Full Access
Question # 14

You need to create an Oracle Integration Cloud (OIC) integration that processes many records individually that are contained within a large file. You have been advised to use an implementation approach that uses the Download File operation of an FTP adapter in conjunction with the Stage File Action Read File in Segments operation to mitigate issues with memory consumption. When using this approach, which is a valid consideration regarding the use of the Read File in Segments operation?

A.

The Read File in Segments operation allows you to process the segments sequentially or in parallel.

B.

Segment sizes default to 50 records but can be configured to any other segment size.

C.

You need to explicitly configure a Scope action for this operation if you want to add additional actions during the processing of each segment.

D.

You must provide the actual filename because file references cannot be processed by the Read File in Segments operation.

Full Access
Question # 15

When defining the frequency for scheduled orchestration style integration runs, you can choose either Basic or the Advanced option. Which expression format is used for defining advanced scheduled runs?

A.

iCal

B.

cron

C.

YAML

D.

Groovy

Full Access
Question # 16

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.

Full Access
Question # 17

Which action cannot be performed from the Oracle Integration Cloud (OIC) monitoring Dashboard?

A.

Download OIC Lookup

B.

Download Design-time Audit Records

C.

View Design-time Metrics

D.

View Current Email Count

E.

View Connectivity Agent Group Status

Full Access
Question # 18

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.

Full Access
Question # 19

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

A.

Unified Communications Certificate

B.

Multi Domain Certificate

C.

Identity Certificate

D.

Message Protection Certificate

Full Access
Question # 20

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

A.

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

B.

Integration must be exported as a project deployment if you want to import them into another OIC environment.

C.

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

D.

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

Full Access
Question # 21

You are configuring an ERP Cloud Adapter connection invoke action within an Oracle Integration Cloud (OIC) integration. How many child resources can you select?

A.

Unlimited

B.

10

C.

5

D.

7

Full Access
Question # 22

You are designing an OIC Integration that processes files in a shared file system located within your on-premises data center. You have decided to leverage various stage file action operations within the integration flow in conjunction with an on-premises OIC Connectivity Agent. Which statement is not valid concerning file operation capabilities with regard to restrictions on using Stage File Action operations with the file and attachment features of the connectivity agent?

A.

Files uploaded through the Connectivity Agent can only be read with a file reference, with regard to both the Read Entire File and Read File in Segments operations.

B.

Files uploaded through connectivity agent cannot be unzipped using a file reference.

C.

Files uploaded through connectivity agent are not available with the zip file operation.

D.

Files uploaded through connectivity agent are not available with the list file operation.

Full Access
Question # 23

You are working on an integration within Oracle Integration Cloud (OIC) that includes several connections to external systems. As part of your development work, you need help to implement Global Fault handling to ensure that any unexpected errors are caught and handled correctly. Which approach should you use to add global fault handling within your integration?

A.

Use the Raise Fault action within your integration flow to generate custom faults and handle them accordingly.

B.

Create a separate integration solely for the purpose of handling faults and configure your main integration to call it when necessary.

C.

Open the Global Fault handler page on the integration canvas and add actions as needed to handle unexpected faults.

D.

Add a Try-Catch action to your integration flow and configure it to catch and handle any faults.

Full Access
Question # 24

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

Full Access
Question # 25

Which of the following best exemplifies the concept of HATEOAS (Hypermedia as the Engine of Application State) in RESTful web services?

A.

A client application hardcodes all URIs for resource endpoints, allowing it to navigate the API without relying on server responses.

B.

A client application receives resource representations that include hyperlinks to related resources, enabling dynamic navigation based on the server’s responses.

C.

A client application receives a base URI from the server and constructs all subsequent resource URIs by concatenating strings.

D.

A client application pre-fetches all possible resource states and transitions to minimize server interactions.

Full Access
Question # 26

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

A.

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

B.

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

C.

All transformation mappings use extensible Stylesheet Language (XSL).

D.

All Source and Target data objects are represented internally as JSON structures.

Full Access
Question # 27

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.

Full Access
Question # 28

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.

Full Access
Question # 29

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 transmissionprotocol.

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.

Full Access
Question # 30

You are an Oracle Integration Cloud (OIC) specialist working on a project to integrate two systems using OIC. During testing, you notice that the integration instance fails to execute and returns an error message. Which step would you take first to troubleshoot the issue?

A.

Check the instance logs for specific error messages and details.

B.

Increase the number of instances to handle the error.

C.

Immediately restart the integration instance.

D.

Contact Oracle Support and wait for a response.

Full Access
Question # 31

You are working on integration within Oracle Integration (OIC) that includes several connections to external systems. As part of your development work, you need to implement fault handling to ensure that any unexpected errors are caught and handled correctly. Which approach can you use for this requirement?

A.

Add a Try-Catch action to your integration flow and configure it to catch and handle faults.

B.

Create a separate fault handling integration and configure your integration to invoke it when necessary using the Rethrow Fault action.

C.

Open the Global Fault Handler page on the integration canvas and add actions to handle faults.

D.

Use the Throw New Fault action within your integration flow to send caught faults to the OIC Error Hospital.

Full Access