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?
-
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.
Reveal answer details
Close answer details
Correct answerB
ExplanationDeactivation effects: A:True-stops processing instantly. B:False-data is retained, not lost. C:True-event retention is an option. References: Oracle Integration Cloud documentation, "Managing Integrations" section.
Which statement is NOT true about schedule parameters in Oracle Integration Cloud (OIC) integration flow?
-
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.
Reveal answer details
Close answer details
Correct answerB
ExplanationParameters: B:False-dynamic updates persist in some cases. References: Oracle Integration Cloud documentation, "Using Parameters" section.
Which statement is NOT true regarding the Oracle Integration Cloud (OIC) File Server feature?
-
A
The File Server must be enabled before it can be used.
-
B
Access to File Server management APIs requires the ServiceAdministrator role.
-
C
Internal integrations must use the File Adapter to interact with the File Server.
-
D
The File Server automatically archives processed files after each integration run.
Reveal answer details
Close answer details
Correct answerD
ExplanationFile Server: A: True - The File Server is disabled by default in new instances. B: True - Management APIs require ServiceAdministrator privileges. C: True - The File Adapter is used for file operations within OIC. D: False - Automatic archiving is not performed unless explicitly designed in the integration. References: Oracle Integration Cloud documentation, "Using the File Server" section.
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 tothe 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?
-
A
Nested Switch actions are not supported and, therefore, you may need to create more complex conditional expressions, if necessary.
-
B
Data objects returned from actions within a branch of a switch action are not visible in the mainflow of the integration after the switch action.
-
C
The switch action must include an otherwise branch.
Reveal answer details
Close answer details
Correct answerA
ExplanationTheSwitch Actionin OIC enables conditional logic: Option A:OIC does not support nested Switch actions within a single flow, requiring developers to use complex expressions or multiple sequential switches. This limitation is valid. Option B:Data objects from a branch remain accessible in the main flow via variables, making this statement invalid. Option C:An "otherwise" branch is optional, not mandatory, allowing flexibility in design. A's restriction shapes how conditional logic is implemented in asynchronous flows. References: Oracle Integration Cloud documentation, "Using the Switch Action" section.
Question 5
Multiple choice
Which two statements are true regarding messaging adapters in Oracle Integration Cloud (OIC)?
-
A
Both the Apache Kafka and OCI Streaming adapters support XML, JSON, and AVRO message formats.
-
B
The OCI Streaming adapter does not support consuming messages from a specified consumer group.
-
C
The Apache Kafka Adapter can be configured to support Transactions in case of Producers.
-
D
It is not mandatory to install a connectivity agent to use the OCI Streaming Adapter for Inbound polling.
Reveal answer details
Close answer details
Correct answersA, C
ExplanationMessaging adapters: A:True-Kafka and OCI Streaming support XML, JSON, and AVRO. C:True-Kafka adapter supports producer transactions. B:False-OCI Streaming supports consumer groups. References: Oracle Integration Cloud documentation, "Messaging Adapters" section.
Which Oracle Integration Cloud (OIC) service role does NOT have permission to run an OIC Integration?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationOIC roles: A:ServiceDeveloper creates and runs integrations. B:ServiceAdministrator manages and runs integrations. C:ServiceInvoker executes integrations. References: Oracle Integration Cloud documentation, "Roles and Permissions" section.
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?
-
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.
Reveal answer details
Close answer details
Correct answerA
ExplanationSegmented Processing: A:True-Scope required for custom actions. References: Oracle Integration Cloud documentation, "Stage File Action" section.
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
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationProject Roles: B:False-Invoke not a project-level role. References: Oracle Integration Cloud documentation, "Project Roles" section.
Which is NOT supported by the OIC REST Adapter when configured in the Invoke role?
-
A
Consuming APIs protected by OAuth 2.0
-
B
-
C
Supporting WebSocket communication
-
D
Handling URL-form-encoded payloads
Reveal answer details
Close answer details
Correct answerC
ExplanationREST Adapter Capabilities: A, B, D: Supported capabilities. C: False - WebSocket communication is not supported by the REST Adapter. References: Oracle Integration Cloud documentation, "REST Adapter Capabilities" section.
Question 10
Single choice
In the context of Oracle Integration (OIC), what is the primary purpose of "connections"?
-
A
To create custom user interfaces for applications
-
B
To monitor system performance and application health
-
C
To specify the source and target applications that an integration connects
-
D
To manage user roles and access permissions
Reveal answer details
Close answer details
Correct answerC
ExplanationConnections: C:True-define integration endpoints. References: Oracle Integration Cloud documentation, "Connections Overview" section.
Question 11
Single choice
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?
-
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.
Reveal answer details
Close answer details
Correct answerB
ExplanationMigration involves exporting and importing: Option A:False-manually editing IAR files is not supported; identifiers and versions are managed within OIC. Option B:True-OIC prevents importing an integration if an identical identifier and version exist in the target instance to avoid conflicts. Option C:Partially true-IAR or PAR files include connection metadata, but not sensitive data (e.g., credentials), and "still contain" is vague; B is clearer. Option D:False-imported integrations (even in packages) are inactive by default and require activation post-import. B ensures uniqueness and integrity during migration. References: Oracle Integration Cloud documentation, "Managing Integrations" and "Import/Export" sections.
Question 12
Multiple choice
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?
-
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.
Reveal answer details
Close answer details
Correct answersA, C, D
ExplanationHandling large files (>10MB) in OIC requires efficient mechanisms to avoid memory issues. Let's analyze each option: Option A:True-REST trigger with multipart attachments is ideal for inbound large files, processed via Stage File. Option B:False-Base64 in SOAP body bloats data (33% overhead), risking memory limits for >10MB files. Option C:True-MTOM optimizes SOAP attachments, suitable for large files, processed with Stage File. Option D:True-APIs returning application/blob handle binary data efficiently, staged for processing. References: Oracle Integration Cloud documentation, "Handling Large Payloads" section.
Question 13
Single choice
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.
Reveal answer details
Close answer details
Correct answerD
ExplanationLookup Usage: D:True-create table, use lookupValue in mapper. References: Oracle Integration Cloud documentation, "Using Lookups" section.
Question 14
Single choice
Which option is required when converting a Scheduled integration to an App-driven integration using a REST trigger?
-
A
Select an existing REST trigger connection
-
B
Configure a Connectivity Agent
-
C
-
D
Export and reimport the integration
Reveal answer details
Close answer details
Correct answerA
ExplanationPattern Conversion: A: True - An existing REST trigger connection must be selected. B, C, D: Not required for pattern conversion. References: Oracle Integration Cloud documentation, "Converting Integration Patterns" section.
Question 15
Single choice
Which statement is NOT valid regarding the Oracle Integration Cloud (OIC) Connectivity Agent installation process?
-
A
You must create an Agent Group before downloading the Connectivity Agent installer.
-
B
The Connectivity Agent installer requires the Agent Group identifier during configuration.
-
C
Multiple agents can be installed and associated with the same Agent Group for high availability.
-
D
Installing the Connectivity Agent automatically provisions connection resources for on-premises systems.
Reveal answer details
Close answer details
Correct answerD
ExplanationConnectivity Agent Setup: A: True - An Agent Group must be created in OIC before installation. B: True - The installer prompts for the Agent Group identifier. C: True - Multiple agents can be associated with the same group for high availability. D: False - Installing the agent does not automatically create connection resources; connections must be configured separately within OIC. References: Oracle Integration Cloud documentation, "Connectivity Agent Installation and Configuration" section.
Question 16
Single choice
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 accessthe integration. Which configuration should you apply?
-
A
Enable Cross-Origin Resource Sharing (CORS) and set an API key in the REST adapter configuration.
-
B
Configure the REST adapter with a Basic Authentication or OAuth 2.0 security policy and provide the required credentials.
-
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.
Reveal answer details
Close answer details
Correct answerB
ExplanationSecuring a REST trigger in OIC involves: Option B:Configuring the REST adapter withBasic AuthenticationorOAuth 2.0ensures only authorized clients with valid credentials can invoke it-the standard approach. Option A:CORS controls browser access, not authentication; API keys aren't natively supported here. Option C:IP whitelisting is possible but less granular and not adapter-specific. References: Oracle Integration Cloud documentation, "REST Adapter Security" section.
Question 17
Single choice
Which action allows you to process large files incrementally to reduce memory consumption?
-
A
Stage File - Read File in Segments
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerA
ExplanationLarge File Handling: A: True - Read File in Segments processes file portions iteratively. B, C, D: Do not provide segmented file processing. References: Oracle Integration Cloud documentation, "Stage File Action" section.
Question 18
Single choice
Which set of operations are supported by the Oracle Integration Cloud (OIC) File Adapter?
-
A
Read, write, list, download
-
B
Read, write, list, download, move
-
C
-
D
Read, write, list, download, move, delete
-
E
Reveal answer details
Close answer details
Correct answerD
ExplanationFile Adapter operations: D:True-supports read, write, list, download, move, delete. References: Oracle Integration Cloud documentation, "File Adapter" section.
|