TEST BORRADO, QUIZÁS LE INTERESE: 1Z0 1042
COMENTARIOS | ESTADÍSTICAS | RÉCORDS |
---|
REALIZAR TEST
Título del Test:
1Z0 1042 Descripción: OIC 1Z0 1042 Autor: Javier OTROS TESTS DEL AUTOR Fecha de Creación: 30/10/2024 Categoría: Informática Número Preguntas: 160 |
COMPARTE EL TEST
Comentar
No hay ningún comentario sobre este test.
Temario:
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? You can use an expression to calculate a shared role, but not users or groups. You can use an expression to calculate a specific user, but not a group or shared role. You can use an expression to calculate the user or group, but not a shared role. You can use an expression to calculate the user, group, or a shared role. You can use an expression to calculate the group or shared role, but not specific users. 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 user with the Designer Role Any user The same user who has edited the connection A user with the Administrator Role. Your design of an asynchronous Oracle Integration Cloud (OIC) integration flow includes the requirement for additional processing logic that is conditionally based on the results returned to the integration instance from earlier external service invocations. You decide to leverage the Switch action to facilitate this implementation. Which is a valid consideration concerning the configuration and capabilities of the Switch action? The Switch action must include an otherwise branch. Data objects returned from actions within a branch of a switch action are not visible in the main flow of the integration after the switch action. Nested switch actions are not supported, and you may need to create more complex conditional expressions, if necessary. XPath version 2.0 functions can be used to create more complex conditional expressions for a branch. 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? You must explicitly specify the target server TLS version for the external web service outbound Invoke connection configuration. The WSDL URL property value can be defined by uploading a file for either the inbound Trigger connection or the outbound Invoke connection configurations. The SAML and OAuth security policies are available options for creating either the inbound Trigger connection or the outbound Invoke connection configurations. The Trigger connection and Invoke connection must have different authentication methods. You are tasked with testing an integration that uses a REST trigger in Oracle Integration Cloud (OIC). You have successfully configured the REST Adapter, and now you want to verify that the integration functions correctly. What should you do to test the integration? Use the "Test" button in the integration designer to create a request, validate the response, and review the execution logs. Manually trigger the integration by sending an email to a specified email address with the required REST parameters. Perform a SQL query on the associated database to ensure that the expected data is present. Export the integration as a .jar file and run it in a local development environment. Which three statements are true about SOAP and the advantages it provides? SOAP commonly serves as a cleaning agent that removes excess data from the transmission protocol. SOAP over HTTP is typically not blocked by firewalls and proxy servers. SOAP typically leverages XML-based payloads to communicate between two client machines across any modern network. SOAP provides flexibility for message formatting, allowing for loose coupling between a client and a server. SOAP is platform independent and programming language independent. SOAP clients can easily hold stateful references to remote server-side SOAP objects. Which APIs does Oracle Internet of Things (IoT) Cloud Service use to perform an analysis? Big Data APIs Native Spark Java APIs JavaScript APIs SQL Queries. What are the four steps required to complete the task 'create a connection'? Configure Connection Security Configure Connection Properties Test Connection Configure Lookup Import SSL Certificate Select an Adapter. When considering the configuration of APIs, Services, and Service Accounts in the API Platform Cloud Service, which two statements are valid? An API references Services and Service Accounts through the policies defining the API. A Service must include a Service Account reference to invoke a back-end service. A Service Account defines the security credentials required to invoke a back-end service. An API Platform policy can be configured to reference another policy to override credentials information. A Service Account is limited to using OAuth credentials only for defining security because Services can be configured to define Basic Authentication. You are assigned to review the specifications of the SOA composite applications that have been deployed to your SOA Cloud Service instance. Part of this analysis requires you to catalog the Service Component Architecture (SCA) components that are implemented within each composite application. Which is a valid SCA component in an Oracle SOA composite application? B2B Agreement MFT Adapter BAM Adapter Mediator. Which two statements are true regarding messaging adapters in Oracle Integration Cloud? Both the Apache Kafka and OCI Streaming adapter support XML, JSON, and Avro message formats. The OCI Streaming Adapter does not support consuming messages from a specified consumer group. The Apache Kafka adapter can be configured to support Transactions in case of Producer. It is not mandatory to install a Connectivity agent to use the OCI Streaming Adapter for inbound polling. In Oracle Integration Cloud (OIC), you are working on an integration that uses a REST trigger, which will require authentication. You need to ensure that only authorized clients can access the integration. Which configuration should you apply? Configure the REST Adapter with a Basic Authentication or OAuth 2.0 security policy and provide the required credentials. Set up an IP whitelist in the OIC instance, allowing only specific IP addresses to access the integration. Encrypt the payload using a custom encryption algorithm and provide the decryption key to authorized clients. Enable Cross-Origin Resource Sharing (CORS) and set an API key in the REST Adapter configuration. In Oracle Integration Cloud (OIC) Process, you create web forms to interact with end users. As part of creating a web form, you add its controls, configure its data, and define form behavior. Which statement is true about creating web forms? You can assign only one style sheet and one or more presentations to a web form. You can assign one or more stylesheets and only one presentation to a web form. You can assign one or more stylesheets and one or more presentations to a web form. ou can assign only one style sheet and only one presentation to a web form. You need to create an OIC integration that will process many records individually 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's 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 File in Segments operation? The Read File in Segments operation allows 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. There are use cases in which you need to perform an advanced XSL task that you cannot perform in Oracle Integration Cloud (OIC) data mapper. To perform advanced mapping tasks, you decide to use an external XSL mapper and then import the .xml back to your integration. Which is NOT a valid consideration when handling this use case? The exported archive file can include a map file that is largely complete in content or a map file that is empty of content. The exported archive must be imported into an Oracle Service Bus project in JDeveloper. You must export the entire integration that contains one or more .xsl files. Once the advanced mapping is complete, you must import the entire integration that contains the updated .xsl files. The Oracle Integration Cloud (OIC) integration design editor provides a data mapper UI tool that is available for Map actions. Which statements are TRUE regarding the use of the Mapper tool? (Choose two.) You can drag and drop a source data element to multiple target node elements. You cannot drag and drop an XSLT flow control statement directly to a target node element. You cannot drag and drop a source data element to a target node element that is already mapped. You cannot drag and drop an XPath function activity directly to a target node element. Your organization maintains two SOA cloud service instances used separately for testing and production. What is the best practice for defining the property values and endpoint addresses unique to each environment when deploying the same SOA composite application archive to both instances? Create two separate configuration plans that contain the environment-specific values and then associate the appropriate plan with the SOA archive deployment. Manually update any required values for unique properties or endpoint addresses in Fusion Middleware Control following deployment. Edit each application's deployment descriptor to dynamically retrieve values for properties and endpoint addresses from the environment upon deployment. You cannot deploy the same archive to two different environments. Define the specific properties and endpoint addresses statically within two separate SOA archives. Which adapter is NOT provided in the Oracle Cloud Adapter Pack bundled with the Oracle SOA Cloud service? SuccessFactors Adapter Oracle ERP Cloud Adapter Salesforce Adapter Oracle E-Business Suite Adapter. You can recover unsaved changes in an Oracle Integration Cloud (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 the unsaved changes feature in OIC? Changes made while working inside Data Mapper cannot be recovered. A user with the ServiceAdministrator role can recover the unsaved changes. Changes made while editing a Connections page cannot be recovered. A backup copy is created after each completed task, therefore there is no time limit to logging back in and recovering your changes. A user with the ServiceAdministrator role can unlock an integration that has unsaved changes. Which two are ways the Oracle Internet of Things (IoT) Cloud Service environment can be accessed? Using SOAP Interface Using REST Interface Using a desktop client Using Web Browser. Which two statements are true about the Internet of Things (IoT)? Different IoT approaches need to integrate technologies like mobile, cloud, big data, and analytics, connecting everyday objects to each other and the Internet. Cloud technology is well-suited to enable IoT, offering agility, low costs, and excellent resource utilization. Using IoT, hospitality-based businesses can track customer behavior to deliver rewards and tailored services. IoT is not useful in asset tracking scenarios due to the unavailability of low-cost connected devices and sensors. Which Oracle Integration Cloud (OIC) service role does NOT have permission to run an OIC integration flow? ServiceInvoker ServiceDeveloper ServiceAdministrator ServiceUser. Which two are ways Business Rules can be modeled in Process Cloud Service (PCS)? Using Oracle Business Rules Editor Using OIC Rule Editor Using BPM Rule Editor Using Decision Model Editor. 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? The model must be in Draft state in order to map a milestone to an integration action. A business process implementation can be mapped to milestones within only one model. Milestones in a single model can be mapped to multiple business processes. Extraction criteria for the instance unique identifier is defined with an XPath extension. Extraction criteria for the milestone indicator is defined with an XPath expression. What two tasks can a user with the Application Developer role perform? Subscribe to a Plan. Deploy to a Gateway. Create an API. Create an Application. OIC is available in two editions - Standard and Enterprise. Which OIC Enterprise Edition capabilities are ALSO available in the OIC Standard edition? (Select two) Process Applications B2B Trading Partner Agreements Enterprise application Adapters (such as EBS, JDE, SAP, and Siebel) Integration Insight File Server Visual Builder. You are tasked with monitoring the SOA composite application and the underlying environment within a SOA Cloud Service instance. Which tool should you use? Manage File Transfer Console WebLogic Server Console Fusion Middleware Control Oracle Service Bus Console B2B Console Load Balancer Console. Which two statements about lookups are correct? You cannot clone a copy of an existing lookup. Changes made to lookups already used in active integrations take effect immediately. Create a lookup to map values between applications. Lookups are deployed as part of integration activation. You can group one or more Oracle Integration Cloud (OIC) integrations into a single structure called a package. Which statement is NOT true about OIC packages? All packages must include at least one integration. Packages cannot be locked to deny other users access to your integrations. Packages enable you to easily import and export a group of integrations to and from OIC. New packages can be created by clicking the Create button on the Packages page in the OIC console. You can import packages directly from the Oracle Marketplace. Integrations do not need to be part of a package. Which four are key features of Oracle Integration Cloud Enterprise (OIC)? Data stream analytics Enterprise Service Bus (ESB) OCI VPC endpoints Application Integration Web and Mobile application creation Business to Business (B2B). The Integrations flow element in Oracle Integration Cloud (OIC) processes provides you an option to easily integrate your process application with other applications and services. Which three types can be added and managed from the Integrations flow element? OIC invokable dynamic processes hosted within the same OIC environment Web Service Connectors OCI Functions deployed in the same OCI compartment hosting the OIC environment OIC integrations hosted within the same OIC environment REST Connectors. When defining the frequency for scheduled orchestration style integration runs, you can choose either Basic or the Advanced option. Which expression format is used for defining advanced scheduled runs? Groovy YAML cron iCal. 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=MO-FR;BYHOUR=15" "FREQ=WEEKLY;BYDAY=MO-FR;BYHOUR=15" "FREQ=DAILY;BYDAY!=SA,SU;BYHOUR=15" "FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR;BYHOUR=15". You created a scheduled integration in Oracle Integration Cloud (OIC) that uses scheduled parameters named startDate and endDate to determine the date range for a data synchronization process. The default values for these parameters are set to the previous day for startDate and the current day for endDate. However, you now want to schedule a run of the instance with a different start date. What should you do? Override the parameter value when scheduling the integration instance. Create a new version of the integration by modifying the parameter value, and then deploy the new schedule integration version. Modify the parameter value in the instance's integration properties and restart the instance. Modify the parameter value in the integration and redeploy the integration. Which statement is NOT true about Schedule Parameters in Oracle Integration Cloud (OIC) integration flows? Schedule parameters are always visible as an additional data source in the Sources section of the mapper and expression editors within the integration. Updates to Schedule Parameter values can be made manually before submitting an ad hoc request. Updates to schedule Parameter values made dynamically in an Assign action will not persist or to the next instance run of the integration. Updates to Schedule Parameter values can be made manually when starting a schedule. What is the default value for Command Notification Timeout? 5 seconds 2 seconds 10 seconds 1 second. You are tasked with provisioning a Managed File Transfer (MFT) Cloud Service on Oracle Cloud Infrastructure (OCI). Which statement is valid concerning MFT provisioning? Defining virtual machines (compute nodes) for the WebLogic cluster is no longer needed. You must include the B2B cluster configuration since the MFT service runs with B2B document. Because MFT requires an Oracle ATP database, the database instance must be provisioned in OIC. MFT requires creating an Oracle SOA Cloud Service instance and choosing "MFT cluster" as the service type. 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? Imported integration can be reconfigured to use different connection resources by using the OIC REST API. Imported integrations cannot be immediately activated if their dependent connection resources are not already present in the target OIC environment. Exported integrations will include all of their dependent connection resource information with the exception of URL and credentials. Integrations must be exported as a package if you want to import them into another OIC environment. When creating integrations in Oracle Integration Cloud (OIC), a visual mapper enables you to map element nodes between applications by dragging source element nodes onto target element nodes. Which statement is NOT true about the OIC Data Mapper functionality? In the Designer view, the Sources section contains data structures of all available data objects, which includes integration metadata, tracking variables, global variables, and integration property values. The data structure for the target service is always displayed on the right side in the Designer view. All Source and Target data objects are represented internally as JSON structures. All transformation mappings use eXtensible Stylesheet Language (XSL). When you navigate to the mapper and select a target element, Expression Builder launches in a user-friendly mode by default. What policy is required to be in an API if that API is to be used under a Plan? Application Rate Limiting Basic Auth Key Validation Interface Filtering. Which statements are true about wsdl? (Choose two.) It uses XML to define the service layer document which consists of origin of the web service, headers, port types, request and response data. It stands for "Web Service Description Language” and is a document written in Object Notation. It uses XML or JSON to define the service layer document which consists of origin of the web service, headers, port types, request and response data. It stands for "Web Service Description Language" and is a document written in XML. It is a wrapper for a SOAP message. What options are available for Escalation and Expiration of human tasks in Process Cloud Service? Escalate, Restart, Next or Previous Renew, start, end, or error Never Escalate, Skip, hierarchy, or New Never expire, Expire, Renew, or Escalate. What are the three main capabilities of Oracle Integration Cloud (OIC)? Application integration API management Business process automation Internet of Things (IoT) application development Web and mobile application development Digital assistant application development Blockchain application development. You receive a status code: 502 Proxy Error. Which is a possible event cause for this error? when the proxy setup is incorrect while registering a large number of devices using the Batch Registration feature under the Devices menu while adding proxy for an enterprise application device while the proxy server is not responding to the request. You are designing a new integration in Oracle Integration (OIC) that needs to expose a RESTful interface 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 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. Which four statements are correct regarding the differences between WSDL/SOAP and REST/JSON? WSDL is a tight contract; REST is a loose contract. REST is more easily used in developing UIs than WSDL. REST is also gaining popularity in application development. Modern API-first architectures prefer to use tried-and-true WSDL services over REST services because they are quicker and easier to implement. WSDL is a request for a service; REST is a request for a resource. Unlike WSDL, REST is typically invoked with HTTP verbs. WSDL is simpler; REST is richer. Which three are scenarios where Managed File Transfer (MFT) is a valid approach? Oracle MFT can be used in conjunction with Oracle Integration Cloud (OIC) to push files for processing by OIC. Many SaaS applications still use files as a means for sharing data, so MFT capabilities are still very important. File adapters remove the need to ever have to use MFT. In integration scenarios where it is important to use either compression and/or encryption in the transfer process. File Transfer is an old, outdated method of sharing information and should not be used. 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 are valid considerations when leveraging the OIC connectivity agent for high availability on-premise 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, and 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. Since the File Adapter is not supported in high-availability environments, you must use an Agent Group that uses only one installed active Agent. You must have the OIC ServiceDeployer role or higher permissions to download and install the OIC Connectivity Agent. 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. During a design review of your OIC orchestration-style integration, it has been recommended that you refactor it into smaller integrations. 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 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. 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. You are Oracle integration Cloud (OIC) specialist working on a project to integration two system OIC. During, you notice that the integration instance fails to execute and returns an error. Which step would you take first to troubleshoot the issue? Check the instance logs for specific error messages and details. Increase the instance logs for specific error messages and details. Immediately restart the integration instance. Contact Oracle Support and wait for a response. You have been tasked with monitoring the SOA composite applications and the underlying environment within a SOA Cloud Service instance. Which SOA Cloud Service web application is best for viewing completed composite instances? Fusion Middleware Control WebLogic Service Console SOA Cloud Service Console Service Bus Console SOA Composer. 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. 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. . 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. What are two key benefits of Oracle Web Service Manager (OWSM) in the management and security of Web services across the organization? Security is controlled by the developer of the service and this gives greater control to the development of the service. OAuth services are used for REST based services. OWSM provide a framework that is externalized and declarative outside of the web service implementation. Developers no longer need to understand security specifications and security implementation details. 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 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. 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 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. Which two are NOT default start and end events in Process Cloud Service? Folder start and None end event SOAP start and SOAP end event None start and end event Task start and end event. Which is a required prerequisites for API Platform Cloud Services? (Choose three). Storage Cloud Service and Compute Cloud Service Integration Cloud Service Database Cloud Service (DBCS) and Storage Cloud Service Java Cloud Service (JCS) and Database Cloud Service (DBCS). 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 data objects of a decision. 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. 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. 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. Integration Insight in OIC provides a business friendly experience, allowing users to model, collect, and monitor metrics for their business processes. Which statement is not true about Integration Insight models? The activity associated with an Integration Insight model is a model instance. A model must have both an initial milestone and terminal milestone created in order to be activated. Integration Insight models can define milestone activities in either OIC integration OIC process business processes. The model identifier value must be unique and is extracted only once for a model instance and cannot be changed. Model indicators are limited to only one of two types: Dimensions and Measures. Each model instance is a unique occurrence based on the business process that is associated with the model. Which two are On-prem Connectivity Options with Oracle Integration Cloud (OIC)? VPN Connectivity Agent PaaS Agent Execution Agent. 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 type of certificate requires the uploading of a keystore(.jks) file in Oracle Integation Cloud to facilitate two-way SSL communication with external services? Identity Certificate Message Protection Certificate Multi Domain Certificate Trust Certificate Unified Communication Certificate. Which role is needed for managing users from Oracle Internet of Things (IoT) Cloud Service? lotUsersGroup TotAdministratorsGroup System Administrator lotOperatorsGroup. 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. Which two are types of style patterns available while creating integration with Oracle Integration Cloud (OIC)? Notification Metadata Orchestration Map Data. Which two are execution modes supported by gateway node in Integration API Platform Cloud Service? Production Development Stage Test. A company has been Oracle integration Cloud (OIC) to integrate its business applications, such as Oracle HCM Cloud, Oracle HCM Cloud, Oracle ERP Cloud, and Salesforce. However, they are planning to migrate some of their current OIC instance to a new instance in different region to comply with data sovereignty regulations. Which statement is true regarding the exporting and importing of integrations? To change an integration identifier or version, you can manually edit the exported integration (AR) file before importing it into another instance. You cannot import an integration if it already exists with the same identifier and version. You can export an integration either as a separate file (IAR) or bundled in a package (PAR) and it will still contain the connection resources. You can import a package containing activated integrations. 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. Which statement is valid regarding Connection components in OIC Service? All Connection components must be associated with an adapter type regardless of role configuration. Each Connection component associated with a SaaS adapter type will also require a Lookup Component configuration. Connection components can be configured with either a Trigger role or Invoke role, but not both. All connection component configurations require the association of an active OIC Connectivity agent group. GlobalTech Corporation uses Oracle integration Cloud (OIC) to synchronize data between their ERP systems. They currently have a scheduled integration that runs rightly at 3 AM. With the implementation of a new CRM system that supports real-time data synchronization, Globaltech we update their ERP system immediately after any data changes in the CRM. To achieve this, they need convert their scheduled integration to an app-driven integration, allowing the CRM system to trigger implementing this conversion, which of these consideration is NOT valid(False)? You must choose an existing REST Adapter trigger connection resource. You cannot convert a scheduled integration to a REST Adaptor triggered integration with multiple verbs. After conversion, existing scheduled parameters will be automatically converted to integration properties. You cannot convert a scheduled integration with assignments that have the fault data type. Which three options are available for Business rule conflict resolution in Process Cloud Service? No Conflict Skip Override Escalate Conflict. 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 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. Which operation is NOT supported by an OIC connection resource configured with the FTP Adapter in the Invoke role? Write file Read File Delete file Read File in segments Download file List Files. 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. OIC is a fully managed cloud service that provides many components and use case capabilities when an OIC Enterprise Edition instance is provisioned. Which three capabilities does OIC Enterprise Edition provide? Leverage an embedded continuous integration server to automate CI/CD workflow. Deploy SOA composite Applications(SCA) developed with Jdeveloper Extensions and BPEL constructs. Leverage an embedded SFTP-compliant repository for storing and retrieving files. Create digital assistants (Chatbots) and skills using natural language conversations to facilitate integration with Oracle Saas applications. Model and extract business metrics in real time and gain insight into business processes by using dashboards. Create blockchain networks and deploy blockchain integrations applications. Create integrations that use B2B e-commerce, which support the EDI X12 business protocol. You are defining application data in an Oracle Integration Cloud (OIC) process application and are seeking to use Business Type view because it provides the tools required to create and manage various business types. Which task CANNOT be performed in the Business Types View? Import a business object from JSON Create business exceptions Import a business object from XML Create business objects Create enum objects Import schema files. 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? Oracle JCA Adapter for Sockets Oracle EBS Application Adapter Oracle JCA Adapter for Files/FTP Oracle JCSA Adapter for JMS. Which two statements are true regarding mapper activity? You can drag and drop a source on to multiple targets You can drag and drops switcher activity in the target You cannot drag and drop a source on to a target that is already mapped You can drag and drop function activity in the target. Which built-in API platform policy lets you manipulate the request context? Application Rate Limiting Policy Key Validation Policy Redaction Policy Groovy Script Policy. When creating integration in Oracle Integration Cloud (OIC), a visual mapper enables your element nodes between applications by dragging source element nodes onto target element nodes. Which statement is NOT true about the OIC data mapper functionality? When you navigate to the mapper, the Expression Builder launches in user-friendly mode by default when you select a target element. The data structure for the target service is always displayed on the right side in the Designer view All transformation mapping use extensible Stylesheet language (XSL) All source and Target data objects will be represented internally as JSON structures In the Designer view, the Sources section contains the data structures of all available data objects to include integration metadata, tracking variables, global variables, and integration property values. Which two types of authentication mechanisms are available for Service Account configurations in API Platform Cloud Service? OAuth2 Basic Authentication WSS Username Token Kerberos. 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 two statements correctly define the use cases for Business Process Execution Language (BPEL) vs. Business Process Modeling Notation (BPMN) vs. Enterprise Service Bus (ESB)? Decision Model and Notation (DMN) replaces BPMN in modern Cloud Architectures. 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. BPEL is inherently better than BPMN in managing orchestrations that involve people, because BPEL can also interact with systems. 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. BPEL and ESB are both good technologies for doing heavy transformations of data before sending the data to a back-end system or database. 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. 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. Which statement is NOT true about decision models in OIC process? In the Graph view, you can create decision requirement diagrams(DRDs) to visually represent your decision model but only one DRD per decision model is supported. Decisions created using the Function notation return a value only when invoked from another decision. A decision service exposes output decisions of a decision model as private internal REST APIs to the process application. A decision model must contain at least one decision service in order to be used in Process application. 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. Which is the most appropriate approach for leveraging the Throw New Fault action in your integration to achieve this requirement? 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. 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. 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. You are working on an integration within Oracle Integration Cloud (OIC) that includes several connections to external systems. As part of your development work, you need to implement global fault handling to ensure that any unexpected errors are caught and handled correctly. Which approach should you use to add global fault handling within your integration? Open the Global Fault Handler page on the integration canvas and add actions as needed to handle unexpected faults. Use the Raise Fault action within your integration flow to generate custom faults and handle them accordingly. Create a separate integration solely for the purpose of handling faults and configure your main integration to call it when necessary. Add a Try-Catch action to your integration flow and configure it to catch and handle any faults. Your organization has a number of active integrations in Oracle Integration Cloud (OIC). Your advice is sought on the consequences of deactivating integration instances. Which statement concerning integration deactivation is NOT valid? You can choose to retain the event subscription, where events are resent if the integration is reactivated again within six hours. You will not be able to observe any failed instances occurring after the deactivation request. Processing of any new messages will be immediately stopped. All existing history, monitoring, and runtime data will be lost. Which statement regarding tracing options for Oracle Integration Cloud (OIC) integrations is NOT valid? Enabling payload tracing to log input and output payloads to the activity stream is allowed in production OIC instances. The tracing level has no impact on billing. When Global tracing is turned off, you can override by enabling tracing at the individual integration level on the Integrations page. You can enable or disable tracing on activated integrations without reactivating them. 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. Change the implementation logic to invoke multiple fine-grained external API calls within a single loop. Increase the blocking timeout within the OIC integration settings to allow for extended time. Which statement about Oracle Integration Cloud (OIC) is NOT valid? Using the connectivity agent, you can create hybrid integrations and exchange messages between applications in private or on-premises networks and OIC. OIC Lookups are based on a static definition, meaning you create and populate them during design time, and cannot be changed by runtime activities. When you open the mapper for a request or response message in an integration, the data structures are automatically populated with the information pulled from the source and target connections. An application-driven integration can contain one or more trigger (source) connections for requests sent to OIC and one or more invoke (target) connections for requests sent from OIC. Which are types of certificates in Oracle Infrastructure Cloud (OIC) that can be imported from the Certificates page under Settings? (Choose three.) Unified Communications Certificate Multi Domain SSL Certificate Message Protection Certificate Trust Certificate Identity Certificate. Which statement is valid regarding Oracle Integration Cloud (OIC) Lookups? Lookup values must include two or more domains associated with the corresponding SaaS applications. Lookup values are retrieved from a back-end database at run time. A custom OIC XPath function is used to retrieve data from Lookups in the Data Mapper. You cannot clone an existing lookup if it is being currently referenced in one or more active OIC integrations. Which Oracle Integration Cloud (OIC) XPath function can be used to retrieve data from an OIC Lookup within the Data Mapper tool? getLookup lookupValue get-content-as-string get-value-from-lookup. As an integration developer, you are creating an integration in Oracle Integration Cloud (OIC) to transform a payload with multiple orders. You need to configure the for-each action to loop through each order and process them individually. How do you correctly configure for the for-each action to support this scenario? Select the Sequential Processing option and set the batch size to the number of orders. Select the Repeating Element field and map the source element that contains the orders. Select the Parallel Processing option and set the number of threads to the number of orders. Select the Group By option and group the orders by the order number. You are implementing a synchronous Oracle Integration Cloud (OIC) integration flow that processes file records within a While loop action. At the end of each loop, you want to delay processing of the next record for a certain period of time. Which is a valid consideration when using the Wait action? The Wait action cannot be used in a synchronous flow. The Wait action can only be positioned as the last action within the loop. The maximum wait time cannot exceed 20 seconds within the loop. The maximum wait time cannot exceed 300 seconds. You are tasked with creating an Oracle Integration Cloud (OIC) integration flow that supports a B2B document exchange. When configuring the B2B action there are several capabilities as well as limitations. Which statement is NOT valid concerning OIC B2B capabilities? When defining the EDI message type, both the document version and document type must always be explicitly selected. A previously created Trading Partner Agreement is optional when configuring the inbound or outbound translation. You can customize standard Electronic Data Interchange (EDI) documents by adding new schema constructs or by editing existing constructs. It is mandatory to perform validations on EDI documents for inbound translations; however, for outbound translations it is optional. CSV-formatted data has been extracted from ERP Cloud by invoking a web service using the SOAP Adapter, and the data extract has been returned as an MTOM attachment. You now need to send this CSV file to an external REST API that supports accepting this content as a Base64 encoded string. Which is a valid solution offering the best performance? Use the REST adapter configuration wizard to define the structure of the CSV when configuring the invoke connection, then map the MTOM attachment directly. Map the received MTOM attachment directly to the REST adapter invoke map action using the encodeReferenceToBase64 function. Create and register a JavaScript function to convert the contents, invoke it using the JavaScript call action, then map the result to the REST adapter invoke map action. Create an NXSD in Oracle JDeveloper to define the schema of the CSV and use it to map the transformed data to the REST adapter invoke map action. Oracle Integration Cloud (OIC) integrations can be exported so that later they can be imported into another OIC instance environment. Which statement is NOT true about the import and export of OIC integrations? Exported integrations include all their dependent connection resource information except URLS and credentials. Integrations must be exported as a package if you want to import them into another OIC environment. Imported integrations can be reconfigured to use different connection resources by using the OIC REST API. Imported integrations cannot be immediately activated if their dependent connection resources are not already present in the target OIC environment. Which action CANNOT be performed from the Oracle Integration Cloud (OIC) Monitoring Dashboard? View Connectivity Agent Group Status Download OIC Lookups View Current Email Count Download Design-time Audit Records View Design-time Metrics. You are an Oracle Integration Cloud (OIC) specialist responsible for integrating two enterprise applications. Recently, you noticed that your integration instance is processing messages much slower than expected, causing a significant delay in data synchronization between the applications. What is the best course of action? Reactivate the integration to clear any temporary issues that might be causing the slowdown. Delete and re-create the integration to start with a clean slate. Immediately increase the number of instances to handle the increased load. Analyze the performance metrics of the instance, identify bottlenecks, and optimize the integration accordingly. Your team is using a JavaScript library function within an Oracle Integration Cloud (OIC) integration flow. Because of business requirements, one of the functions needs to be updated with additional code to incorporate new logic. Which consideration regarding JavaScript library functions is NOT valid? Active integrations using a function that has been updated must be reactivated. JavaScript functions are not allowed to make outbound calls to external services. Network, disk, or thread access is not supported from within a JavaScript function. The JavaScript action has a timeout threshold of 60 seconds. In an Oracle Integration Cloud (OIC) project, you are asked to leverage a custom JavaScript library function to be used within an application-driven orchestration integration flow. Which set of steps should you follow to correctly use the JavaScript library within your OIC integration? Import the JavaScript library file into your OIC instance's database schema, and then use a Local Invoke action to call the library function. Use the Function Call action within the integration flow to reference an external URL that is hosting the JavaScript library function. Import the JavaScript library file to the OIC Console, and then use the JavaScript action within the integration flow to reference the library function. Copy and paste the entire JavaScript function code into a new JavaScript stage within the integration flow, and then map the inbound and outbound data elements in the corresponding map action. You are designing an OIC integration that processes 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. Which statement is not valid concerning file operation capabilities with regard to restrictions on using Stage File Action operations with the file and attachment features of the Connectivity agent? Files uploaded through the Connectivity agent cannot be unzipped using a file reference. Files uploaded through the Connectivity agent are not available with the List File operation. Files uploaded through the Connectivity agent can only be read with a file reference, with regard to both the Read Entire File and Read File in Segments operations. Files uploaded through the Connectivity agent are not available with the Zip File operation. Which adapter should be used for a configured connection from an orchestrated integration to the enabled File Server associated within the same OIC environment? REST Adapter FTP Adapter Local Adapter File Adapter. Which statement is VALID regarding Connection resources in Oracle Integration Cloud (OIC)? All Connection configurations require the association of an active OIC Connectivity Agent group. Each Connection associated with a SaaS adapter type also requires a Lookup component configuration. All Connection resources must be associated with an adapter type regardless of role configuration. Connection resources can be configured with either a Trigger role or an Invoke role, but not both. You have built an integration that includes an ERP Cloud Adapter connection. After the development has been completed, there is now a requirement to include newly added custom objects and custom attributes as part of the mappings. Which is the most efficient way to handle this requirement? Click the Refresh Metadata option for the ERP Cloud connection, navigate back to your integration, then delete and re-create the map action to include the new custom objects and attributes. Delete the invoke action to the ERP Cloud, re-create it, then edit the map action to include the new custom objects and attributes. Click the Refresh Metadata option for the ERP Cloud connection, navigate back to your integration, then edit the map action to include the new custom objects and attributes. Delete the integration and re-create it to include the new custom objects and attributes in the map action. Which metadata formats are supported by the REST adapter when configuring Oracle Integration Cloud (OIC) connections? Open API, RAML, Swagger Swagger, RAML, WADL Open API, WADL, RAML Swagger, WADL, RAML. Integration Insight in Oracle Integration Cloud(OIC) dramatically simplifies the process of modeling and extracting meaningful business metrics, allowing business executives to understand, monitor, and react quickly to changing demands. After a model has been activated, which is NOT a valid model instance state? Failed Successful Healthy Recoverable Terminated. 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 plan defines entitlements to only one specific API. An entitlement is the relationship between a plan and an API that defines how a client application can access the 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. 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 JNDI name value must be provided when configuring the properties of a new database adapter outbound connection pool to support dependent SOA composite applications? The associated XA database adapter plan deployed with this database adapter outbound connection pool. The defined XA database adapter connection factory configured for this WebLogic domain. The corresponding XA enterprise resource adapter application deployed to the same WebLogic cluster. The corresponding XA data source configuration deployed to the same WebLogic cluster. You are creating integrations in Oracle Integration Cloud (OIC) using B2B trading partner agreement. Which identifier is implicitly used for all out outbound agreements? EDI interchange Internal Sub ID EDI interchange ID Application Partner ID EDI Group ID Qualifier. You have a use case requiring the design of a synchronous Oracle Integration (OIC) integration flow that returns a custom business fault message to the client if processing fails due to an external runtime fault encountered during the integration instance execution. Which implementation strategy best satisfies this requirement? 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. Implement the Global fault handler to catch the runtime fault, and then use the Re-throw Fault action to send the fault to the client. Implement a Scope fault handler to catch the runtime fault, and then use the Fault Return action providing mapped data for the custom fault. A Logger action enables you to log messages at runtime for fault diagnostic purposes. Which is NOT a valid statement concerning Logger action capabilities? You can always specify to log, even when the integration's tracing level is set to Production. It logs messages only to the activity stream and diagnostic logs. Debug-level messages require the integration's tracing level to be set to Debug. It always logs messages if the integration's tracing level is set to Audit. In Oracle Integration (OIC) you can notify users by email with hourly or daily reports about system status as well as service alerts. Which is NOT an alert type that can be configured in these notification emails? Certificates that are set to expire within seven days. Failed instances exceeding a specified percentage. One or more connectivity agents are unavailable. The email quota has exceeded the threshold. Which statement is valid regarding the use of JavaScript libraries in Oracle Integration (OIC) integrations? Functions within a library are automatically exposed as REST endpoints. Functions in JavaScript libraries can be parameterized and reused across multiple integrations. JavaScript libraries in OIC are automatically exposed as web services. You cannot modify functions in JavaScript libraries once they have been registered and consumed by an integration. What is the maximum number of scheduled parameters that can be created and used in a schedule pattern integration flow? No limit 5 15 10. What is the minimum frequency limit for a simple integration schedule? 60 minutes 30 minutes 10 minutes 5 minutes. You are configuring an Oracle ERP Cloud adapter connection invoke action within an Oracle Integration (OIC) integration and have selected to browse by Business (REST) resources. Once you have selected the parent resource, how many child resources can you select? Unlimited 5 7 10. The Oracle Integration (OIC) Autonomous Transaction Processing (ATP) and Autonomous Data Warehouse (ADW) adapters support bulk load operations natively. Which statement is valid? The Bulk Data load operation creates a bucket dynamically in OCI Object Storage to store the file if not already created. After the Bulk Data load operation is complete, the file can be deleted from OCI Object storage. The Bulk Data load operation supports only files that are comma delimited. The Bulk Data load operation also requires selecting Multiple Insert statements. You are developing an integration in Oracle Integration (OIC) to integrate two systems and wish to use an OIC Lookup. The goal is to transform customer status codes between the two systems. Which set of steps are essential for correctly utilizing the Lookup? Design a custom script to perform the transformation, and then use the Lookup function within a Map action to reference the script and transform the customer status codes. Define a Lookup table containing the customer status code mappings, and then use the Invoke action to call a web service for the transformation. Create a Lookup table with the mappings of customer status codes, and then use the Lookup function within a Map action to reference the table and perform the transformation. Create a connection between the two systems, then use a SQL query to access the Lookup table directly, and map the customer status codes. You need to create a schedule pattern integration that is based on an existing application pattern integration. How can this be achieved while using the same display name as the original integration? You can create the new integration as a different major version of the existing one. You can clone the existing integration and specify it to use the schedule pattern instead of the application pattern. You can use the convert tool to change from the application pattern to the schedule pattern. You can create the new integration from scratch by using the same display name and specifying a different identifier. You have created a new OIC project to be used by other team members working on a new group of related integrations. Which role is NOT available to you as the project owner to assign to other users for integrations within this project? Invoke View Edit Monitor. You will be creating and configuring a Connection resource using an Oracle Integration (OIC) File Adapter. Which set of operations are supported in the Invoke role when leveraging access via a Connectivity agent? read, write, list read, write, list, move, download read, write read, write, list, move, download, delete. Which set of steps should you follow to implement the file handling options to meet the requirements? Use the File Adapter to read the files from the secure FTP server directory to trigger the integration, process the files by using Stage File Action operations to System B, and use the FTP Adapter to move them to the archive or error directory based on the processing outcome. Use the Notification action to send emails to the Operations teams. Use the FTP Adapter to read the files from the secure FTP server directory to trigger the integration, process them by using Stage File Action operations to System B, and use the FTP Adapter to move the processed file to the archive directory. Configure error handling to move failed files to the error directory. Use the Notification action to send emails to the Operations team. Configure a Scheduled Integration in OIC to periodically check the secure FTP server directory using the FTP Adapter, process the files by invoking System B, and move them to the archive or error directory based on the processing outcome. Use the Notification action to send emails to the Operations team. Use the FTP Adapter to read the files from the secure FTP server directory to trigger the integration, process the files by invoking System B, and move them to the archive or error directory based on the processing outcome. Configure the Notification action to send emails to the Operations team. One of your downstream applications is becoming overwhelmed with too many individual synchronous invocations from your current Oracle Integration (OIC) integration. It is recommended that you redesign the integration to take advantage of the batch processing capabilities of that application. Which approach is a valid OIC design best practice that will provide the best solution for this issue? Reactivate the integration and use the disable tracing and message tracking option, which will optimize performance for each invocation to the application. Throttle the individual synchronous calls by adding a wait activity prior to each invocation to the application within the loop, then fetch a batch response after the loop. Use the Append option in the Write File operation of the Stage File action within a loop to create a single batch file to be sent to the application. Create a custom batch call function, register the function as a Library in your OIC environment, then use the JavaScript call action to invoke the application. Oracle Integration (OIC) provides the File Server feature, which is an embedded SFTP server that enables organizations to focus on building integrations without the need to host and maintain a separate SFTP server. Which statement is NOT valid concerning the OIC File Server feature? The OIC File Server is disabled by default in a newly provisioned OIC instance. Any external SFTP client can access File Server if an OIC administrator has configured specific folder access permissions for that client. Access to the OIC File Server Management REST APIs is limited to users that have been granted the serviceAdministrator role. To write files to the OIC File Server from an internal OIC integration flow, a File Server action must be used. Where in the Observability pages can you view aggregated instance metrics for an integration, such as the total counts and the minimum (quickest), maximum (slowest), average (mean), and standard (largest) deviation execution times for a selected time period? The View Statistics icon of the integration on the Instances page The View Statistics icon of the integration on the Monitor Integrations page The Statistics icon of the integration in the Overview section of the Dashboards page The Statistics icon in the integration's activity stream on the Errors page. You are responsible for monitoring a production Oracle Integration (OIC) environment and notice that you are occasionally reaching the default limit of 10,000 notification emails allowed by Oracle Integration in a 24-hour period. What should you do? Reconfigure the frequency for receiving reports and alerts on the Notifications page. Configure your Oracle Integration to use a third-party email system. File a service request with Oracle to get the default limit increased. Use your own customer tenancy to increase the limit to the number allowed by the OCI Email Delivery service. A company has been using Oracle Integration (OIC) to integrate its business applications, such as Oracle HCM Cloud, Oracle ERP Cloud, and Salesforce. However, they are planning to migrate all integration workloads from their current OIC instance to a new instance in a different region to comply with data sovereignty regulations. Which task is NOT required when you need to clone archives of design-time metadata to export and import between Oracle Integration instances? Enable public visibility for the Object Storage bucket. Create export and import jobs. Create a dynamic group. Construct the storage URL for an Object Storage bucket. You install an accelerator project from the Integration Store. After extending (customizing) the project, a newer version becomes available in the Integration Store. What happens when you attempt to install the newer version? A message is displayed indicating that the project already exists in your service instance and must be installed as a new project. You are prompted to export and save your customizations since they will be not be included in the newly installed version. You are prompted to automatically merge your customizations from the previous version into the newer version of the project. Which certificate type involves the uploading of a keystore (. jks) file to Oracle Integration (OIC) to facilitate two-way SSL communication with external services? PGP X.509 SAML Signing key. Which Oracle Integration (OIC) adapter can be used to create a configured connection within an integration allowing you to send a file to the embedded File Server associated within the same OIC environment? FTP Adapter REST Adapter Local Adapter File Adapter. Which of these tasks are NOT required to implement a Pub/Sub (publish-subscribe) solution in Oracle Integration (OIC)? Create a defined Event which must use the JSON format. Create an Event pattern integration selecting an Event as the trigger. Add and configure a Publish event action within an integration flow. Define an Event adapter connection. Your design of an asynchronous integration flow includes the requirement for additional processing logic that is conditionally based on the results returned to the integration instance from earlier external service invocations. You decide to leverage the switch action to facilitate this implementation. Which is a valid consideration concerning the configuration and capabilities of the switch action? Data objects returned from actions within a branch of a switch action are not visible within the main flow of the integration after the switch action. The switch action must always include an otherwise branch. Since nested switch actions are not supported, if necessary, you may need to create more complex conditional expressions. In Oracle Integration (OIC), which statement accurately describes the use of business identifiers? They are utilized to encrypt sensitive data being transferred between applications. They are used to track and monitor specific fields in messages, helping to identify and troubleshoot issues during the integration process. Business identifiers are used exclusively for defining data transformations between applications. Business identifiers are primarily for managing user roles and permissions within integrations. Which of the following best exemplifies the concept of HATEOAS (Hypermedia as the Engine of Application State) in RESTful web services? A client application receives a base URI from the server and constructs all subsequent resource URIs by concatenating strings. A client application pre-fetches all possible resource states and transitions to minimize server interactions. A client application receives resource representations that include hyperlinks to related resources, enabling dynamic navigation based on the server's responses. A client application hardcodes all URIs for resource endpoints, allowing it to navigate the API without relying on server responses. In addition to REST trigger connection-based integrations, what other type of integration can you run from the Test page in Oracle Integration? SOAP trigger connection-based integrations Event pattern integrations Schedule pattern integrations File trigger connection-based integrations. Which statement about the Oracle Integration (OIC) connectivity agent is NOT valid? You must create an agent group before you can run the connectivity agent installer. The connectivity agent can use Basic Authentication or OAuth 2.0 token-based authentication when invoking OIC endpoints. Creating the agent group automatically creates an OAuth client application. You can create up to five agent groups for each OIC instance. In which scenario is the Oracle Integration (OIC) connectivity agent NOT required? Creating orders in Oracle E-Business Suite Transferring files to an FTP server installed on-premises or behind a firewall Publishing messages to Azure Service Bus Performing inbound polling for records to process in an Oracle Autonomous Data Warehouse database. Your team is responsible for an OIC package that contains five integrations. Currently, three of these integrations are active while the other two are inactive. Which statement is valid if you were to replace a connection used in this package? You cannot replace connections unless all integrations in the package are in an inactive state You can only replace the connections used by the three active integrations You can only replace the connections used by the two inactive integrations. You cannot replace connections unless all integrationsin package are in active state. When creating a new Oracle Integration Cloud (OIC) Connection resource, there are several steps that must be done before it is fully configured and can be used in an integration flow. Which task is NOT required in order to transition a new Connection resource from the draft to the configured state? Specify an adapter type Specify the connection role Configure the Security properties Specify the corresponding lookup Configure the connection properties Execute a successful test of the connection. Which is NOT an available option while configuring an ERP Cloud Adapter to use in an Oracle Integration Cloud (OIC) integration? Invoke CRUD operation on ERP Cloud REST API Upload files to UCM Extract Bulk Data from ERP Cloud Enable Callback. You have a use case that requires a large data extract, which is more than 10 MB, to be processed within an Oracle Integration Cloud (OIC) Integration. Which are three valid options? Send the file as a multipart attachment to an OIC integration using a REST trigger, and make it available for processing using a Stage File action Retrieve the file by invoking a SOAP API, which sends base64 encoded data within the SOAP body, and then decode the data and make it available for processing using a Stage File action Retrieve the file by invoking a SOAP API, which sends the document as an MTOM attachment, and make it available for processing using a Stage File Action Retrieve the file from an external endpoint using APIs that support application/blob as content type, and make it available for processing using a Stage File Action Upload the file to the OIC file server, and then use an FTP adapter Download File operation, which makes it available for processing using a Stage File action. In Oracle Integration Cloud (OIC) Process web forms editor, which three background colors are displayed? Red for invalid binding names Purple for complex binding names Blue for unmatched binding names Orange for unmatched binding names Green for valid binding names Blue for complex binding names. Which two statements are true about implementing an API first strategy? The code to execute business logic needs to exist and to be exposed as an API first before you build a strategy around it. It generally is assumed that SOAP/WSDL are the key specification for defining the API. The API is to be developed first before any UI or new business logic are created. You define ate API definition/contract first before any work on its implementation or any application that use it. |
Denunciar Test