Question 1
Multiple choice
When a connection is in edit mode and the browser crashes, the connection becomes locked, whichthen prevents it from being edited. Which two users can unlock the connection?
-
A
a user with the Designer Role
-
B
the same user who has edited the connection
-
C
-
D
a user with the Administrator Role
Reveal answer details
Close answer details
Correct answersB, D
Explanationhttps://docs.oracle.com/en/cloud/paas/integration-cloud-service/icsug/creating-connections.html#GUID- 085410CC-9BBE-4F4C-BEB7-8EDD1A9C7A1A Unlocking a Connection. When a connection is in edit mode and the browser crashes, the connection becomes locked, whichprevents it from being edited. To unlock the connection: 1. Log in again as the same user who was editing the connection when the browser crashed, then log out. For example, if you were logged in as icsdeveloper when the browser crashed, log in again as icsdeveloper, and log out. This action unlocks the connection. or 1. Log in as a user with the Administrators role. 2. On the Oracle Integration Cloud Service home page, click the Connections diagram. 3. For the connection that is locked, click the menu atthe far right, then select Unlock.
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?
-
A
"FREQ=DAILY;BYDAY=MO-FR;BYHOUR=15"
-
B
"FREQ=WEEKLY;BYDAY=MO-FR;BYHOUR=15"
-
C
"FREQ=DAILY;BYDAY!=SA,SU;BYHOUR=15"
-
D
"FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR;BYHOUR=15"
Reveal answer details
Close answer details
Correct answerA
ExplanationThis expression specifies a daily frequency with a restriction to weekdays (Monday through Friday) at 3:00 PM, which matches the requirement.
Question 3
Multiple choice
Which two are NOT start and end event options when creating structured process in an OIC Process application?
-
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
Reveal answer details
Close answer details
Correct answersC, E
Explanationhttps://docs.oracle.com/en/cloud/paas/integration-cloud/user-processes/structured-processes.html#GUID-2080743F-61AA-4D41-B5BA-B80E2F8F903A
Question 4
Multiple choice
When considering the management of plan entitlements in the API Platform Cloud Service, which two statements are valid?
-
A
Two entitlements of the same plan cannotpoint to the same entire API, or to the same action in an API.
-
B
A given API can only be entitled by one plan at a time.
-
C
You must have Service Manager role permissions to manage plan entitlements.
-
D
An entitlement is the relationship between a plan and an API that defines how a client application can access the API.
-
E
A given plan defines entitlements to only one specific API.
Reveal answer details
Close answer details
Correct answersA, D
Explanationhttps://docs.oracle.com/en/cloud/paas/api-platform-cloud/apfad/manage-api-entitlements.html#GUID- F11CD88F-F269-41B1-8236-3FC3D62014B1 Understand API EntitlementsAn entitlement is the relationship between an API and a Plan that defines how a client application can access the API. There is a many-to-many relationship between plans and APIs. A given plan can haveentitlements to multiple APIs; for example, to group related APIs. A given API can be entitled by multiple plans; for example, to provide different quality of service criteria. Note that two entitlements of the same plan cannot point to the same entire API, or to the same action in an API.
Which is NOT an activity that an Application Developer (API Consumer) can perform in the Developer Portal in Integration API Platform Cloud Service?
-
A
-
B
-
C
-
D
-
E
-
F
Reveal answer details
Close answer details
Correct answerF
Explanationhttps://docs.oracle.com/en/cloud/paas/api-platform-cloud/apfdv/typical-workflow-consuming-apis.html#GUID-0AC9919A-A1B6-49D5-B2B1-6E6CD227805A
To use Integration Insight to map milestones to actions in an Oracle Integration Cloud (OIC) business process implementation, certain prerequisites and conditions must be met. Which is NOT a valid consideration for models and mapping milestones?
-
A
The model must be in Draft state in order to map a milestone to an integration action.
-
B
A business process implementation can be mapped to milestones within only one model.
-
C
Milestones in a single model can be mapped to multiple business processes.
-
D
Extraction criteria for the instance unique identifier is defined with an XPath extension.
-
E
Extraction criteria for the milestone indicator is defined with an XPath expression.
Reveal answer details
Close answer details
Correct answerB
ExplanationA business process implementation can be mapped to milestones across multiple models, making the B incorrect statement. Milestones can be used in complex scenarios, shared between processes, and can be identified with XPath expressions.
When defining the frequency or schedule orchestration style integration runs you can choose eitherBasic or Advance option. Which expression language is used for defining advanced schedule runs?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
What is the defaultvalue for Command Notification Timeout?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerA
Explanationhttps://docs.oracle.com/en/cloud/paas/iot-cloud/iotsu/setting-command-notification-timeout-value.html
Which JNDI name value must be provided when configuring the properties of a new database adapter outbound connection pool to support dependent SOA composite applications?
-
A
The associatedXA database adapter plan deployed with this database adapter outbound connection pool.
-
B
The defined XA database adapter connection factory configured for this WebLogic domain.
-
C
The corresponding XA enterprise resource adapter application deployed to the same WebLogic cluster.
-
D
The corresponding XA datasource configuration deployed to the same WebLogic cluster.
Reveal answer details
Close answer details
Correct answerD
ExplanationThe correct JNDI name value for the database adapter outbound connection pool is the JNDI name of the corresponding XA datasource configuration deployed to the WebLogic cluster. This ensures that the SOA composite application can access the required database resources.
Question 10
Multiple choice
Oracle SOA Cloud Service (SOA CS) includes a number of built-in adapters to include all of the technology adapters delivered with SOA Suite. When using one of these technology adapters in a composite application deployed in SOA CS, which two are valid approaches for facilitating connectivity to on-premises applications and systems?
-
A
-
B
-
C
-
D
-
E
SOA on-premises connectivity agent
Reveal answer details
Close answer details
Correct answersB, D
ExplanationOracle SOA Cloud Service includes a number of adapters. All of the technology adapters delivered with SOA Suite are available for Oracle SOA Cloud Service, Service Bus, and SOA Suite domain types. Connectivity to on-premises applications should be verified, and either SSH tunnels or VPN service should be used for connectivity to on-premises applications. https://docs.oracle.com/en/cloud/paas/soa-cloud/csbcs/adapters-oracle-soa-cloud-service.html
Question 11
Multiple choice
When considering the configuration of APIs, Services, and Service Accounts in the API Platform Cloud Service, which two statements are valid?
-
A
A Service Account is limited to using OAuth credentials only for defining security because Services can be configuredto define Basic Authentication.
-
B
A Service must include a Service Account reference to invoke a back-end service.
-
C
An API references Services and Service Accounts through the policies defining the API.
-
D
An API Platform policy can be configured toreference another policy to override credentials information.
-
E
A Service Account defines the security credentials required to invoke a back-end service.
Reveal answer details
Close answer details
Correct answersC, E
ExplanationUnderstand the Relationship Between APIs, Services, and Service Accounts Service accountsand services are resources that you can manage and use in policies for APIs. A service account defines the security credentials required to invoke a backend service. A service account can either define Basic Auth or OAuth credentials. A service is used torepresent a backend service. It defines the properties required to invoke a backend service. The main required property of the service is the URL at which a backend service can be invoked. A service can also reference a service account to configure the credentials required to invoke a backend service. An API references services and service accounts through the policies defining the API. An API policy making outbound calls, such as Service Request and Service Callout, can configure the backend service inline by specifying the URL in the policy itself, or the policy can reference the service resource representing the backend service. The policy can also be configured to reference a service account to configure or override credentials information. Services andservice accounts make it easier to manage changes to the services or the required credentials. Update them in one place and all the policies that reference them update to the new values. https://docs.oracle.com/en/cloud/paas/api-platform-cloud/apfad/understand-relationship-apis-services-and-service-accounts.html
Question 12
Multiple choice
Which four are valid for integration usingService Oriented Architecture Cloud Service (SOACS)?
-
A
Retrieve/Update supported data elements on the SaaS applications using REST Services in real time.
-
B
SOACS has read access to HCM and ERP Cloud (SaaS) Applications data.
-
C
Create Files in the required format and Orchestrate PBL data loads into the HCM/ERP Cloud.
-
D
Create Files in the required format and Orchestrate FBDL data loads into the HCM/ERP Cloud.
-
E
Create Files in the required format and Orchestrate ADFDi data loads into the HCM/ERP Cloud.
-
F
Create Files in the required format and Orchestrate HDL data loads into the HCM/ERP Cloud.
Reveal answer details
Close answer details
Correct answersA, B, E, F
Question 13
Single choice
You have a single synchronous integration flow updating systems with several external invocations within multiple loops. Several client applications are experiencing blocking timeouts waiting for confirmation of the complex processing logic. Which is a legitimate strategy to mitigate this issue?
-
A
Increase the blocking timeout within the OIC integration settings to allow for extended time.
-
B
Change to an asynchronous flow that provides a notification when processing is complete.
-
C
Split into smaller integration flows that can be orchestrated sequentially from a master synchronous flow.
-
D
Change the implementation logic to invoke multiple fine-grained externalAPI calls within a single loop.
Reveal answer details
Close answer details
Question 14
Single choice
Which is NOT a valid service provided by Oracle Enterprise Scheduler Service (ESS)?
-
A
running Java, PL/SQL, and binary script jobs
-
B
invoking jobs on external On-Prem and SaaS applications as scheduled on the Oracle Enterprise Scheduler
-
C
configurable to allow or restrict running multiple job requests associated with a single job definition concurrently
-
D
distributing job-request processing across a grid of application servers
-
E
invoking jobs on external On-Premand SaaS applications as scheduled on the those Schedulers
Reveal answer details
Close answer details
Question 15
Single choice
Which Service-Oriented Architecture Cloud Service (SOA CS) component provides stateful orchestration?
-
A
-
B
Oracle Business Activity Monitoring
-
C
-
D
-
E
OracleBPEL Process Manager
Reveal answer details
Close answer details
Correct answerE
ExplanationReferences: http://www.oracle.com/us/products/middleware/soa/oracle-soa-suite-ds-066430.pdf
Question 16
Single choice
You are tasked with monitoring the SOA composite application and the underlying environment with in a SOA Cloud Service instance.
-
A
Manage File Transfer Console
-
B
-
C
-
D
Oracle Service Bus Console
-
E
-
F
Reveal answer details
Close answer details
Correct answerC
Explanationhttps://docs.oracle.com/cloud/latest/soa121300/SOAAG/GUID-66597D45-E262-4D19-A64C-DA54AD633C98.htm#SOAAG97797
Question 17
Single choice
You have been tasked with provisioning a Managed File Transfer (MFT) Cloud Service on Oracle Cloud Infrastructure (OCI). Which of provisioning requirement is NOT valid?
-
A
You are required to obtain an authentication token for an Object Storage bucket within an accessible OCI compartment.
-
B
You can use any Oracle Database instance running in either OCI or OCI Classic.
-
C
You must create a Virtual Cloud Network in OCI with at least two subnets.
-
D
Provisioning MFT requires creating a SOA Cloud Service instance in OCI choosing "MFTCluster" as a service type.
Reveal answer details
Close answer details
Question 18
Single choice
Which role is needed for managing users from Oracle Internet of Things (IoT) Cloud Service?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationReferences: https://docs.oracle.com/en/cloud/saas/iot-asset-cloud/iotaa/using-oracle-iot-asset-monitoring-cloud-service.pdf https://docs.oracle.com/en/cloud/paas/iot-cloud/iotsu/understanding-oracle-internet-things-cloud-service-user-roles.html
Question 19
Multiple choice
Which two statements are true regarding messaging adapters in Oracle Integration Cloud?
-
A
Both the Apache Kafka and OCI Streaming adapter support XML, JSON, and Avro message formats.
-
B
The OCI Streaming Adapter does not support consuming messages from a specified consumer group.
-
C
The Apache Kafka adapter can be configured to support Transactions in case of Producer.
-
D
It is not mandatory to install a Connectivity agent to use the OCI Streaming Adapter for inbound polling.
Reveal answer details
Close answer details
Correct answersA, C
ExplanationBoth Apache Kafka and OCI Streaming adapters support various message formats like XML, JSON, and Avro. The Apache Kafka adapter also supports transactional messaging for producers.
Question 20
Single choice
Which Process type should you choose to model non-sequential process type in Oracle Integration Cloud (OIC)?
-
A
Adaptive Case Management process
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
Explanationhttps://docs.oracle.com/en/cloud/paas/integration-cloud/user-processes/using-processes-oracle-integration-cloud.pdf
Question 21
Multiple choice
Which two statements are true about "Decision Snapshots"?
-
A
These snapshots, once activated, cannot be used independently in multiple applications.
-
B
You cannot delete the decision model snapshot that hasalready been activated.
-
C
Decision snapshots are read-only copies of a decision model.
-
D
Decision model can be activated on DMN server.
Reveal answer details
Close answer details
Correct answersB, C
Explanationhttps://docs.oracle.com/en/cloud/paas/integration-cloud/user-processes/manage-decision-model-snapshots.html
Question 22
Single choice
What options are available for Escalation and Expiration of human tasks in Process Cloud Service?
-
A
Escalate, Restart, Nextor Previous
-
B
Renew, start, end, or error
-
C
Never Escalate, Skip, hierarchy, or New
-
D
Never expire, Expire, Renew, or Escalate
Reveal answer details
Close answer details
Correct answerD
ExplanationConfiguring Task Expiration, Renewal, or Escalation You can configure a human task to never expire, to expire aftera certain time, to renew the expiration time, or to escalate after a certain time passes. To configure an action to perform on a specific deadline: Click the Escalation and Expiration tab on the implementation pane. The Escalation and Expiration tabappears. Use the radio buttons to specify if you want the human task to Never expire, Expire, Renew, or Escalate. https://docs.oracle.com/en/cloud/paas/process-cloud/user/configuring-human-tasks.html#GUID-3869867C-45A3-48E4-9DFB-EE9980B2C2B0
Question 23
Single choice
Which fields are used to define static or dynamic list of values in web forms of process application?
-
A
Checklists, Radio button, or Select controls
-
B
Text Input and Area Fields
-
C
Date, Time, and Number Fields
-
D
Links, Email, and Message Fields
Reveal answer details
Close answer details
Correct answerA
Explanationhttps://docs.oracle.com/en/cloud/paas/process-cloud/user/configuring-advanced-controls.html#GUID- 0A790FE5-AF8A-496D-A7C5-6C4203915B7C To configure static and dynamic list of values (for checklist, radio button andselect controls): From the Basic Palette, drag and drop a checklist, radio button or select control onto the canvas. Select the control and configure its static list of values on the Properties pane General tab. Optionally, configure dynamic list of values for the checklist, radio button or select control. There are two options to configure dynamic list of values. Click Preview to try out using the control.
Question 24
Single choice
Which setting is used for a system that is hosting a web application to be allowed to access Oracle Internet of Things (IoT) Cloud Service resources?
-
A
Cross-Origin Resource Sharing (CORS)
-
B
Management Console Timeout Interval
-
C
Message Storage and Command Notification
-
D
OAuth Access Token Lifetime
Reveal answer details
Close answer details
Correct answerA
ExplanationThe cross origin resource sharing setting specifies if the system that is hosting a web application is allowed to access Oracle IoT Cloud Service resources. The assumption is that the web application is running in a browserthat is also implementing the CORS specification. Any browser based JavaScript client running on the specified host can access Oracle IoT REST APIs. However they will need to follow the Oracle IoT REST API authorization process to run any operations. https://docs.oracle.com/en/cloud/paas/iot-cloud/iotsu/setting-cross-origin-resource-sharing-value.html
|