Questions for the 1Z0-1042-25 were updated on : Dec 01 ,2025
Page 1 out of 7. Viewing questions 1-15 out of 99
Question 1
Oracle Integration (OIC) is available in two editions, Standard and Enterprise. Which two OIC Enterprise Edition capabilities are also available in OIC Standard Edition?
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)
Answer:
C,D
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 2
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?
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.
Answer:
E
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 3
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?
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
Answer:
A
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 4
You are an Oracle Integration (OIC) specialist working on a project to integrate two systems using OIC. Although the integration tested successfully in the development environment, you notice that the integration instance fails to execute in production and returns an error message. Which step would you first take to troubleshoot the issue?
A. Increase the number of instances to handle the error.
B. Contact Oracle Support.
C. Immediately restart the integration instance.
D. Check the instance activity stream for specific error messages and details.
Answer:
D
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 5
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.
Answer:
B
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 6
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.
Answer:
A
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 7
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?
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.
Answer:
D
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 8
Which Oracle Integration (OIC) XPath function can be used to retrieve data from an OIC Lookup within the Map Editor?
A. get-value-from-lookup
B. getLookup
C. get-content-as-string
D. lookupValue
Answer:
D
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 9
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
Answer:
C
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 10
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?
A. File Adapter
B. Local Adapter
C. FTP Adapter
D. REST Adapter
Answer:
A
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 11
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.
Answer:
D
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 12
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?
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.
Answer:
B
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 13
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?
A. Edit
B. Invoke
C. Monitor
D. View
Answer:
B
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 14
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.
Answer:
B,E
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 15
Which statement about the Oracle Integration (OIC) connectivity agent is NOT valid?
A. You must create an agent group before you can run the connectivity agent installer.
B. Creating the agent group automatically creates an OAuth client application.
C. You can create up to five agent groups for each OIC instance.
D. The connectivity agent can use Basic Authentication or OAuth 2.0 token-based authentication when invoking OIC endpoints.