OIC Reviewer

OIC Reviewer

Professional Development

55 Qs

quiz-placeholder

Similar activities

Quiz01

Quiz01

KG - Professional Development

60 Qs

I Years_Python

I Years_Python

Professional Development

50 Qs

Face/Off   Queue Vs CC Batch

Face/Off Queue Vs CC Batch

Professional Development

60 Qs

FS Assessment

FS Assessment

Professional Development

50 Qs

Video Editing Mastery Test

Video Editing Mastery Test

Professional Development

50 Qs

MICROSOFT ACCESS

MICROSOFT ACCESS

Professional Development

50 Qs

Unsur dan tata letak desain grafis

Unsur dan tata letak desain grafis

Professional Development

50 Qs

DISTRIBUTED SYSTEMS

DISTRIBUTED SYSTEMS

Professional Development

50 Qs

OIC Reviewer

OIC Reviewer

Assessment

Quiz

Other

Professional Development

Easy

Created by

Michaella Tamonan

Used 20+ times

FREE Resource

55 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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 falls due to an external runtime fault encountered during the integration instance execution

Implement a Scope fault handler to catch the runtime fault, and then use the Fault Return action providing mapped data for the custom fault. 

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. 

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. 

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.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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.

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. 

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. 

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When defining the frequency for scheduled orchestration style integration runs, you can choose either Basic or the Advance option.

Which expression format is used for defining advanced scheduled runs? 

YAML

cron

iCal

Groovy

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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.

Which advanced scheduling configuration expression will you use? 

“FREQ=DAILY;BYDAY!=SA,SU;BYHOUR=15”

“FREQ=WEEKLY;BYDAY=MO,FR;BYHOUR=15” 

“FREQ=WEEKLY;BYDAY=MO, TU, WE, TH, FR;BYHOUR=15” 

“FREQ=DAILY;BYDAY=MO FR;BYHOUR=15” 

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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 a 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 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 conenction or the outbound Invoke connection configuration.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are designing a new integration in OIC thtat 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. 

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. 

File attachments can be accepted as a request option for the Trigger interface, but you cannot include attachments as a response to the client. 

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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?

Change the design implementation strategy to an asynchronous flow that provides a separate notification to clients when the processing is complete.

Increase the blocking timeout within the OIC integration settings to allow for extended time. 

Change the implementation logic to invoke multiple fine-grained external API calls within a single loop. 

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?