Oracle Integration (OIC) is available in two editions, Standard and Enterprise. Which two OIC Enterprise Edition capabilities are also available in OIC Standard Edition?
Correct Answer: C,D
Comprehensive and Detailed Explanation: Editions: C, D:True-File Server, Visual Builder in both.
Question 2
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?
Correct Answer: B
Comprehensive and Detailed Explanation: OIC File Server is an embedded SFTP solution: A:True-admins configure access for external clients. B:False-internal flows use File Adapter, not REST, to write files. C:True-ServiceAdministrator role restricts API access.
Question 3
You are designing a new integration in Oracle Integration (OIC) that needs to expose a RESTful interface for client applications. Which is a valid consideration when choosing request and response options using the REST Adapter Endpoint Configuration Wizard?
Correct Answer: A
Comprehensive and Detailed Explanation: REST Configuration: A:True-headers are flexible.
Question 4
What two tasks can a user with the Application Developer role perform?
Correct Answer: C,D
Application developers can create APIs and applications within Oracle Integration Cloud (OIC). They have the capability to define API logic and group resources. Subscribing to plans or deploying to gateways is generally reserved for administrators.
Question 5
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?
Correct Answer: D
Comprehensive and Detailed Explanation: OIC's unsaved changes feature safeguards design-time work against disruptions. Let's explore each option in detail: Option A: A user with the ServiceAdministrator role can recover the unsaved changes. True:The ServiceAdministrator role has elevated privileges, including recovering unsaved changes from a crashed session. For example, if a developer's browser crashes mid-flow, an admin can log in, access the integration, and restore the draft. This ensures continuity in team workflows. Option B: A user with the ServiceAdministrator role can unlock an integration that has unsaved changes. True:If an integration is locked due to a crash (e.g., user session terminates unexpectedly), a ServiceAdministrator can unlock it, allowing recovery or further editing. This is critical in scenarios where a developer leaves an integration in a locked state. Option C: Changes made while editing a Connections page cannot be recovered. True:OIC's recovery mechanism doesn't extend to the Connections page. Connection edits (e.g., updating credentials) are separate from integration flows and lack the same autosave granularity. If a crash occurs here, changes are lost, requiring re-entry. Option D: Changes made while working inside a data mapper cannot be recovered. False (Not True):Mapper changes (e.g., mapping fields between source and target)arerecoverable. OIC autosaves mapper edits as part of the integration draft. Forinstance, if you map "OrderID" to "PurchaseID" and the browser crashes, logging back in restores this work. This makes D the incorrect statement and the answer. Option E: A backup copy is created after each complete task, therefore there is no time limit to logging back in and recovering the changes. True:OIC creates backups after significant actions (e.g., adding an action, saving a map). There's no strict time limit for recovery, as drafts persist until overwritten or discarded, offering flexibility post-crash. Why D is the answer:Mapper changes are integral to integration design and covered by OIC's autosave, unlike Connection edits (C). D's claim contradicts this capability. Use Case Example:A developer mapping a complex payload in an ERP-to-CRM sync recovers their work after a network drop, proving mapper recovery works.