Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

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

Demo: 20 questions
Total 139 questions

Oracle Cloud Platform Application Integration 2022 Professional Questions and Answers

Question 1

What are the two types of analytics processors in Oracle Internet of Things (IoT) Cloud Service?

Options:

A.

Batch Analytics Processors

B.

Natural Analytics Processors

C.

Static Analytics Processors

D.

streaming Analytics Processors

Question 2

Which two are ways the Oracle Internet of Things (IoT) Cloud Service environment can be accessed?

Options:

A.

using SOAP Interface

B.

using REST Interface

C.

Using a desktop client

D.

using Web Browser

Question 3

Which three statements are true about SOAP and advantages it provides?

Options:

A.

RPC (Remote procedure calls) are sometimes blocked by firewalls and proxy servers - SOAP overcomes that.

B.

It is able to act like a cleaning agent to remove excess data from the transmission protocol

C.

Since its XML based, it is platform and programming language independent

D.

It stands for Simple Object Application Protocol

E.

It uses XML based content to communicate between two client machines across any modem network.

Question 4

What are the four steps required to complete the task 'create a connection'?

Options:

A.

Configure Connection Properties

B.

Import SSL Certificate

C.

Test Connection

D.

Select an Adapter

E.

Configure Lookup

F.

Configure Connection Security

Question 5

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?

Options:

A.

Changes made while editing a Connections page cannot be recovered.

B.

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

C.

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

D.

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

E.

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 6

Which four are types of links that can be created to read data and events from devices, access different data sources for reading and writing data, and to deliver the results of analytics processing?

Options:

A.

Device Message and Analyzed Message

B.

Oracle Storage Cloud Service

C.

Spark SQL and Oracle NoSQL

D.

Oracle Database as a Service

E.

Local File System

Question 7

Assuming that a particular user possesses the "Deploy to Gateway" grant, what grants on an API are required in order to deploy that API?

Options:

A.

Manage API or Deploy API

B.

Manage API

C.

Entitle API

D.

View all Details and Deploy API

Question 8

Which operation is NOT supported by Stage activity?

Options:

A.

Read Entire File

B.

Delete File

C.

Write File

D.

Unzip File

E.

Zip File

F.

Read File in Segments

Question 9

Which two are NOT start and end event options when creating structured process in an OIC Process application?

Options:

A.

Message Start event and None end event

B.

None start event and None end event

C.

SOAP start event and None end event

D.

Form start event and None end event

E.

Task start event and Task end event

Question 10

You have use case requiring the design of a synchronous OIC integration flow that will return a custom business fault message to the client if processing files due to an external runtime fault encountered during the integration instance execution

Options:

A.

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

B.

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

C.

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

D.

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

Question 11

Which expression can you use to schedule integration runs?

Options:

A.

a XPATH

B.

an iCal

C.

a JavaScript

D.

a XSLT

Question 12

OIC integrations can be exported so that they can later be imported into another OIC instance environment.

Which statement is NOT true about the import and export of OIC integrations?

Options:

A.

Imported integration can be reconfigured to use different connection resources by using the OIC REST API

B.

Imported integrations cannot be immediately activated if their dependent connection resources are not already present in the target OIC environment

C.

Exported integrations will include all of their dependent connection resource information with the exception of URL and credentials.

D.

Integrations must be exported as package if you want to import them into another OIC environment.

Question 13

In Oracle Integration Cloud (OIC) Process, You can use human tasks to model user interaction with the application. You can assign the human task to a specific user, to a group of users, to users with a certain role, or to the same user that already acted on the instance for a certain role.

When assigning the human task based on a dynamic expression, which is a valid option ?

Options:

A.

You can use an expression to calculate a shared role, but not users or groups.

B.

You can use an expression to calculate a specific user, but not a group or shared role.

C.

You can use an expression to calculate the user or group. Bur not a shared role

D.

You can use an expression to calculate the user, group, or a shared role.

E.

You can use an expression to calculate the group or shared role, but not specific users.

Question 14

One of your downstream applications is becoming overwhelmed with too many individual synchronous invocations from you current Oracle Integration Cloud (OIC) integration. It has been recommended that you redesign the integration to take advantage of the catch processing capabilities of the application. Which is the MOST appropriate approach for implementing this OIC design best practice?

Options:

A.

Create custom batch call function, register the function as a Library in your OIC environment, then use JavaScript action to invoke the application

B.

Reactive the integration and use the disable tracing and message tracking option which will optimize performance for each invocation to the application

C.

Use the Append option in the Write File operation of the Stage File action within a loop to create a single batch to be send to the application

D.

Throttle the individual synchronous calls by adding a Wait activity prior to each invocation to the application within the loop

Question 15

You receive a status code: 502 Proxy Error.

Which is a possible event cause for this error?

Options:

A.

when the proxy setup is incorrect

B.

while registering a large number of devices using the Batch Registration feature under the Devices menu

C.

while adding proxy for an enterprise application device

D.

while the proxy server is not responding to the request

Question 16

Which three actions once they have been configured are allowed to be repositioned to another location within the design canvas of an orchestration style integration flow?

Options:

A.

Stage File with Read File in Segments operation

B.

Switch

C.

Stage File with Write File operation

D.

For Each

E.

Stage File with Read File operation

F.

JavaScript Call

Question 17

You are tasked with creating a new integration in OIC that will be exposed to clients as a SOAP web service. In addition, this integration will be invoking an external SOAP web service as part of the orchestration flow logic.

In your creation of these SOAP adapter connection components, which is a valid consideration?

Options:

A.

You must explicitly specify the target server TLS version for the external web service outbound Invoke connection configuration.

B.

The WSDL URL property value can be defined by uploading a file for either the inbound Trigger connection or the outbound Invoke connection configurations.

C.

The SAML and OAuth security policies are available options for creating either the inbound Trigger connection or the outbound Invoke connection configurations.

D.

Suppress insertion of timestamp into the request and Ignore timestamp in the response message are optional fields only for the outbound Invoke connection configuration.

Question 18

Which two are On-prem Connectivity Options with Oracle Integration Cloud (OIC)?

Options:

A.

VPN

B.

Connectivity Agent

C.

PaaS Agent

D.

Execution Agent

Question 19

Which two statements are true regarding mapper activity?

Options:

A.

You can drag and drop a source on to multiple targets

B.

You can drag and drops switcher activity in the target

C.

You cannot drag and drop a source on to a target that is already mapped

D.

You can drag and drop function activity in the target

Question 20

In Oracle Integration Cloud (OIC) Process, you can configure a human task that enable you to model approval task interactions.

What are the available options when configuring the Escalation and Expiration tab of human task?

Options:

A.

Expire, Reset, Escalate

B.

Expire, Escalate, Skip, Reset

C.

Never Expire, Expire, Renew, Escalate

D.

Never Expire, Expire, Never Escalate, Escalate

Demo: 20 questions
Total 139 questions