option
Cuestiones
ayuda
daypo
buscar.php

OIC

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
OIC

Descripción:
Oracle Integration Cloud 2025 2/3

Fecha de Creación: 2025/11/23

Categoría: Otros

Número Preguntas: 62

Valoración:(0)
COMPARTE EL TEST
Nuevo ComentarioNuevo Comentario
Comentarios
NO HAY REGISTROS
Temario:

Which two are valid considerations when leveraging the OIC connectivity agent for high availabilityonpremise environments?. Each host on which the agent is installed must be configured on separate subnets assigned to the same OIC agent group. You should install the connectivity agents on the same host as the target application, then specify different agent group identifiers for each agent during its installation. You cannot have more than two agent instances per agent group. Attempting to include a third agent instance in the same group during installation results in an error. The File Adapter is not supported in high availability environments. When using the File Adapter and if some groups have multiple instances, use a dedicated agent group (with one agent only). You will need to have OIC ServiceDeployer role permissions in order to download and install the OIC on-premise connectivity agent.

What is the "Decision Table" in Business Rules in Process Cloud Service?. 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. 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. 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. a value set in a spreadsheet-like format that defines a list of allowed values for the input and output.

Which two statements about lookup are correct?. Create a lookup to map values between application. Lookups are deployed as part of integration activation. Changes made to lookups already used in active integrations take effect immediately. You cannot clone a copy of an existing lookup.

Which two statements are true about implementing an API-First strategy?. The API is to be developed first before any UI or new business logic are created. It generally is assumed that SOAP/WSDL are the key specifications for defining the API. The code to execute business logic needs to exist and be exposed as an API first before you build a strategy around it. You define the API definition/contract first before any work on its implementation or any applications that use it, allowing to work in parallel.

Which two statements are true about "Decision Snapshots"?. These snapshots, once activated, cannot be used independently in multiple applications. You cannot delete the decision model snapshot that has already been activated. Decision snapshots are read-only copies of a decision model. Decision model can be activated on DMN server.

You are defining application data in an OIC process application and are seeking to use the Business Types page because it provides the tools required to create and manage various business types. What task can NOT be performed on Business Types View?. Import a business object from JSON. Create business objects. Create enum objects. Import a business object from XML. Import schema files. Create business exceptions.

Which Process type should you choose to model non-sequential process type in Oracle Integration Cloud (OIC)?. Adaptive Case Management process. Structured Process. Dynamic process. Unstructured Process.

Which two are types of style patterns available while creating integration with Oracle Integration Cloud (OIC)?. Notification. Metadata. Orchestration. Map Data.

Which three are valid Oracle Integration Cloud (OIC) Roles?. ServiceDeployer. Servicelmplementor. ServiceUser. ServiceAdministrator.

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?. WLST script. VPN service. PL/SQL procedure. SSH tunnel. SOA on-premises connectivity agent.

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?. Node Service Account. Deploy API. View all Details. Deploy to Gateway.

When considering the management of plan entitlements in the API Platform Cloud Service, which two statements are valid?. Two entitlements of the same plan cannot point to the same entire API, or to the same action in an API. A given API can only be entitled by one plan at a time. You must have Service Manager role permissions to manage plan entitlements. An entitlement is the relationship between a plan and an API that defines how a client application can access the API. A given plan defines entitlements to only one specific API.

You are designing an OIC integration that will be processing files in a shared file system located within your on-premises data center. You have decided to leverage various Stage File action operations within the integration flow in conjunction with an on-premises OIC connectivity agent. When using the Configure Stage File Action Wizard, which is a valid consideration regarding file operation capabilities?. The Write File operation is not available for on-premises file systems. The List Files operation is still available for files uploaded through the connectivity agent. With regard to both the Read Entire File and Read File in Segments operations, files uploaded through the connectivity agent can only be read with a file reference. Files uploaded through the connectivity agent cannot be unzipped with the Unzip File operation using the file reference.

What Mapper function can you use to get the lookup value in Mapping Builder?. GetLookupValue. FindLookupValue. LookupValue. SearchLookupValue.

Which is NOT a key advantage of using Oracle Integration Cloud (OIC)?. Public/Private Cloud Portability. choice of IDE for development. Auto Association of Oracle SaaS Applications. prebuilt integrations. recommendations.

Which two statements are true about rules in a decision table?. Every rule consists of one or more input entries and a corresponding output entry. A decision table can contain only one rule. Rules are expressed as columns within a decision table. When the input data matches the input entries of a rule, the result of the decision table contains the output entry of the rule.

Which three Service-Oriented Architecture Cloud Service (SOA CS) Components can route a message to an end point?. Oracle Mediator. Oracle Business Rules. Oracle BPEL Process Manager. Oracle Service Bus.

Which three statements are true about SOAP and advantages it provides?. RPC (Remote procedure calls) are sometimes blocked by firewalls and proxy servers - SOAP overcomes that. It is able to act like a cleaning agent to remove excess data from the transmission protocol. Since its XML based, it is platform and programming language independent. It stands for Simple Object Application Protocol. It uses XML based content to communicate between two client machines across any modem network.

Which is NOT an activity that an Application Developer (API Consumer) can perform in the Developer Portal in Integration API Platform Cloud Service?. Learn about APIs. Subscribe to a plan. Create an API. Test an API. Create Application. Monitor performance.

Assuming that a particular user possesses the "Deploy to Gateway" grant, what grants on an API are required in order to deploy that API?. Manage API or Deploy API. Manage API. Entitle API. View all Details and Deploy API.

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?. Stage File with Read File in Segments operation. Switch. Stage File with Write File operation. For Each. Stage File with Read File operation. JavaScript Call.

You need to create an OIC integration that will be processing many records individually that are contained within a large file. You have been advised to use an implementation approach that includes using the Download File operation of an FTP adapter in conjunction with the Stage File action Read File in Segments operation to mitigate issues with memory consumption. When using this approach, which is a valid consideration regarding the use of the Read Fie in Segments operation?. The Read File in Segments operation allows for you to process the segments sequentially or in parallel. You must provide the actual filename because file references cannot be processed by the Read File in Segments operation. Segment sizes will default to 50 records but can be configured to any other segment size. You will need to explicitly configure a Scope action for this operation if you want to add additional actions during the processing of each segment.

Which two things should you do in order to invoke the multiple integrations without needing to create explicit connections for each endpoint?. Import each local integration you wish to invoke into your calling integration environment. Add the local-enabled flag for each integration you wish to invoke. Use the local integration wizard to define each integration to be invoked. Request the enablement of the oic.ics.console.integration.local.integration feature flag. Build each smaller integration as a local-only integration interface.

Which operation is NOT supported by Stage activity?. Read Entire File. Delete File. Write File. Unzip File. Zip File. Read File in Segments.

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?. You can change the heap size to a maximum of 32GB. You can change the heap size by logging a Oracle Cloud Support Service Request. You can change the heap size by using the Weblogic Server Administration Console. You cannot change the heap size once the Service Instance is provisioned.

Which fields are used to define static or dynamic list of values in web forms of process application?. Checklists, Radio button, or Select controls. Text Input and Area Fields. Date, Time, and Number Fields. Links, Email, and Message Fields.

You want to configure SOA Cloud Service instance to allow for a cluster of three WebLogic server instances. Which is a valid consideration when configuring the Load Balancer within your SOA instance?. Load balancer configuration may only be configured after the SOA instance cluster has been. Each load balancer node will share the same public IP address utilizing virtual routing redundancy protocol (VRRP). A SOA instance can include up to three load balancer virtual machine nodes. Oracle Traffic Director (OTD) is the only available implementation option.

Which expression can you use to schedule integration runs?. a XPATH. an iCal. a JavaScript. a XSLT.

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

Which three are characteristics of Device Virtualization?. Oracle Internet of Things (IoT) Cloud Service does not support Device Virtualization. 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. 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. 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. Devices used are not real. They are virtual devices and linked with Oracle Internet of Things (IoT) CS.

What are the correct steps involved in Business process creation in Process Cloud Service?. Visio (vdx), BPMN 2.0 (bpmn) and XPDL 2.x (xpdl). Perform WSDL configuration, XML message definition and web page design. Create an Abstract, Design Services, Set up Notify, Configure Send and Receive and Decisions. Create a process; assign roles to the process; Design the flow; Configure flow element properties; Define the data and then Associate the data.

Which two are On-prem Connectivity Options with Oracle Integration Cloud (OIC)?. VPN. Connectivity Agent. PaaS Agent. Execution Agent.

Which two are types of Authentication that are supported for Services in Integration API Platform Cloud Service?. Kerberos. WSS Username Token. OAuth2. BasicAuth.

Which three technology adapters are supported in Oracle's Service-Oriented Architecture (SOA) Cloud Service?. Oracle JCA Adapter for Sockets. Oracle EBS Application Adapter. Oracle JCA Adapter for Files/FTP. Oracle JCSA Adapter for JMS.

Which two options cannot be performed from the Monitoring Dashboard?. Activity Stream Download. Artifacts Download. Download Incident Logs. Download Lookup. Download Diagnostic Logs.

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?. Run this command to verify code.keystore has system certificates: keytool -list -stotetype JKS - keystore config\code.keystore. Run this command to verify code.truststore has system certificates: keytool -list -storetype JKS - keystore config\code.truststore. Run this command to verify cacerts has system certificates: keytool -list -storetype JKS -keystore security\cacerts. Run this command to verify code.certstore has system certificates: keytool -list -storetype JKS - keystore config\code.certstore.

Which three options are available for Business rule conflict resolution in Process Cloud Service?. No Conflict. Skip. Override. Escalate. Conflict.

What are the two types of analytics processors in Oracle Internet of Things (IoT) Cloud Service?. Batch Analytics Processors. Natural Analytics Processors. Static Analytics Processors. streaming Analytics Processors.

Which two statements are true about Internet of Things (IoT)?. 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. Cloud technology is well suited to enable IoT, offering high degrees of agility, low and flexible costs, and excellent resource utilization. Using IoT, hospitality-based businesses can better track customer behavior and preferences to deliver rewards and more tailored services that differentiate their businesses. 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.

Which four are states that a device can be in throughout its lifecycle?. Activated. Decommissioned. Disabled. Saved. Deactivated. Registered.

Which schema is used for defining the field structure of an analytic object?. Apache Avro schema. XSD schema. Database schema. XSL Schema.

Which role is needed for managing users from Oracle Internet of Things (IoT) Cloud Service?. lotUsersGroup. TotAdministratorsGroup. System Administrator. lotOperatorsGroup.

What two grants allow an API Manager to use a service in their API?. Manage Service. View All Details. Deploy Service. Reference Service.

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?. Cross-Origin Resource Sharing (CORS). Management Console Timeout Interval. Message Storage and Command Notification. OAuth Access Token Lifetime.

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?. Device Message and Analyzed Message. Oracle Storage Cloud Service. Spark SQL and Oracle NoSQL. Oracle Database as a Service. Local File System.

Which APIs does Oracle Internet of Things (loT) Cloud Service use to perform an analysis?. Native Spark Java APIs. SQL Queries. JavaScript APIs. Big Data APIs.

Which three background colors are displayed for autocomplete in Process Cloud Service?. Blue for complex binding names (their children may contain valid binding names). Red for invalid binding names. Green for valid binding names. Orange for unmatched binding names.

Which two actions can be repositioned in integration with Oracle Integration Cloud (OIC)?. Function Call. Switch. Stage File with Read File in Segments. Stage File.

Which four are valid for integration using Service Oriented Architecture Cloud Service (SOACS)?. Retrieve/Update supported data elements on the SaaS applications using REST Services in real time. SOACS has read access to HCM and ERP Cloud (SaaS) Applications data.*. Create Files in the required format and Orchestrate PBL data loads into the HCM/ERP Cloud. Create Files in the required format and Orchestrate FBDL data loads into the HCM/ERP Cloud. Create Files in the required format and Orchestrate ADFDi data loads into the HCM/ERP Cloud. Create Files in the required format and Orchestrate HDL data loads into the HCM/ERP Cloud.

Which REST API can be used for registering a device as third party device?. CREATE /iot/api/v2/private/partners. POST /iot/api/v2/private/partners. REGISTER /iot/api/v2/private/partners. PUT /iot/api/v2/private/partners. GET /iot/api/v2/private/partners.

Which three are ways enterprise applications can interact with Oracle Internet of Things (IoT) Cloud Service?. send commands/messages. insert/update/delete data. subscribe to data. query data. subscribe to commands/messages.

Which two are device activities that can be monitored from Oracle Internet of Things (IoT) Cloud Service?. Device Login Activities. Alert Messages. Application Data. Warning Messages. Device Data Messages.

What are two possible reasons for a Gateway not getting started?. The loT Service may be down. The provisioning file may contain correct Activation ID and Activation Secret. There is an invalid certificate. The provisioning file may contain incorrect Activation ID and incorrect Activation Secret.

What are the three threshold values for Database space?. Quiesced Mode Threshold. Un-Quiesce Threshold. Warning Threshold. Error Threshold.

Which is NOT a valid service provided by Oracle Enterprise Scheduler Service (ESS)?. running Java, PL/SQL, and binary script jobs. invoking jobs on external On-Prem and SaaS applications as scheduled on the Oracle Enterprise Scheduler. configurable to allow or restrict running multiple job requests associated with a single job definition concurrently. distributing job-request processing across a grid of application servers. invoking jobs on external On-Prem and SaaS applications as scheduled on the those Schedulers.

Which three are created and managed using the Integration page in Process Cloud Service (PCS)?. ICS Integrations. Java Cloud Services. Rest Connectors. Web Service Connectors.

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?. Account for network connectivity and latency sensitivity to the on-premise application in the architecture. Ensure that Oracle Support Notes for a hybrid cloud architecture with that application are reviewed and supported. Design a load balancer solution for connectivity. The DMZ needs to open port 80 for proper connectivity.

Which four Client Software Libraries can be used for developing applications with Oracle Internet of Things (IoT) Cloud Service?. C POSIX. Java SE. .NET. JavaScript. Android. VB Script.

As a Process Cloud developer, you have been tasked with integrating Oracle Content and Experience Cloud with a process application. Since this is a document-centric process that will involve collaboration with process participants, it has been determined that the document and conversation functionality should be used. Which task is NOT required?. You will need to create a new process application since conversation functionality cannot be enabled for pre-existing applications. You must manually enable the document and conversation features for your process application. You will need to have the administrator configure the connection between Oracle Process Cloud and Oracle Content and Experience Cloud since developers do not have those permissions. You will need to assign conversation viewers to either an Oracle Content and Experience user role or Oracle Documents Cloud Service user role.

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?. You are required to obtain an authentication token for an Object Storage bucket within an accessible OCI compartment. You can use any Oracle Database instance running in either OCI or OCI Classic. You must create a Virtual Cloud Network in OCI with at least two subnets. Provisioning MFT requires creating a SOA Cloud Service instance in OCI choosing "MFT Cluster" as a service type.

Which feature flag lifecycle stage includes OIC features that you can request from Oracle to be disabled within your OIC instance environment?. Internal Only. General Availability. Feature Controlled. Feature Controlled General Availability.

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?. Increase the blocking timeout within the OIC integration settings to allow for extended time. Change to an asynchronous flow that provides a notification when processing is complete. Split into smaller integration flows that can be orchestrated sequentially from a master synchronous flow. Change the implementation logic to invoke multiple fine-grained external API calls within a single loop.

Denunciar Test