1z0-1042-22 Oracle Cloud Platform Application Integration 2022 Professional

Loading demo links...

Showing 7–9 of 10 questions

Question 7

As an Integration developer, you have been tasked with integrating Oracle Content and Experience Cloud with a process application. Because this is a document-centric process that will involve collaboration with process participants, it has been determined that the document and conversation functionality should be used.

Which task is NOT required?

Select an option, then click Submit answer.

  • You must manually enable the document and conversation features for your process application.

  • You will need to have the administrator configure the connection between Oracle Integration Cloud (Processes) and Oracle Content and Experience Cloud because developers do not have those permissions.

  • You will need to create a new process application because the conversation functionality cannot be enabled for pre-existing applications.

  • You will need to assign conversation viewers to either an Oracle Content and Experience user role or Oracle Documents Cloud Service user role.

Question 8

You can recover unsaved changes in an 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 this unsaved changes feature in OIC?

Select an option, then click Submit answer.

  • Changes made while editing a Connections page cannot be recovered.

  • Because a backup copy is created after each completed task, there is no time limit in which you need to log back in and recover your changes

  • An OIC admisnistrator with the ServiceAdministrator role can unlock an integration that has unsaved changes.

  • Changes made while working inside the data mapper cannot be recovered.

  • Only the person with the ServiceDeveloper role that made the changes or an admin with the Service Administrator role can recover the unsaved changes.

Question 9

Your design of an asynchronous 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 have decided to leverage the Switch action to facilitate this implementation.

Which is a valid consideration concerning the configuration and capabilities of the Switch action?

Select an option, then click Submit answer.

  • Any data objects returned within a branch of a Switch action will only be visible within the implicit scope of that branch and not visible in the main flow of the integration outside of the Switch action.

  • You may need to create conditional expressions for each branch with greater complexity because nested Switch actions are not supported.

  • All branches within the Switch action must have a conditional expression defined.

  • XPath version 2.0 functions can be used to create more complex conditional expressions for a branch.