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

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

Question 1

In Oracle Integration (OIC), you are working on an integration that uses a REST trigger, which will require authentication. You need to ensure that only authorized clients can access the integration. Which approach should you use?

Options:

A.

Configure the REST Adapter to use the Basic Authentication or OAuth 2.0 security policy.

B.

Enable Cross-Origin Resource Sharing (CORS) and set an API key in the REST Adapter configuration.

C.

Set up an IP whitelist in the OIC instance, allowing only specific IP addresses to access the integration.

D.

Encrypt the payload using a custom encryption algorithm and provide the decryption key to authorized clients.

Question 2

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?

Options:

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.

Question 3

Once they have been configured, which actions are allowed to be repositioned to another location within the design canvas of an orchestration-style integration flow? Select THREE.

Options:

A.

Stage File Action using a Read File in Segments operation

B.

Stage File Action using a Write File operation

C.

Switch Action

D.

JavaScript Call Action

E.

For Each Loop Action

F.

Stage File Action using a Read File operation

Question 4

You are implementing a synchronous Oracle Integration (OIC) integration flow that processes file records within a While loop action. At the end of each loop, you want to delay processing of the next record for a certain period. Which is a valid consideration when using the Wait action in this scenario?

Options:

A.

The Wait action can only be positioned as the last action within the loop.

B.

The Wait action cannot be used in a synchronous flow.

C.

The maximum wait time cannot exceed 300 seconds.

D.

The maximum wait time cannot exceed 20 seconds within a While loop.

Question 5

Your team is using a JavaScript library function within an Oracle Integration Cloud (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 6

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 7

Which statement is valid regarding Oracle Integration Cloud (OIC) Lookups?

Options:

A.

You cannot clone an existing lookup if it is being currently referenced in one or more active OIC integrations.

B.

Lookup values are retrieved from a back-end database at runtime.

C.

Lookup values must include two or more domains associated with the corresponding SaaS applications.

D.

A custom OIC XPath function is used to retrieve data from Lookups in the data mapper.

Question 8

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

Options:

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

Question 9

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 10

A company has been using Oracle Integration (OIC) to integrate its business applications, such as Oracle HCM Cloud, Oracle ERP Cloud, and Salesforce. However, they are planning to migrate all integration workloads from their current OIC instance to a new instance in a different region to comply with data sovereignty regulations. Which task is NOT required when you need to clone archives of design-time metadata to export and import between Oracle Integration instances?

Options:

A.

Enable public visibility for the Object Storage bucket.

B.

Create a dynamic group.

C.

Create export and import jobs.

D.

Construct the storage URL for an Object Storage bucket.

Question 11

You need to create an Oracle Integration (OIC) integration that processes many records individually that are contained within a single 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?

Options:

A.

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

B.

Segment sizes can be configured from 1-200 records.

C.

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

D.

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

Question 12

Which operation is NOT supported by an Oracle Integration (OIC) Connection resource configured with the FTP Adapter?

Options:

A.

Read File

B.

List Files

C.

Write File

D.

Delete File

E.

Read File in Segments

Question 13

You will be creating and configuring a Connection resource using an Oracle Integration (OIC) File Adapter. Which set of operations are supported in the Invoke role when leveraging access via a Connectivity agent?

Options:

A.

Read, write, list, move

B.

Read, write, list

C.

Read, write, list, move, download, delete

D.

Read, write, list, move, download

E.

Read, write

Question 14

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 15

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?

Options:

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.

Question 16

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 17

Which statement is NOT true about schedule parameters in Oracle Integration Cloud (OIC) integration flow?

Options:

A.

Updates to schedule parameters value can be made manually before submitting an ad hoc request.

B.

Updates to schedule parameters value made dynamically in an Assign action will not persist on to the next instance run of the integration.

C.

Schedule parameters are always visible as an additional data source in the sources section of the mappers and expression editors within the integration.

D.

Updates to Schedule Parameter values can be made manually when starting a schedule.

Question 18

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 19

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?

Options:

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.

Question 20

You are creating integrations in Oracle Integration Cloud (OIC) using B2B trading partner agreements. Which identifier is implicitly used for all outbound agreements?

Options:

A.

EDI Interchange Internal Sub ID

B.

EDI Interchange ID

C.

Application Partner ID

D.

EDI Group ID Qualifier

Question 21

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?

Options:

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.

Question 22

You need to create a scheduled orchestration integration that is based on an existing app-driven orchestration using the same display name. Which statement is valid for this use case?

Options:

A.

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

B.

You can clone the existing integration and specify it to use the scheduled orchestration pattern.

C.

You cannot create another integration that uses the same name.

D.

You can create the new integration by using the same display name but with a different identifier.

Question 23

Which Oracle Integration Cloud (OIC) XPath function can be used to retrieve data from an OIC lookup within the Data Mapper tool?

Options:

A.

get-value-from-lookup

B.

lookupValue

C.

get-content-as-string

D.

getLookup

Question 24

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 25

You have an Oracle Integration (OIC) synchronous integration flow that updates external systems with several invocations. However, several of your OIC integration clients are reporting that they are experiencing timeouts waiting for the response confirmation from this processing. Which is a legitimate strategy to mitigate this issue?

Options:

A.

Change the implementation logic to invoke multiple fine-grained external API calls within a single loop.

B.

Change the design implementation strategy to an asynchronous flow that provides a separate notification to clients when the processing is complete.

C.

Increase the blocking timeout within the OIC integration settings to allow for extended time.

Question 26

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?

Options:

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.

Question 27

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?

Options:

A.

iCal

B.

cron

C.

YAML

D.

Groovy

Question 28

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?

Options:

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.

Question 29

Which statement is valid regarding connection resources in Oracle Integration Cloud (OIC)?

Options:

A.

Each connection associated with a SaaS adapter type also requires a lookup component configuration.

B.

All connection configurations require the association of an active OIC Connectivity Agent group.

C.

All connection resources must be associated with an adapter type regardless of role configuration.

D.

Connection resources can be configured with either a Trigger role or an Invoke role, but not both.

Question 30

You are tasked with testing an integration that uses a REST trigger in Oracle Integration Cloud (OIC). You have successfully configured the REST adapter, and now you want to verify that the integration functions correctly. What should you do to test the integration?

Options:

A.

Manually trigger the integration by sending an email to a specified email address with the required REST parameters.

B.

Export the integration as a .jar file and run it in a local development environment.

C.

Use the Test button in the integration designer to create a request, validate the response, and review the execution logs.

D.

Perform a SQL query on the associated database to ensure that the expected data is present.

Question 31

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.

Page: 1 / 11
Total 105 questions