option
Questions
ayuda
daypo
search.php

ERASED TEST, YOU MAY BE INTERESTED ON 1z0-1042-23 2nd Part

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
1z0-1042-23 2nd Part

Description:
1z0-1042-23 2nd Part

Author:
AVATAR
DATTA
Other tests from this author

Creation Date: 28/07/2024

Category: Art

Number of questions: 21
Share the Test:
New CommentNuevo Comentario
No comments about this test.
Content:
Which two statements are true regarding messaging adapters in Oracle Integration Cloud (OIC)? The Apache Kafka Adapter can be configured to support Transactions in case of Producer. The OCI streaming adapter does not support consuming messages from a specified consumer group It is not mandatory to install a connectivity agent to use the OCI Streaming Adapter for Inbound pooling Both the Apache Kafka and OCI Streaming adapters support XML, JSON, and AVRO message formats.
You are designing a new integration in OIC that needs to expose a RESTful interface trigger for client applications. Which is a valid consideration while choosing request and response options using the REST Adapter Endpoint Configuration wizard? Both Standard and custom HTTP headers can be defined for both the request and the response. File attachments can be accepted as a request option for the trigger interface, but you cannot include attachments as a response to the client. If you select a PUT or POST action (HTTP method), you must define a JSON response payload format Although you can define both query and template parameters, only template parameters are available for mapping in the mapper because query parameters are considered optional.
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 You can import packages directly from the Oracle Marketplace Packages cannot be locked to deny other users access to your integrations. New packages can be created by clicking the Create button on the packages page in the OIC console Packages enable you to easily import and export a group of integrations to and from OIC.
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? A user with the ServiceAdministrator role can recover the unsaved changes. A user with the ServiceAdministrator role can unlock an integration that has unsaved changes Changes made while editing a Connections page cannot be recovered. A backup copy is created after each complete task, therefore there is no time limit to logging back in and recovering the changes.
There are use cases in which you need to perform an advanced XSLT task that you cannot perform in the Oracle Integration Cloud (OIC) data mapper. To perform the advanced mapping tasks, you decide to use an external XSLT mapper and then import the .xsl file back to your integration. What 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.
CSV-formatted data has been extracted from ERP cloud by invoking a web service using the SOAP Adapter, and the data extracted 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 XPath mapper function should be used to map the SOAP MTOM attachment to the Base64 element present in the target REST API payloads decodeBase64 encodeBase64 encodeReferenceToBase64 decodeBase64ToReference.
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? All transformation mappings use eXtensible Stylesheet Language (XSL). In the designer view, the Sources section contains data structure or 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.
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 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 connectivity agent cannot be unzipped using a file reference Files uploaded through connectivity agent are not available with the zip file operation. Files uploaded through connectivity agent are not available with the list file operation.
Which are valid considerations when leveraging the Oracle Integration Cloud (OIC) connectivity agent for high availability on-premises environments? Select TWO. Each host on which the agent is installed must be configured on separate subnets and 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. File adapter is not supported in high availability environments. When using file adapter and if some groups have multiple instances, use a dedicated agent group (with one agent only). You need to have the OIC ServiceDeployer role permissions to download and install the OIC on-premises connectivity agent.
You created a scheduled integration in Oracle Integration Cloud (OIC) that uses scheduled parameters named startDate and endDate to determine the data 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? Modify the parameter value in the instance’s integration properties and restart the instance. Create a new version of the integration by modifying the parameter value, and then deploy the new scheduled integration version. Override the parameter value when scheduling the integration instance Modify the parameter value in the integration code and redeploy the integration.
Which statement is NOT true about schedule parameters in Oracle Integration Cloud (OIC) integration flow? Updates to schedule parameters value can be made manually before submitting an ad hoc request Updates to schedule parameters value made dynamically in an Assign action will not persist on to the next instance run of the integration Schedule parameters are always visible as an additional data source in the Sources section of the mappers and expression editors within the integration Updates to Schedule Parameter values can be made manually when starting a schedule.
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? Check the Refresh Metadata option for the ERP Cloud Connection, navigate back to your integration, then delete and recreate the map action to include the new custom objects and attributes. Check 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 invoke action to the ERP Cloud, re-create it, then edit the map action to include the new custom objects and attributes. Delete the integration and recreate it to include the new custom objects and attributes in the map action.
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 are configuring an ERP Cloud Adapter connection invoke action within an Oracle Integration Cloud (OIC) integration. How many child resources can you select? Unlimited 10 5 7.
n 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? 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 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 into your OIC instance’s database schema, and then use a Local Invoke action to call the 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.
Your team is using a JavaScript library function within an Oracle Integration Cloud (OIC) Integration flow. Because of business requirements, one of the functions need to be updated with additional code to incorporate new logic. Which consideration regarding JavaScript library functions is NOT valid? JavaScript functions are not allowed to make outbound calls to external services. The JavaScript action has a timeout threshold of 60 seconds Active integrations using a function that has been updated must be reactivated. Network, disk, or thread access is not supported from within a JavaScript function.
Which operation is NOT supported by an Oracle Integration Cloud (OIC) connection resource configured with FTP Adapter in the Invoke role? Read File in Segments Write File Read File Delete File Download File.
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.
Oracle Integration Cloud (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? Any external SFTP client can access file server if an OIC administrator has configured specific folder access permissions for that client. To write files to the OIC File Server from an internal OIC integration flow, a REST adapter connection resource must be used Access to the OIC File Server management REST APIs is limited to users with the ServicAdministrator role. The OIC File Server is a feature that is disabled by default in a newly provisioned OIC Instance.
Which set of operations are supported by the Oracle Integration Cloud (OIC) File Adapter? Read, write, list, download, move, delete Read, write, list, download, move Read, write, lis.
You need to create an Oracle Integration Cloud (OIC) Integration that processes many records individually that are contained within a large file. You have been advised to use an implementation approach that uses 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 File in Segments operation? Segment sized default to 50 records but can be configured to any other segment size. The Read File in Segments operation allows you to process the segments sequentially or in parallel. You need to explicitly configure a Scope action for this operation if you want to add additional actions during the processing of each segment. You must provide the actual filename because file references cannot be processed by the Read File in Segments operation.
Report abuse