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

Oracle 1z0-1042-24 Oracle Cloud Infrastructure 2024 Application Integration Professional Exam Practice Test

Page: 1 / 11
Total 105 questions

Oracle Cloud Infrastructure 2024 Application Integration Professional Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$37.5  $124.99

PDF Study Guide

  • Product Type: PDF Study Guide
$33  $109.99
Question 1

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

Options:

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.

Question 2

Which operation is NOT supported by an Oracle Integration Cloud (OIC) connection resource configured with FTP Adapter in the Invoke role?

Options:

A.

Write File

B.

Read File

C.

Read File in Segments

D.

Delete File

E.

Download File

Question 3

You have created a new OIC project to be used by other team members working on a new group of related integrations. Which role is NOT available to you as the project owner to assign to other users for integrations within this project?

Options:

A.

Edit

B.

Invoke

C.

Monitor

D.

View

Question 4

Oracle Integration (OIC) is available in two editions, Standard and Enterprise. Which two OIC Enterprise Edition capabilities are also available in OIC Standard Edition?

Options:

A.

Process Automation

B.

B2B Trading Partner Agreements

C.

File Server

D.

Visual Builder

E.

Enterprise Application adapters (such as EBS, JDE, SAP, and Siebel)

Question 5

Which statements are TRUE with regard to SOAP and the advantages it provides? Select THREE.

Options:

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.

Question 6

You need to create a schedule pattern integration that is based on an existing application pattern integration. How can this be achieved while using the same display name as the original integration?

Options:

A.

You can create the new integration as a different major version of the existing one.

B.

You can create the new integration from scratch by using the same display name and specifying a different identifier.

C.

You can clone the existing integration and specify it to use the schedule pattern instead of the application pattern.

D.

You can use the convert tool to change from the application pattern to the schedule pattern.

Question 7

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

Options:

A.

Processing of any new messages will be immediately stopped.

B.

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

C.

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

D.

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

Question 8

You have built an integration that includes an ERP Cloud Adapter connection. After the development has been completed, there is now a requirement to include newly added custom objects and custom attributes as part of the mappings. Which is the most efficient way to handle this requirement?

Options:

A.

Check the Refresh Metadata option for the ERP Cloud Connection, navigate back to your integration, then delete and recreate the map action to include the new custom objects and attributes.

B.

Check the Refresh Metadata option for the ERP Cloud Connection, navigate back to your integration, then edit the map action to include the new custom objects and attributes.

C.

Delete the invoke action to the ERP Cloud, re-create it, then edit the map action to include the new custom objects and attributes.

D.

Delete the integration and recreate it to include the new custom objects and attributes in the mapaction.

Question 9

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?

Options:

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.

Question 10

CSV-formatted data has been extracted from ERP Cloud by invoking a web service using the SOAP Adapter, and the data extracted 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 XPath mapper function should be used to map the SOAP MTOM attachment to the Base64 element present in the target REST API payloads?

Options:

A.

decodeBase64

B.

encodeBase64

C.

encodeReferenceToBase64

D.

decodeBase64ToReference

Question 11

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

Options:

A.

Event pattern integrations

B.

Schedule pattern integrations

C.

SOAP trigger connection-based integrations

D.

File trigger connection-based integrations

Question 12

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?

Options:

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.

Question 13

You are developing an integration in Oracle Integration (OIC) to integrate two systems and wish to use an OIC Lookup. The goal is to transform customer status codes between the two systems. Which set of steps are essential for correctly utilizing the Lookup?

Options:

A.

Create a connection between the two systems, then use a SQL query to access the Lookup table directly, and map the customer status codes.

B.

Define a Lookup table containing the customer status code mappings, and then use the Invokeaction to call a web service for the transformation.

C.

Design a custom script to perform the transformation, and then use the Lookup function within a Map action to reference the script and transform the customer status codes.

D.

Create a Lookup table with the mappings of customer status codes, and then use the Lookup function within a Map action to reference the table and perform the transformation.

Question 14

A company has been using Oracle Integration Cloud (OIC) to integrate its business applications, such as Oracle HCM Cloud, Oracle ERP Cloud, and Salesforce. However, they are planning to migrate some of their integration workloads from their current OIC instance to a new instance in a different region to comply with data sovereignty regulations. Which statement is true regarding the exporting and importing of integrations?

Options:

A.

To change an integration identifier or version, you can manually edit the exported integration (IAR) file before importing it into another instance.

B.

You cannot import an integration if it already exists with the same identifier and version.

C.

You can export an integration either as a separate file (IAR) or bundled in a package (PAR) and it will still contain the connection resources.

D.

You can import a package containing activated integrations.

Question 15

Which are types of certificates in Oracle Integration Cloud (OIC) that can be imported from the Certificates page under settings? Select THREE.

Options:

A.

Identity certificates

B.

Message protection certificates

C.

Multi Domain SSL Certificate

D.

Unified Communications Certificate

E.

Trust Certificate

Question 16

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

Options:

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.

Question 17

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

Options:

A.

When you open the Map Editor for a request or response message in an integration, the data structures are automatically populated with the information pulled from the trigger and invoke connections.

B.

An application pattern 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.

C.

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

D.

OIC Lookups are based on a static definition, meaning you create and populate them during design time.

Question 18

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?

Options:

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.

Question 19

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?

Options:

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.

Question 20

Oracle Integration Cloud (OIC) provides the file server feature which is an embedded SFTP server that enables organizations to focus on building integrations without the need to host and maintain a separate SFTP server. Which statement is NOT valid concerning the OIC File Server feature?

Options:

A.

Any external SFTP client can access file server if an OIC administrator has configured specific folder access permissions for that client.

B.

To write files to the OIC File Server from an internal OIC integration flow, a REST adapter connection resource must be used.

C.

Access to the OIC File Server management REST APIs is limited to users with the ServiceAdministrator role.

D.

The OIC File Server is a feature that is disabled by default in a newly provisioned OIC instance.

Question 21

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?

Options:

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"

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?

Options:

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.

Question 23

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

Options:

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.

Question 24

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?

Options:

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.

Question 25

Which statements are TRUE about WSDL? Select TWO.

Options:

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.

Question 26

You can recover unsaved changes in an Oracle Integration (OIC) integration that crashes during design time because of a browser crash or loss of network connectivity. Which statement is NOT valid with regard to this feature?

Options:

A.

Changes made while editing a Connections page cannot be recovered.

B.

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

C.

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

D.

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

E.

Changes made while working inside the Map Editor cannot be recovered.

Question 27

In an Oracle Integration Cloud (OIC) project, you are asked to leverage a custom JavaScript library function to be used within an application-driven orchestration integration flow. Which set of steps should you follow to correctly use the JavaScript library within your OIC integration?

Options:

A.

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

B.

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

C.

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

D.

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

Question 28

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?

Options:

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.

Question 29

Which is NOT an advantage of using Oracle Integration Cloud (OIC) for creating application integrations?

Options:

A.

Prebuilt integrations

B.

Auto-association of Oracle SaaS applications

C.

User Choice of IDE for development

D.

Public/Private Cloud portability

E.

Data mapping recommendations

Question 30

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?

Options:

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.

Question 31

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?

Options:

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.

Page: 1 / 11
Total 105 questions