Oracle Cloud Infrastructure 2023 Application Integration Professional v1.0 (1z0-1042-23)

Page:    1 / 4   
Total 55 questions

Which statements are TRUE with regard to SOAP and the advantages it provides? (Choose three.)

  • A. SOAP commonly serves as a cleaning agent that removes excess data from the transmission protocol.
  • B. 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 is platform independent and programming language independent.
  • 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.


Answer : CDE

Which statements are TRUE about WSDL? (Choose two.)

  • A. It uses XML to define the service layer document which consists of origin of the web service, headers, port types, request and response data.
  • B. It stands for “Web Service Description Language” and is a document written in Object Notation.
  • C. 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
  • D. It stands for “Web Service Description Language" and is a document written in XML.
  • E. It is a wrapper for a SOAP message.


Answer : AD

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 error message.
Which is the most appropriate approach for leveraging the Throw New Fault action in your integration to achieve this requirement?

  • A. 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.
  • B. 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.
  • C. 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.
  • D. 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.


Answer : B

You are working on an integration within Oracle Integration Cloud (OIC) that includes several connections to external systems. As part of your development work, you need to implement global fault handling to ensure that any unexpected errors are caught and handled correctly.
Which approach should you use to add global fault handling within your integration?

  • A. Open the Global Fault Handler page on the integration canvas and add actions as needed to handle unexpected faults.
  • B. Use the Raise Fault action within your integration flow to generate custom faults and handle them accordingly.
  • C. Create a separate integration solely for the purpose of handling faults and configure your main integration to call it when necessary.
  • D. Add a Try-Catch action to your integration flow and configure it to catch and handle any faults.


Answer : A

Your organization has a number of active integrations in Oracle Integration Cloud (OIC). Your advice is sought on the consequences of deactivating integration instances.
Which statement concerning integration deactivation is NOT valid?

  • A. You can choose to retain the event subscription, where events are resent if the integration is reactivated again within six hours.
  • B. You will not be able to observe any failed instances occurring after the deactivation request.
  • C. Processing of any new messages will be immediately stopped.
  • D. All existing history, monitoring, and runtime data will be lost.


Answer : D

Which statement regarding tracing options for Oracle Integration Cloud (OIC) integrations is NOT valid?

  • A. Enabling payload tracing to log input and output payloads to the activity stream is allowed in production OIC instances.
  • B. The tracing level has no impact on billing.
  • C. When Global tracing is turned off, you can override by enabling tracing at the individual integration level on the Integrations page.
  • D. You can enable or disable tracing on activated integrations without reactivating them.


Answer : A

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.
Which is a legitimate strategy to mitigate this issue?

  • A. Change the design implementation strategy to an asynchronous flow that provides a separate notification to clients when the processing is complete.
  • B. Change the implementation logic to invoke multiple fine-grained external API calls within a single loop.
  • C. Increase the blocking timeout within the OIC integration settings to allow for extended time.


Answer : A

Which statement about Oracle Integration Cloud (OIC) is NOT valid?

  • A. Using the connectivity agent, you can create hybrid integrations and exchange messages between applications in private or on-premises networks and OIC.
  • B. OIC Lookups are based on a static definition, meaning you create and populate them during design time, and cannot be changed by runtime activities.
  • C. 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.
  • D. 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.


Answer : B

Which are types of certificates in Oracle Infrastructure Cloud (OIC) that can be imported from the Certificates page under Settings? (Choose three.)

  • A. Unified Communications Certificate
  • B. Multi Domain SSL Certificate
  • C. Message Protection Certificate
  • D. Trust Certificate
  • E. Identity Certificate


Answer : CDE

Which statement is valid regarding Oracle Integration Cloud (OIC) Lookups?

  • A. Lookup values must include two or more domains associated with the corresponding SaaS applications.
  • B. Lookup values are retrieved from a back-end database at run time.
  • C. A custom OIC XPath function is used to retrieve data from Lookups in the Data Mapper.
  • D. You cannot clone an existing lookup if it is being currently referenced in one or more active OIC integrations.


Answer : C

Which Oracle Integration Cloud (OIC) XPath function can be used to retrieve data from an OIC Lookup within the Data Mapper tool?

  • A. getLookup
  • B. lookupValue
  • C. get-content-as-string
  • D. get-value-from-lookup


Answer : B

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?

  • A. Select the Sequential Processing option and set the batch size to the number of orders.
  • B. Select the Repeating Element field and map the source element that contains the orders.
  • C. Select the Parallel Processing option and set the number of threads to the number of orders.
  • D. Select the Group By option and group the orders by the order number.


Answer : B

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?

  • A. The Wait action cannot be used in a synchronous flow.
  • B. The Wait action can only be positioned as the last action in the loop.
  • C. The minimum wait time cannot be less than five seconds when configuring a Wait action in any integration flow.
  • D. The maximum wait time cannot exceed two minutes when configuring a Wait action in a synchronous flow.


Answer : D

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.
Which statement is NOT valid concerning OIC B2B capabilities?

  • A. A previously created Trading Partner Agreement is optional when configuring the inbound or outbound translation.
  • B. You can customize standard Electronic Data Interchange (EDI) documents by adding new schema constructs or by editing existing constructs.
  • C. It is mandatory to perform validations on EDI documents for inbound translations; however, for outbound translations it is optional.


Answer : C

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? (Choose three.)

  • A. Stage File Action using a Read File operation
  • B. Switch Action
  • C. Stage File Action using a Write File operation
  • D. JavaScript Call Action
  • E. For Each Loop Action
  • F. Stage File Action using a Read File in Segments operation


Answer : ACD

Page:    1 / 4   
Total 55 questions