1042-23 Answer Key
1042-23 Answer Key
1042-23 Answer Key
Which statement is NOT true about Schedule Parameters in Oracle Integration Cloud (OIC)
integration flows?
• Updates to Schedule Parameter values made dynamically in an Assign action will not persist on to
the next instance run of the integration.
• Schedule Parameters are always visible as an additional data source in the Sources section of the
mappers and expression editors within the integration.
• Updates to Schedule Parameter values can be made manually when starting a schedule.
Updates to Schedule Parameter values can be made manually before submitting an ad hoc request.
4. You created a scheduled integration in Oracle Integration Cloud (OIC) that uses scheduled
parameters named startDate and endDate to determine the date range for a data synchronization
process. The default values for these parameters are set to the previous day for startDate and the
current day for However, you now want to schedule a run of the instance with a different start date.
• Modify the parameter value in the instance's integration properties and restart the instance
.Modify the parameter value in the integration code and redeploy the integration.
• Create a new version of the integration by modifying the parameter value, and then deploy the
new scheduled integration version.
5. GlobalTech Corporation uses Oracle Integration Cloud (OIC) to synchronize data between their
CRM and ERP systems. They currently have a scheduled 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 need to convert their scheduled integration to an app-driven integration, allowing the CRM
system to trigger the integration upon data changes.
1.You cannot convert a scheduled integration with assignments that have the fault data type.
multiple verbs.
• You cannot create another integration that uses the same name.
You can clone the existing integration and specify it to use the scheduled orchestration pattern
You can create the new integration by using the same display name but with a different identifier.
You can create the new integration as a different major version of the existing one.
7. A company has been using Oracle Integration Cloud (OIC) to integrate its business epplications,
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.
2.To change an integration identifier or version, you can manually edit the exported integration
(SAR) file before importing it into another instance.
3.You cannot import an integration if it already exists with the same identifier and version
4.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.
9. Which two statements are true regarding messaging adapters in Oracle Integration Cloud (OIC)?
• Both the Apache Kafka and OCI Streaming adapters support XML, JSON, and Avro message
formats.
• The Apache Kafka Adapter can be configured to support Transactions in case of Producer.
• It is not mandatory to install a Connectivity agent to use the OCI Streaming Adapter for Inbound
polling.
• The OCI Streaming Adapter does not support consuming messages from a specified consumer
group.
11. 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
3. Check the instance logs for specific error messages and details.
12. Which action CANNOT be performed from the Oracle Integration Cloud (OIC) Monitoring
Dashboard?
13. You are an Oracle Integration Cloud (OIC) specialist responsible for integrating two enterprise
applications. Recently, you noticed that your integration instance is processing messages much
slower than expected, causing a significant delay in data synchronization between the applications.
1.Reactivate the integration to clear any temporary issues that might be causing the slowdown.
4.Analyze the performance metrics of the instance, identify bottlenecks, and optimize the
integration accordingly.
14. You have a use case that requires a large data extract, which is more than 10 MB, to be
processed
1.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.
2.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.
3.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.
4.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.
5.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.
15. Which set of operations are supported by the Oracle Integration Cloud (OIC) File Adapter?
4.read, write
16. 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?
1.To write files to the OIC File Server from an internal OIC integration flow, a REST adapter
Connection resource must be used.
2.The OIC File Server is a feature that is disabled by default in a newly provisioned OIC instance.
3.Any external SFTP client can access File Server if an OIC administrator has configured specific folder
access permissions for that client.
4.Access to the OIC File Server management REST APIs is limited to users with the
ServiceAdministrator role.
17. 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 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
operation?
1.Segment sizes default to 50 records but can be configured to any other segment size.
2.You need to explicitly configure a Scope action for this operation If you want to add additional
actions during the processing of each segment.
3.The Read File in Segments operation allows you to process the segments sequentially or in parallel.
4.You must provide the actual filename because file references cannot be processed by the d File in
Segments operation.
21. In Oracle Integration Cloud (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.
1.Encrypt the payload using a custom encryption algorithm and provide the decryption key to
authorized clients.
2.Set up an IP whitelist in the OIC instance, allowing only specific IP addresses to access the
integration.
3.Configure the REST Adapter with a Basic Authentication or OAuth 2.0 security policy and provide
the required credentials.
4.Enable Cross-Origin Resource Sharing (CORS) and set an API key in the REST Adapter configuration.
22. 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.
1.Use the "Test" button in the integration designer to create a request, validate the response, and
review the execution logs.
2.Export the integration as a .jar file and run it in a local development environment.
3.Manually trigger the integration by sending an email to a specified email address with the required
REST parameters.
4.Perform a SQL query on the associated database to ensure that the expected data is present.
23. 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?
25. Which adapter should be used for a configured connection from an orchestrated integration to
the enabled File Server associated within the same OIC environment?
1.File Adapter
2.REST Adapter
3.FTP Adapter
4.Local Adapter
26. 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.
1. Delete the integration and re-create it to include the new custom objects and attributes in the
map action.
2.Delete the invoke action to the ERP Cloud, re-create it, then edit the map action to include the new
custom objects and attributes.
3.Click 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.
4.Click the Refresh Metadata option for the ERP Cloud connection, navigate back to your integration,
then delete and re-create the map action to include the new custom objects and attributes.
27. Which is NOT an available option while configuring an ERP Cloud adapter to use in an Oracle
Integration Cloud (OIC) integration?
2.Enable callback
28. Which metadata formats are supported by the REST adapter when configuring Oracle Integration
Cloud (OIC) connections?
29. You can group one or more Oracle Integration Cloud (OIC) integrations into a single structure
called a package.
2.Packages enable you to easily import and export a group of integrations to and from OIC.
3. New packages can be created by clicking the Create button on the Packages page in the OIC
console.
Which statement is NOT true about the unsaved changes feature in OIC?
1.A user with the serviced changes. rate role can unlock an integration that has unsaved
2.A user with the administrator role can recover the unsaved changes
5.A backup copy is created after each completed task, therefore there is no time limit to logging back
in and recovering your changes.
31. Which Oracle Integration Cloud (OIC) service role does NOT have permission to run an OIC
integration flow?( All of them have permissions to run OIC flow)
1.ServiceUser
2.Service Developer
3.ServiceInvoker
4.ServiceAdministrator
35. As an integration developer, you are creating an integration in Oracle Integration Cloud (OIC) to
transform a payload with multiple orders. You need to configure the for-each action to loop through
each order and process them individually.
How do you correctly configure for the for-each action to support this scenario?
1. Select the Group By option and group the orders by the order number.
2.Select the Parallel Processing option and set the number of threads to the number of orders.
3.Select the Sequential Processing option and set the batch size to the number of orders.
4.Select the Repeating Element field and map the source element that contains the orders.
36. You are tasked with creating an Oracle Integration Cloud (OIC) integration flow that supports a
B2B document exchange. When configuring the B2B action there are several capabilities as well as
limitations.
1.It is mandatory to perform validations on EDI documents for inbound translations; however, for
outbound translations it is optional.
2.You can customize standard Electronic Data Interchange (EDI) documents by adding new schema
constructs or by editing existing constructs.
3.A previously created Trading Partner Agreement is optional when configuring the inbound or
outbound translation.
38. 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.
4.Switch Action
39. Which statement regarding tracing options for Oracle Integration Cloud (OIC) integrations, is
NOT valid?
1.Enabling payload tracing to log input and output payloads to the activity stream is allowed in
production OIC instances.
3.You can enable or disable tracing on activated integrations without reactivating them
4.When Global tracing is turned off, you can override by enabling tracing at the individual integration
level on the Integrations page.
40. Your team is responsible for an OIC package that contains five integrations. Currently, three of
these integrations are active while the other two are inactive.
Which statement is valid if you were to replace a connection used in this package?
1.You can only replace the connections used by the three active integrations.
2.You cannot replace connections unless all integrations in the package are in an active state.
3.You can only replace the connections used by the two inactive integrations.
4.You cannot replace connections unless all integrations in the package are in an inactive state
41. When defining the frequency for scheduled orchestration style integration runs, you can choose
either Basic or the Advanced option.
1. iCal
2. cron
3. YAML
4. Groovy
42. 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.
1."FREQ-DAILY;BYDAY-MO-FR:BYHOUR-15"
2."FREQ-WEEKLY;BYDAY-MO-FR:BYHOUR-15"
43. 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?
1.Use the Function Call action within the integration flow to reference an external URL that is hosting
the JavaScript library function.
2.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.
3. Import the JavaScript library file to the OIC Console, and then use the JavaScript action within the
integration flow to reference the library function.
4.Import the JavaScript library file into your OIC instance's database schema, and then use a Local
Invoke action to call the library function.
44. 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.
1. Active integrations using a function that has been updated must be reactivated.
3.JavaScript functions are not allowed to make outbound calls to external services.
4.Network, disk, or thread access is not supported from within a JavaScript function.
47. Which statement about Oracle Integration Cloud (OIC) is NOT valid?
1.OIC Lookups are based on a static definition, meaning you create and populate them during design
time, and cannot be changed by runtime activities.
2. 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
3.Using the connectivity agent, you can create hybrid integrations and exchange messages between
applications in private or on-premises networks and OIC.
4. 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.
52. There are use cases in which you need to perform an advanced XSLT task that you cannot
perform Oracle Integration Cloud (OIC) data mapper. To perform the advanced mapping tasks, you
decide external XSLT mapper and then import the .xml file back to your integration. the
1.You must export the entire integration that contains one or more files.
2.Once the advanced mapping is complete, you must import the entire integration that contains the
updated al files.
3.The exported archive file can include a map file that is largely complete in content or a map fle that
is empty of content.
4.The exported archive must be imported into an Oracle Service Bus project in JDeveloper
53. CSV-formatted data has been extracted from 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 XPath mapper function should be used to map the SOAP MTOM attachment to the Base64
element present in the target REST API payload?
1.decodeBase64
2.decodeBase64ToReference
3.encodeBase64
4.encodeReferenceToBase64
54. You are working on an integration within Oracle Integration Cloud (OIC) that includes severst ca
to external systems. As part of your development work, you need to implement global faut handing
to ensure that any unexpected errors are caught and handled correctly.
Which approach should you use to add global fault handling within your integration?
1.Create a separate integration solely for the purpose of handling faults and configure your
integration to call it when necessary.
2.Open the Global Fault Handler page on the integration canvas and add actions as needed to handle
unexpected faults.
3.Use the Raise Fault action within your integration flow to generate custom faults and handle them
accordingly.
4.Add a Try-Catch action to your integration flow and configure it to catch and handle any faults
Q1- you are configuring an ERP Cloud adapter connection invoke action within an Oracle Integration
Cloud (OIC) integration.
How many child resources can you select?
1. 07
2. 05
3. 10
4. Unlimited
Q4- which is NOT an advantage of using oracle Integration Cloud (OIC) for creating application
integrations?
Q5- Oracle Integration Cloud (OIC) Service is available in two editions, Standard and Enterprise.
Which two OIC Enterprise Edition capabilities are ALSO available in OIC Standard Edition?
Integration Insight
Visual Builder
Process Applications
File Server
Q6- which icon associated with an integration shown on the Integrations page must you click to
access the Test link for testing an integration based on a REST trigger?
Test
Menu
Run
Activate
00
True
False
Q8-Which feature is NOT bundled with Oracle Integration Cloud (OIC)?
SOA Suite
Visual Builder
Integrations
Process Builder
Simplifies connectivity between applications both in the cloud and deployed on-premises
Q10-Which file extension can you use to save integrations as a binary file?
.jar
.int
.iar
.zip
Q11-When creating a new integration, the Create Version option requires that you use a unique
identifier.
True
False
Q 12- Which statement is NOT true about importing integrations into an OIC environment?
If dependent connection resources already exist in the target OIC, the imported integration can be
immediately activated.
Imported connection resources will contain all connection properties and credentials.
Imported integrations will not include dependent connections if they already exist in the target OIC.
Imported integrations can be reconfigured using the OIC REST API.
Q13-Which scenario is NOT true about two OIC integrations being in an active state at the same
time?
You must first create an empty package prior to adding new integrations.
Q15- To view details in the activity stream of the integration instance that you have tested, you can
click the Instance ID link on the integration test page.
True
False
Q16- your team is responsible for an OIC package that contains five integrations. Currently, three of
these integrations are active while the other two are inactive. Which statement is valid if you were
to replace a connection used in this package?
you can only replace the connections used by the three active integrations.
You cannot replace connections unless all integrations in the package are in an active state.
You can only replace the connections used by the two inactive integrations.
You cannot replace connections unless all integrations in the package are in an inactive state.
Q 17- your organization has a number of active integrations in oracle Integration Cloud (OIC). Your
advice is sought on the consequences of deactivating integration instances.
you can choose to retain the event subscription, where events are resent if the integration is
reactivated again within six hours.
you will not be able to observe any failed instances occurring after the deactivation request.
Q19- One of your downstream applications is becoming overwhelmed with too many individual
synchronous invocations from your current Oracle Integration Cloud (OIC) integration. It is
recommended that you redesign the integration to take advantage of the batch processing
capabilities of the application.
Which approach is a valid OIC design best practice that will provide the best solution to mitigate this
issue?
Create a custom batch call function, register the function as a Library in your OIC environment, then
use the Javascript action to invoke the application.
Throttle the individual synchronous calls by adding a wait activity prior to each invocation to the
application within the loop.
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.
Reactivate the integration and use the disable tracing and message tracking option which will
optimize performance for each invocation to the application.
Q20-you are implementing a synchronous Oracle Integration Cloud (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 of time.
The Wait action can only be positioned as the last action in the loop.
The minimum wait time cannot be less than five seconds when configuring a wait action in any
integration flow.
The maximum wait time cannot exceed two minutes when configuring a wait action in a
synchronous flow.
Q21- One of your downstream applications is becoming overwhelmed with too many individual
synchronous invocations from your current Oracle Integration Cloud (OIC) integration. It is
recommended that you redesign the integration to take advantage of the batch processing
capabilities of the application.
Which approach is a valid OIC design best practice that will provide the best solution to mitigate this
issue?
Create a custom batch call function, register the function as a Library in your OIC environment, then
use the Javascript action to invoke the application.
Throttle the individual synchronous calls by adding a wait activity prior to each invocation to the
application within the loop.
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.
Reactivate the integration and use the disable tracing and message tracking option which will
optimize performance for each invocation to the application.
Q22-Which operation is NOT supported by an Oracle Integration Cloud (OIC) Connection resource
configured with the FTP Adapter in the Invoke role?
Write File
Delete File
Download File
Last File
Read File
Q27-The Oracle Integration Cloud (OIC) integration design 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
You cannot drag and drop an XPath function activity directly to a target node element.
You can drag and drop a source data element to multiple target node elements.
You cannot drag and drop a source data element to a target node element that is already mapped.
You cannot drag and drop an XSLT flow control statement directly to a target node element.
Q31-You are implementing a synchronous Oracle Integration Cloud (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 of time. Which is a valid consideration when using
the wait action?
The wait action cannot be used in a synchronous flow.
The Wait action can only be positioned as the last action in the loop.
The minimum wait time cannot be less than five seconds when configuring a wait action in any
integration flow.
The maximum wait time cannot exceed two minutes when configuring a wait action in a
synchronous flow.
Q34- Which are types of certificates in Oracle Infrastructure Cloud (OIC) that can be imported from
the Certificates page under Settings?
Select THREE
Trust Certificate
Identity Certificate
Q35- 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.
Change the implementation logic to invoke multiple fine-grained external API calls within a single
loop.
Change the design implementation strategy to an asynchronous flow that provides a separate
Increase the blocking timeout within the OIC integration settings to allow for extended time.
Q36- Which are valid considerations when leveraging the Oracle Integration Cloud (OIC) connectivity
agent for high availability on-premise environments?
Select TWO.
Each host on which the agent is installed must be configured on separate subnets and assigned to
the same OIC Agent group.
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.
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.
File Adapter is not supported in high availability environments. When using File Adapter and if some
groups have multiple instances, use a dedicated Agent group (with one agent only).
You need to have the OIC Service Deployer role permissions to download and install the OIC on-
premise connectivity agent.
Q37- 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?
Files uploaded through the Connectivity agent are not available with the zip File operation.
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.
Files uploaded through the Connectivity agent are not available with the List File operation.
Files uploaded through the Connectivity agent cannot be unzipped using a file reference.
Select TWO.
It stands for "Web Service Description Language" and is a document written in Object Notation.
It uses XML to define the service layer document which consists of origin of the web service,
headers, port types, request and response data.
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.
It stands for "Web Service Description Language" and is a document written in XML.
Select TWO.
You define the API definition/contract first before any work on its implementation or any
applications that use it, allowing teams to work in parallel.
The general assumption is that SOAP/WSDL are key specifications for defining the API.
The code to execute business logic needs to exist and be exposed as an API first before you build a
strategy around it.
The API needs to be developed before any UI or new business logic is created.
Q41-In Oracle Integration Cloud (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 erro message.
Which is the most appropriate approach for leveraging the Throw New Fault action in your
integration to achieve this requirement?
Implement the validation rule using a Switch action, and then use the Throw New Fault action within
the default branch if the validation rule is not met.
Use the Throw New Fault action directly in the main flow, checking the order item count, and
throwing the fault if the validation rule is not met.
Create a scope within the main flow, add the Throw New Fault action, and use an if-then branch to
check the order item count, and throw the fault if the validation rule is not met.
Create a separate integration flow to handle the validation, and then call it using the Throw New
Fault action if the order item count exceeds the limit.
Q42- You are designing a new integration in OIC that needs to expose a RESTful interface trigger for
client applications. Which is a valid consideration when choosing request and response options using
the REST Adapter Endpoint Configuration Wizard?
If you select a PUT or POST action (HTTP method), you must define a JSON response payload format.
File attachments can be accepted as a request option for the Trigger interface, but you cannot
include attachments as a response to the client.
Both standard and custom HTTP headers can be defined for both the request and the response.
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.
Q43- You are tasked with creating a new integration in Oracle Integration Cloud (OIC) that will be
exposed to clients as a SOAP web service. This integration will also invoke an external SOAP web
service as part of the orchestration flow logic. Therefore, you will need to define two Connection
resources (one for the Trigger and one for an Invoke action). Which is statement is VALID regarding
the creation of these SOAP adapter connections?
You must explicitly specify the target server TLS version for the external web service outbound
Invoke connection configuration.
The SAML and OAuth security policies are available options for creating the inbound Trigger
connection.
The WSDL URL property value can be defined by uploading a file for either the inbound Trigger
connection or the outbound Invoke connection configuration.
Q45- 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?
Imported integrations cannot be immediately activated if their dependent connection resources are
not already present in the target OIC environment.
Imported integrations can be reconfigured to use different connection resources by using the OIC
REST API.
Exported integrations include all their dependent connection resource information except URLS and
credentials.
Integrations must be exported as a package if you want to import them into another OIC
environment.
Q57-Which Oracle Integration Cloud (OIC) XPath function can be used to retrieve data from an OIC
Lookup within the Data Mapper tool?
00
get-content-as-string
lookupValue
get-value-from-lookup
getLookup
Q58-You are developing an integration in Oracle Integration Cloud (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?
Define a Lookup table containing the customer status code mappings, and then use the Invoke
action to call a web service for the transformation.
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.
Create a connection between the two systems, then use a SQL query to access the Lookup table
directly. and map the customer status codes.
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.
Q63- Your design of an asynchronous Oracle Integration Cloud (OIC) integration flow includes the
requirement for additional processing logic that is conditionally based on the results returned to the
integration instance from earlier external service invocations. You decide to leverage the switch
action to facilitate this implementation.
Which is a valid consideration concerning the configuration and capabilities of the switch action?
Data objects returned from actions within a branch of a Switch action are not visible in the main flow
of the integration after the switch action.
Nested Switch actions are not supported and, therefore, you may need to create more complex
conditional expressions, if necessary.
Q65-As an integration developer, you are creating an integration in Oracle Integration Cloud (OIC) to
transform a payload with rhultiple orders. You need to configure the for-each action to loop through
each order and process them individually. How do you correctly configure for the for-each action to
support this scenario?
Select the Group By option and group the orders by the order number.
Select the Sequential Processing option and set the batch size to the number of orders.
Select the Parallel Processing option and set the number of threads to the number of orders.
Select the Repeating Element field and map the source element that contains the orders.
Q. You are creating integrations in Oracle Integration Cloud (OIC) using B2B trading partner
agreements. Which identifier is implicitly used for all outbound agreements?
b)EDI Interchange ID
c)Application Partner ID
a) You cannot clone an existing lookup if it is being currently referenced in one or more active OIC
integrations.
d)A custom OIC XPath function is used to retrieve data from Lookups in the Data Mapper
Q. 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.
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.
Q. 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?
Q. Which statement is VALID regarding Connection resources in Oracle Integration Cloud (OIC)? 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.
Q. 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?
c)Identity Certificate
Q. 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.
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 Re-throw. 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 Re-throw Fault
action to send the custom fault to the client.
Q. 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?
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) 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 a
user-friendly mode by default.