You are on page 1of 25

Exam : 1z0-1042

Title : Oracle Cloud Platform Application


Integration 2019 Associate
Vendor : Oracle
Version : V12.35
NO.1 You provision an Oracle SOA Cloud Service instance and specify a compute shape so that
the JVM heap size for WebLogic Serve, and Load Balancer processes are determined
automatically. Which statement is correct after provisioning the instance in this scenario?
A. You can change the heap size to a maximum of 32GB.
B. You can change the heap size by logging a Oracle Cloud Support Service Request.
C. You can change the heap size by using the Weblogic Server Administration Console.
D. You cannot change the heap size once the Service Instance is provisioned.
Answer: C

NO.2 Which four are valid for integration using Service 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.
Answer: A B E F
Answer: A C D F
NO.3 Which two statements are true about implementing an API-First strategy?
A. The API is to be developed first before any UI or new business logic are created.
B. It generally is assumed that SOAP/WSDL are the key specifications for defining the API.
C. The code to execute business logic needs to exist and be exposed as an API first before you
build a
strategy around it.
D. You define the API definition/contract first before any work on its implementation or any
applications that use it, allowing to work in parallel.
Answer: A B
Answer: A D

NO.4 Which two are execution modes supported by gateway node in Integration API Platform
Cloud Service?
A. Production
B. Development
C. Stage
D. Test
Answer: A B
Explanation
https://docs.oracle.com/en/cloud/paas/api-platform-cloud/apfad/installing-gatewaynode.
html#GUID-A02059C9

NO.5 What options are available for Escalation and Expiration of human tasks in Process Cloud
Service?
A. Escalate, Restart, Next or Previous
B. Renew, start, end, or error
C. Never Escalate, Skip, hierarchy, or New
D. Never expire, Expire, Renew, or Escalate
Answer: D
Explanation
Configuring Task Expiration, Renewal, or Escalation
You can configure a human task to never expire, to expire after a 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 tab appears.
* Use the radio buttons to specify if you want the human task to Never expire, Expire, Renew,
or
Escalate.
* Never expire: the human task doesn't expire and if no user completes it, it remains in the
users task
list for an indeterminate period of time.
* Expire: the human task expires after the specified time and is no longer accessible from the
task list.
* Renew: when the specified time passes, the expiration date is extended for one more period
until it
reaches the specified amount of renewals allowed.
* Escalate: when the specified time passes, the human task is escalated to the specified
escalation
levels.
https://docs.oracle.com/en/cloud/paas/process-cloud/user/configuring-human-
tasks.html#GUID-
3869867C-45A3

NO.6 Which two statements are true about Internet of Things (IoT)?
A. Different IOT approaches need to be established integrate different technologies such as
mobile,
cloud, big data, and analytics, and connects everyday objects to each other and to the Internet.
B. Cloud technology is well suited to enable IoT, offering high degrees of agility, low and flexible
costs, and excellent resource utilization.
C. Using IoT, hospitality-based businesses can better track customer behavior and preferences
to deliver rewards and more tailored services that differentiate their businesses.
D. IOT is not useful in asset tracking scenarios because there is an unavailability of low-cost
connected devices and sensors that can be embedded into all of the various assets that need
tracking.
Answer: A B
Answer: B C
Explanation
https://www.oracle.com/assets/oracle-iot-solution-brief-2632911-es.pdf

NO.7 What are two possible reasons for a Gateway not getting started?
A. The loT Service may be down.
B. The provisioning file may contain correct Activation ID and Activation Secret.
C. There is an invalid certificate.
D. The provisioning file may contain incorrect Activation ID and incorrect Activation Secret.
Answer: A D
NO.8 Which Process type should you choose to model non-sequential process type in Oracle
Integration Cloud (OIC)?
A. Adaptive Case Management process
B. Structured Process
C. Dynamic process
D. Unstructured Process
Answer: C
Explanation
https://docs.oracle.com/en/cloud/paas/integration-cloud/user-processes/using-processes-
oracleintegration-
cloud

NO.9 Which two options cannot be performed from the Monitoring Dashboard?
A. Activity Stream Download
B. Artifacts Download
C. Download Incident Logs
D. Download Lookup
E. Download Diagnostic Logs
Answer: B C
Answer: B D

NO.10 What task can NOT be performed on Business Types View?


A. Create business exceptions
B. Create business objects
C. Business rules
D. Import business objects
E. Create enum objects
Answer: C

NO.11 Which three statements are true about SOAP and advantages it provides?
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.
Answer: A C D
NO.12 Which schema is used for defining the field structure of an analytic object?
A. Apache Avro schema
B. XSD schema
C. Database schema
D. XSL Schema
Answer: A
Explanation
Using Schemas to Define the Fields of Analytics ObjectsYou can import an Apache Avro schema
file to
define the field structure of your analytics object.
To import a schema file, your analytics object must not have any fields defined.
The namespace and object name in your schema file must match the name of the analytics
object
that you created.
* After you create your analytics object, click Import Schema.
The file browser dialog box appears.
* Select a valid Avro schema file from your computer and click Open.
For more information about Avro schemas, see Apache Avro.
The field structure defined in the schema file appears in the Fields section.
* Click Save.
The field structure defined in your Avro schema file is imported to your analytics object.
https://docs.oracle.com/en/cloud/paas/iot-cloud/iotgs/using-schemas-define-fields-
analyticsobjects.
Html

NO.13 What Expression Language does Decision Modeling and Notation (DMN) use?
A. RegEx
B. Groovy
C. Friendly Enough Expression Language (FEEL)
D. Process Expression Language (PEL)
Answer: C
Explanation
https://docs.oracle.com/en/cloud/paas/process-cloud/user/understanding-feel-friendly-
enoughexpression-
languag Decision Modeling and Notation (DMN) defines Friendly Enough Expression
Language (FEEL) to provide standard executable semantics to all expressions used within a
decision
model.
In Process, you use FEEL to define expressions within all notations of decision logic, including
decision
tables.
NO.14 Which two are types of style patterns available while creating integration with Oracle
Integration Cloud (OIC)?
A. Notification
B. Metadata
C. Orchestration
D. Map Data
Answer: C D
Explanation
https://docs.oracle.com/en/cloud/paas/integration-cloud-service/icsug/creatingintegrations.
html#GUID-FC613C

NO.15 Which two statements correctly define the use cases for Business Process Execution
Language(BPEL) vs. Business Process Modeling Notation (BPMN) vs. Enterprise Service Bus
(ESB)?
A. Decision Model and Notation (DMN) replaces BPMN in modern Cloud Architectures.
B. All are part of a typical/traditional on-premise enterprise integration strategy and can also
be an important part of a hybrid on-premises/Cloud architecture.
C. BPEL is inherently better than BPMN in managing orchestrations that involve people,
because BPEL can also interact with systems.
D. An ESB is used primarily for stateless messages and service mediation. The ESB construct is
being replaced by API's and API Gateways in modern Cloud architectures.
E. BPEL and ESB are both good technologies for doing heavy transformations of data before
sending the data to a back-end system or database.
Answer: D E
Answer: B D

NO.16 Which operation is NOT supported by Stage activity?


A. Read Entire File
B. Delete File
C. Write File
D. Unzip File
E. Zip File
F. Read File in Segments
Answer: F
Answer: B
NO.17 You receive an exception message: "java.security.cert.CertPathValidatorException: Path
does not chain with any of the trust anchors' What needs to be verified when this exception
message is received?
A. Run this command to verify code.keystore has system certificates:
keytool -list -stotetype JKS -keystore config\code.keystore
B. Run this command to verify code.truststore has system certificates:
keytool -list -storetype JKS -keystore config\code.truststore
C. Run this command to verify cacerts has system certificates:
keytool -list -storetype JKS -keystore security\cacerts
D. Run this command to verify code.certstore has system certificates:
keytool -list -storetype JKS -keystore config\code.certstore
Answer: A
Answer: B

NO.18 Which four are key features of Oracle Integration Cloud Enterprise (OIC)?
A. Data stream analytics
B. Application Integration
C. Web and Mobile application creation
D. Business process automation
E. Enterprise Service Bus (ESB)
F. Business to Business (B2B)
Answer: A B C E
Answer: A B C D

Explanation
https://docs.oracle.com/en/cloud/paas/integration-cloud/user-stream-analytics/working-
streamanalytics.
html#
https://cloud.oracle.com/en_US/OIC/features

NO.19 What is the "Decision Table" in Business Rules in Process Cloud Service?
A. a range value set in a spreadsheet-like format that defines a list of allowed value ranges for
the input and output data objects of a decision
B. a decision matrix that organizes if/then rules into a spreadsheet-like format, where rows
represent conditions and actions, and columns match condition values to action alternatives
C. an if/then rule that has one or more conditions (if statements) that together are true or
false, and one or more actions (then statements) that are applied if the conditions are true
D. a value set in a spreadsheet-like format that defines a list of allowed values for the input and
output data objects of a decision
Answer: C
Answer: B
NO.20 Which is NOT an activity that an Application Developer (API Consumer) can perform in
the Developer Portal in Integration API Platform Cloud Service?
A. Learn about APIs
B. Subscribe to a plan
C. Create an API
D. Test an API
E. Create Application
F. Monitor performance
Answer: F
Answer: C
Explanation
https://docs.oracle.com/en/cloud/paas/api-platform-cloud/apfdv/typical-workflow-
consumingapis.html#GUID-0

NO.21 Which four statements are correct regarding the differences between WSDL/SOAP and
REST/JSON?
A. REST is typically invoked with HTTP verbs.
B. WSLD is simpler, REST is richer
C. Modem API-First architectures prefer to use thed-and-true WSDUSOAP services over REST
services
because they are richer and provide a tighter contract
D. WSDL is a request for a service; REST is a request for a resource
E. WSDL is a tight contract; REST is a loose contract
F. REST more easily used in developing Uls than WSDUSOAP. REST is gaining popularity in
application development.
Answer: B C D F
Answer: A D E F

NO.22 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?
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
Answer: A B C D
Explanation
https://docs.oracle.com/en/cloud/paas/iot-cloud/iotgs/developing-applications-oracle-
internetthings-cloud-servic
NO.23 Oracle Application Adapters in Service-Oriented Architecture Cloud Service (SOA CS)
can connect to on-Premise systems. What are 2 key elements that you need to review in this
architecture?
A. Account for network connectivity and latency sensitivity to the on-premise application in the
architecture.
B. Ensure that Oracle Support Notes for a hybrid cloud architecture with that application are
reviewed and supported.
C. Design a load balancer solution for connectivity.
D. The DMZ needs to open port 80 for proper connectivity.
Answer: A C
Answer: A B

NO.24 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
Answer: A
Explanation
The 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 browser that 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-
sharingvalue.html

NO.25 Which three are characteristics of Device Virtualization?


A. Oracle Internet of Things (IoT) Cloud Service does not support Device Virtualization.
B. You can monitor each device endpoint's health, performance, and location via the client
software library API or with REST calls made to those devices.
C. You can collect data from your devices using APIs delivered with Oracle Internet of Things
(IoT) Cloud Service Client Software Libraries or Oracle IoT Cloud Service Gateway.
D. The APIs provided enable you to send telemetry messages and device data from your
devices to Oracle Internet of Things (IoT) Cloud Service, control your devices, and deploy
applications to your gateway devices.
E. Devices used are not real. They are virtual devices and linked with Oracle Internet of Things
(IoT) CS.
Answer: B C D
NO.26 What are the four steps required to complete the task 'create a connection'?
A. Configure Connection Properties
B. Import SSL Certificate
C. Test Connection
D. Select an Adapter
E. Configure Lookup
F. Configure Connection Security
Answer: A C D F

NO.27 Which two are ways the Oracle Internet of Things (IoT) Cloud Service environment can
be accessed?
A. using SOAP Interface
B. using REST Interface
C. Using a desktop client
D. using Web Browser
Answer: B D

NO.28 Which three are valid Oracle Integration Cloud (OIC) Roles ?
A. ServiceDeployer
B. Servicelmplementor
C. ServiceUser
D. ServiceAdministrator
Answer: A C D
Explanation
Oracle Integration Cloud Roles Oracle Integration Cloud predefined roles govern access to
various
Oracle Integration Cloud features: Integrations, Processes, Visual Builder, Integration Insight,
and
Stream Analytics .
Oracle Integration Cloud predefined roles include ServiceAdministrator, ServiceDeveloper,
ServiceMonitor, ServiceDeployer, and ServiceUser.
https://docs.oracle.com/en/cloud/paas/integration-cloud-um/integration-cloud-userum/
administering-oracle-integ
NO.29 Which APIs does Oracle Internet of Things (loT) Cloud Service use to perform an
analysis?
A. Native Spark Java APIs
B. SQL Queries
C. JavaScript APIs
D. Big Data APIs
Answer: A
Explanation
Oracle IoT Cloud Service uses native Spark Java APIs to perform the analysis. Developers can
use the
Batch and Streaming spark APIs to write the analytics processing logic.
Developers can also import external APIs and use them in their application.
https://docs.oracle.com/en/cloud/paas/iot-cloud/iotgs/analytics-oracle-iot-cloud-service.html

NO.30 What Mapper function can you use to get the lookup value in Mapping Builder?
A. GetLookupValue
B. FindLookupValue
C. LookupValue
D. SearchLookupValue
Answer: C

NO.31 What two tasks can a user with the Application Developer role perform?
A. Subscribe to a Plan.
B. Deploy to a Gateway.
C. Create an API.
D. Create an Application.
Answer: C D
Answer: A D

Explanation
https://docs.oracle.com/cd/A58617_01/server.804/a58241/ch2.htm

NO.32 What are the correct steps involved in Business process creation in Process Cloud
Service?
A. Visio (vdx), BPMN 2.0 (bpmn) and XPDL 2.x (xpdl)
B. Perform WSDL configuration, XML message definition and web page design
C. Create an Abstract, Design Services, Set up Notify, Configure Send and Receive and Decisions
D. Create a process; assign roles to the process; Design the flow; Configure flow element
properties; Define the data and then Associate the data
Answer: D
Explanation
https://docs.oracle.com/en/cloud/paas/process-cloud/user/creating-business-
process.html#GUIDDE37452E-E16

NO.33 You receive a status code: 502 Proxy Error.


Which is a possible event cause for this error?
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
Answer: B
Explanation
https://docs.oracle.com/en/cloud/paas/iot-cloud/iotgs/troubleshooting-management-
consoleissues.html

NO.34 Which REST API can be used for registering a device as third party device?
A. CREATE /iot/api/v2/private/partners
B. POST /iot/api/v2/private/partners
C. REGISTER /iot/api/v2/private/partners
D. PUT /iot/api/v2/private/partners
E. GET /iot/api/v2/private/partners
Answer: B
Explanation
You can register all devices in Oracle IoT Cloud as third party partner devices by using this REST
API:
POST
/iot/api/v2/private/partners.
https://docs.oracle.com/en/cloud/paas/iot-cloud/develop/specifying-devices-third-party-
partnerdevices-
oracle-io

NO.35 Which two are types of Authentication that are supported for Services in Integration
API Platform Cloud Service?
A. Kerberos
B. WSS Username Token
C. OAuth2
D. BasicAuth
Answer: C D
Explanation
https://cloud.oracle.com/opc/paas/datasheets/APIPCSDataSheet_Jan2018.pdf
NO.36 Which role is needed for managing users from Oracle Internet of Things (IoT) Cloud
Service?
A. lotUsersGroup
B. TotAdministratorsGroup
C. System Administrator
D. lotOperatorsGroup
Answer: C
Answer: B

NO.37 Which three background colors are displayed for autocomplete in Process Cloud
Service?
A. Blue for complex binding names (their children may contain valid binding names)
B. Red for invalid binding names
C. Green for valid binding names
D. Orange for unmatched binding names
Answer: A B C
Explanation
https://docs.oracle.com/en/cloud/paas/process-cloud/user/binding-form-data-
controls.html#GUIDCECD2F13-
1E The background colors displayed for the autocomplete options are:
* Green for valid binding names
* Red for invalid binding names
* Blue for complex binding names (their children may contain valid binding names) If a control
isn't
linked to an attribute or if a control is linked to an invalid attribute, an error message is
displayed in
the Binding field and an error icon is displayed in the canvas. When a control doesn't have a
valid
binding, any value entered into the control in runtime is not passed on to the form payload.
NO.38 Which three are scenarios where Managed File Transfer (MFT) is a valid approach?
A. Oracle MFT can be used in conjunction with Oracle Integration Cloud (OIC) to push files for
processing by OIC.
B. Many SaaS applications still use files as a means for sharing data, so MFT capabilities are still
very important.
C. File adapters remove the need to ever have to use MFT.
D. In integration scenarios where it is important to use either compression and/or encryption in
the transfer process.
E. File Transfer is an old, outdated method of sharing information and should not be used.
Answer: A B D

NO.39 What are the two types of analytics processors in Oracle Internet of Things (IoT) Cloud
Service?
A. Batch Analytics Processors
B. Natural Analytics Processors
C. Static Analytics Processors
D. streaming Analytics Processors
Answer: A D
Explanation
https://docs.oracle.com/en/cloud/paas/iot-cloud/iotgs/understanding-analytics-
processors.html he
type of analytics processor to use depends on the nature of your data:
* Streaming Analytics Processors
Use streaming analytics processors to analyze high volumes of rapidly changing data streamed
from
your sensors and devices. Streaming analytics processors are continuously running from the
moment
you deploy them, waiting for your devices to stream data.
See Creating Streaming Analytics Processors.
* Batch Analytics Processors
Use batch analytics processors to analyze large volumes of batch data. Typically, batch analytics
processors process data stored in the Oracle NoSQL or other data sources. Unlike streaming
analytics
processors they are not continuously running, they only run when you call them using the REST
API
they expose.
NO.40 Assuming that a particular user possesses the "Deploy to Gateway" grant, what grants
on an API are required in order to deploy that API?
A. Manage API or Deploy API
B. Manage API
C. Entitle API
D. View all Details and Deploy API
Answer: A

NO.41 Which two are NOT default start and end events in Process Cloud Service?
A. Folder start and None end event
B. SOAP start and SOAP end event
C. None start and end event
D. Task start and end event
Answer: B D
Explanation
https://docs.oracle.com/en/cloud/paas/process-cloud/user/defining-process-start-andend.
html#GUID-E3E20D7C

NO.42 Which four are states that a device can be in throughout its lifecycle?
A. Activated
B. Decommissioned
C. Disabled
D. Saved
E. Deactivated
F. Registered
Answer: A B E F
Explanation
https://docs.oracle.com/en/cloud/paas/iot-cloud/iotgs/developing-applications-oracle-
internetthings-
cloud-servic

NO.43 Which is a required prerequisites for API Platform Cloud Services?


A. Storage Cloud Service and Compute Cloud Service
B. Integration Cloud Service
C. Database Cloud Service (DBCS) and Storage Cloud Service
D. Java Cloud Service (JCS) and Database Cloud Service (DBCS)
Answer: A B D
Answer: C
Explanation
https://docs.oracle.com/en/cloud/paas/api-platform-cloud-um/apfad/you-begin-oracle-
apiplatform-
cloud-service

NO.44 Oracle JCA (J2EE Connector Architecture) Adapters simplify how applications connect to
each other. Which three technology adapters are supported in Oracle's Service-Oriented
Architecture (SOA) Cloud Service?
A. Oracle JCA Adapter for Sockets
B. Oracle EBS Application Adapter
C. Oracle JCA Adapter for Files/FTP
D. Oracle JCSA Adapter for JMS
Answer: A C D
Explanation
https://docs.oracle.com/cd/E28280_01/integration.1111/e10231/intro.htm#TKADP112

NO.45 Which three are created and managed using the Integration page in Process Cloud
Service (PCS)?
A. ICS Integrations
B. Java Cloud Services
C. Rest Connectors
D. Web Service Connectors
Answer: A C D

NO.46 What policy is required to be in an API if that API is to be used under a Plan?
A. Application Rate Limiting
B. Basic Auth
C. Key Validation
D. Interface Filtering
Answer: C

NO.47 Which three are tasks that can be performed in the Monitoring page for device data
messages and alert messages?
A. Create
B. Update
C. View
D. Filter
E. Search
Answer: A C E
Answer: C D E
NO.48 Which two are device activities that can be monitored from Oracle Internet of Things
(IoT) Cloud Service?
A. Device Login Activities
B. Alert Messages
C. Application Data
D. Warning Messages
E. Device Data Messages
Answer: B D
Answer: B E
Explanation
https://docs.oracle.com/en/cloud/paas/iot-cloud/iotgs/developing-applications-oracle-
internetthings-cloud-servic

NO.49 Which Service-Oriented Architecture Cloud Service (SOA CS) component provides
stateful orchestration?
A. Oracle Mediator
B. Oracle Business Activity Monitoring
C. Oracle Service Bus
D. Oracle Business Rules
E. Oracle BPEL Process Manager
Answer: E

NO.50 What fields are used to define static or dynamic list of values in web forms in Process
Cloud Service?
A. Links, Email and Message Fields
B. Checklists, Radio button or Select controls
C. Date, Time and Number Fields
D. Text Input and Area Fields
Answer: B
Explanation
To configure static and dynamic list of values (for checklist, radio button and select 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.
* Go to Option Source
* In the Option Names field, enter a label to display for each option.
* In the Option Values field, enter an internal value for each option.
* Specify a default value from the option values available in the Default Value field.
* Select an option in the Autofocus field to make that option the selected option when the form
loads.
* Optionally, configure dynamic list of values for the checklist, radio button or select control.
There
are two options to configure dynamic list of values.
* Specify that the control's options should come from a list of value data attributes defined in
the
Data definition pane.
* Click From Data.
* Select the list of values options source from available attributes in the Options List field.
* Specify a default value from the options available in the Default Value field.
* Select an option in the Autofocus field to make that option the selected option when the form
loads.
* Specify that the control's options should come from a REST connector created for the
application.
* Click Connector.
* Specify the connector settings in the Connector, Resource and Operation fields and map
response
settings. See Populating Controls Using REST Calls.
* Select an option in the field to make that option the selected option when the form loads.
* Click Preview to try out using the control.
https://docs.oracle.com/en/cloud/paas/process-cloud/user/configuring-advancedcontrols.
html#GUID-0A790FE5

NO.51 Which Enterprise Application System can be integrated with Oracle Internet of Things
(IoT) Cloud Service?
A. any system capable of receiving HTTP connections or making HTTP requests
B. only systems which are deployed on Windows or Unix platform
C. a system which exposes REST Service
D. a system which exposes WSDL
Answer: C
Answer: A

Explanation
https://docs.oracle.com/en/cloud/paas/iot-cloud/iotgs/integrating-oracle-integration-cloud-
serviceoracle-
iot-clou
NO.52 Which four Client Software Libraries can be used for developing applications with
Oracle Internet of Things (IoT) Cloud Service?
A. C POSIX
B. Java SE
C. .NET
D. JavaScript
E. Android
F. VB Script
Answer: A B D E

NO.53 Which two statements are true regarding mapper activity?


A. You can drag and drop a source on to multiple targets.
B. You cannot drag and drop a source on to a target that is already mapped.
C. You can drag and drop function activity in the target.
D. You can drag and drop switcher activity in the target.
Answer: C D
Answer: A B

NO.54 What are two key benefits of Oracle Web Service Manager (OWSM) in the management
and security of Web services across the organization?
A. Security is controlled by the developer of the service and this gives greater control to the
development of the service.
B. OAuth services are used for REST based services.
C. OWSM provide a framework that is externalized and declarative outside of the web service
implementation.
D. Developers no longer need to understand security specifications and security
implementation details.
Answer: C D
Explanation
https://docs.oracle.com/middleware/1212/owsm/OWSMC/owsm-intro.htm#OWSMC110
NO.55 Which two are On-prem Connectivity Options with Oracle Integration Cloud (OIC)?
A. VPN
B. Connectivity Agent
C. PaaS Agent
D. Execution Agent
Answer: B C
Answer: A B
Explanation
https://blogs.oracle.com/soaproactive/announcing-oracle-integration-cloud-oic

NO.56 What two grants allow an API Manager to use a service in their API?
A. Manage Service
B. View All Details
C. Deploy Service
D. Reference Service
Answer: B C
Answer: B D

Explanation
https://docs.oracle.com/en/cloud/paas/api-platform-cloud/apfad/managing-api-
grants.html#GUID-
18A50B0C-F1

NO.57 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-Prem and SaaS applications as scheduled on the those
Schedulers
Answer: B
Answer: E
NO.58 Which expression can you use to schedule integration runs?
A. a XPATH
B. an iCal
C. a JavaScript
D. a XSLT
Answer: B
Explanation
https://docs.oracle.com/cloud/previous/intcs_gs/ICSUG/GUID-622B74FE-D9EC-4A62-8DF1-
1E96912C8FB8.h

NO.59 Which three Service-Oriented Architecture Cloud Service (SOA CS) Components can
route a message to an end point?
A. Oracle Mediator
B. Oracle Business Rules
C. Oracle BPEL Process Manager
D. Oracle Service Bus
Answer: A B C
Answer: A C D
Explanation
https://docs.oracle.com/en/cloud/paas/soa-cloud/csbcs/components-oracle-soa-cloud-
service.html

NO.60 Which two actions can be repositioned in integration with Oracle Integration Cloud
(OIC)?
A. Function Call
B. Switch
C. Stage File with Read File in Segments
D. Stage File
Answer: A B
Answer: A D

NO.61 What are the three threshold values for Database space?
A. Quiesced Mode Threshold
B. Un-Quiesce Threshold
C. Warning Threshold
D. Error Threshold
Answer: A B C
NO.62 Which three are types of certificates that can be imported from Settings?
A. Identity Certificate
B. Multi Domain SSL Certificate
C. Trust Certificate
D. Message Protection Certificate
E. Unified Communications Certificate
Answer: A C D

NO.63 Which three are ways enterprise applications can interact with Oracle Internet of Things
(IoT) Cloud Service?
A. send commands/messages
B. insert/update/delete data
C. subscribe to data
D. query data
E. subscribe to commands/messages
Answer: A B D
Answer: A C E

NO.64 Which built-in API platform policy lets you manipulate the request context?
A. Application Rate Limiting Policy
B. Key Validation Policy
C. Redaction Policy
D. Groovy Script Policy
Answer: D
Explanation
https://docs.oracle.com/cd/E83857_01/paas/api-platform-cloud/apfad/using-oracle-api-
platformcloud-
service.pd
NO.65 Which three options are available for Business rule conflict resolution in Process Cloud
Service?
A. No Conflict
B. Skip
C. Override
D. Escalate
E. Conflict
Answer: A C E
Explanation
https://docs.oracle.com/en/cloud/paas/process-cloud/user/editing-rule-and-decision-
tableproperties.
html

NO.66 Which is NOT a key advantage of using Oracle Integration Cloud (OIC)?
A. Public/Private Cloud Portability
B. choice of IDE for development
C. Auto Association of Oracle SaaS Applications
D. prebuilt integrations
E. recommendations
Answer: B

NO.67 Which operation is NOT supported by Stage activity?


A. Read File in Segments
B. Delete File
C. Zip File
D. Read Entire File
E. Unzip File
F. Write File
Answer: A
Answer: B

NO.68 What is the default value for Command Notification Timeout?


A. 5 seconds
B. 2 seconds
C. 10 seconds
D. 1 second
Answer: A
Explanation
https://docs.oracle.com/en/cloud/paas/iot-cloud/iotsu/setting-command-notification-
timeoutvalue.
html

NO.69 Which two statements about lookup are correct?


A. Create a lookup to map values between application.
B. Lookups are deployed as part of integration activation.
C. Changes made to lookups already used in active integrations take effect immediately.
D. You cannot clone a copy of an existing lookup.
Answer: A C
Explanation
https://docs.oracle.com/cloud-machine/latest/intcs_gs/ICSUG/GUID-084B7E40-542A-4CDD-
A1B0-
282B1DAD
https://docs.oracle.com/en/cloud/paas/integration-cloud-service/icsug/managinglookups.
html#GUID-93229925-

NO.70 Given that a gateway node should have a dedicated user credential for connecting to
the API Platform Management Service, what grants should be assigned to that user?
A. Node Service Account
B. Deploy API
C. View all Details
D. Deploy to Gateway
Answer: A

NO.71 When a connection is in edit mode and the browser crashes, the connection becomes
locked, which then 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. any user
D. a user with the Administrator Role
Answer: B D
Explanation
https://docs.oracle.com/en/cloud/paas/integration-cloud-service/icsug/creatingconnections.
html#GUID-085410C Unlocking a Connection When a connection is in edit mode and the
browser crashes, the connection becomes locked, which prevents it from being edited.
To unlock the connection:
* 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
* Log in as a user with the Administrators role.
* On the Oracle Integration Cloud Service home page, click the Connections diagram.
* For the connection that is locked, click the menu at the far right, then select Unlock.

NO.72 Which two are ways Business Rules can be modeled in Process Cloud Service (PCS)?
A. using Oracle Business Rules Editor
B. using OIC Rule Editor
C. using BPM Rule Editor
D. using Decision Model Editor
Answer: A D
Explanation
https://docs.oracle.com/en/cloud/paas/process-cloud/user/creating-business-rules.html

You might also like