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

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

Demo: 31 questions
Total 105 questions

Oracle Cloud Infrastructure 2024 Application Integration Professional Questions and Answers

Question 1

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 2

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 3

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?

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.

Question 4

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 5

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 6

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?

Options:

A.

Unified Communications Certificate

B.

Multi Domain Certificate

C.

Identity Certificate

D.

Message Protection Certificate

Question 7

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 8

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 9

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 10

In Oracle Integration (OIC), you are designing an integration flow that processes customer orders. You need to enforce a specific validation rule that if an order contains more than 10 items, it must be rejected with an appropriate error message. Which is a valid approach for leveraging the Throw New Fault action in your integration to achieve this requirement?

Options:

A.

Create a separate integration flow to handle the error message, and then call it using the Throw New Fault action if the order item count is greater than 10.

B.

Create a scope, add the Throw New Fault action using an If-then branch to check the order item count, then throw the fault if the count is greater than 10.

C.

Implement the validation rule using a For-each action, and then use the Throw New Fault action within the first iteration if the count is greater than 10.

D.

Add the Throw New Fault action as the first activity in the main flow defining the error message, then configuring the Skip condition to be if the count is not greater than 10.

Question 11

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 12

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 13

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 14

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 15

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 16

One of your downstream applications is becoming overwhelmed with too many individual synchronous invocations from your current Oracle Integration (OIC) integration. It is recommended that you redesign the integration to take advantage of the batch processing capabilities of that application. Which approach is a valid OIC design best practice that will provide the best solution for this issue?

Options:

A.

Create a custom batch call function, register the function as a Library in your OIC environment, then use the JavaScript call action to invoke the application.

B.

Reactivate the integration and use the disable tracing and message tracking option, which will optimize performance for each invocation to the application.

C.

Use the Append option in the Write File operation of the Stage File action within a loop to create a single batch file to be sent to the application.

D.

Throttle the individual synchronous calls by adding a wait activity prior to each invocation to the application within the loop, then fetch a batch response after the loop.

Question 17

Where in the Observability pages can you view aggregated instance metrics for an integration, such as the total counts and the minimum (quickest), maximum (slowest), average (mean), and standard (largest) deviation execution times for a selected time period?

Options:

A.

The View Statistics icon of the integration on the Monitor Integrations page

B.

The Statistics icon in the integration’s activity stream on the Errors page

C.

The Statistics icon of the integration in the Overview section of the Dashboards page

D.

The View Statistics icon of the integration on the Instances page

Question 18

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

Options:

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.

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 have an Oracle Integration Cloud (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.

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

B.

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

C.

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

Question 21

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 22

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

Options:

A.

Unlimited

B.

10

C.

5

D.

7

Question 23

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 24

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 25

Which set of operations are supported by the Oracle Integration Cloud (OIC) File Adapter?

Options:

A.

Read, write, list, download

B.

Read, write, list, download, move

C.

Read, write, list

D.

Read, write, list, download, move, delete

E.

Read, write

Question 26

Which Oracle Integration (OIC) adapter can be used to create a configured connection within an integration allowing you to send a file to the embedded File Server associated within the same OIC environment?

Options:

A.

File Adapter

B.

Local Adapter

C.

FTP Adapter

D.

REST Adapter

Question 27

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?

Options:

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.

Question 28

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 29

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

The Oracle Integration Cloud (OIC) integration designer editor provides a data mapper UI tool that is available for Map actions. Which statements are TRUE regarding the use of the Mapper tool? Select TWO.

Options:

A.

You cannot drag and drop an XSLT flow control statement directly to a target node element.

B.

You can drag and drop a source data element to multiple target node elements.

C.

You cannot drag and drop a source data element to a target node element that is already mapped.

D.

You cannot drag and drop an XPath function activity directly to a target node element.

Demo: 31 questions
Total 105 questions