oictes2
![]() |
![]() |
![]() |
Título del Test:![]() oictes2 Descripción: oictest2 oic |




Comentarios |
---|
NO HAY REGISTROS |
You can recover unsaved changes in an Oracle Integration (OIC) integration that crashes during design time because of a browser crash or loss of network connectivity. Which statement is NOT valid with regard to this feature?. 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 recover the unsaved changes. Changes made while editing a Connections page cannot be recovered. A user with the serviceAdministrator role can unlock an integration that has unsaved changes. Changes made while working inside the Map Editor cannot be recovered. 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. You are working on an integration within Oracle Integration (OIC) that includes several connections to external systems. As part of your development work, you need to implement fault handling to ensure that any unexpected errors are caught and handled correctly. Which approach can you use for this requirement?. Add a Try-Catch action to your integration flow and configure it to catch and handle faults. Use the Throw New Fault action within your integration flow to send caught faults to the OIC Error Hospital. Open the Global Fault Handler page on the integration canvas and add actions to handle faults. Create a separate fault handling integration and configure your integration to invoke it when necessary using the Rethrow Fault action. 4. 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. 5. 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. 6. Your team is using a JavaScript library function within an Oracle Integration (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. Network, disk, or thread access is not supported from within a JavaScript function. The JavaScript action has a timeout threshold of 60 seconds. JavaScript functions are not allowed to make outbound calls to external services. 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. 15. 5. 10. As an Oracle Integration (OIC) integration designer, you are tasked with implementing a schedule pattern 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 expression satisfies this requirement?. FREQ=DAILY; BYDAY=MO-FR;BYHOUR=15. FREQ=DAILY; BYDAY != SA, SU; BYHOUR=15. FREQ=WEEKLY; BYDAY=MO, TU, WE, TH, FR; BYHOUR=15. FREQ=WEEKLY; BYDAY=MO-FR;BYHOUR=15. What is the minimum frequency limit for a simple integration schedule?. 60 minutes. No limit. 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. 7. 5. 10. You have built an integration that includes an Oracle 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, delete the Invoke action to 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 re-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 delete and re-create the Map action to include the new custom objects and attributes. Create a new ERP Cloud connection, update the integration to use the new connection, then re-edit the Map action to include the new custom objects and attributes. 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. 14. 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. Which Oracle Integration (OIC) XPath function can be used to retrieve data from an OIC Lookup within the Map Editor?. get-value-from-lookup. lookupValue. get-content-as-string. getLookup. GlobalTech Corporation uses Oracle Integration (OIC) to synchronize data between their CRM and ERP systems. They currently have a schedule pattern integration that runs nightly at 3 AM. With the implementation of a new CRM system that supports real-time data synchronization, GlobalTech wants to update their ERP system immediately after any data changes in the CRM. To achieve this, they wish to convert the schedule integration to an application pattern integration, allowing the CRM system to explicitly call the integration upon data changes. When implementing this conversion, which of these considerations is NOT valid?. You cannot convert a scheduled integration with assignments that have the fault data type. You cannot convert a scheduled integration to a REST Adapter-triggered integration with multiple verbs. After conversion, existing scheduled parameters will be automatically converted to integration properties. During conversion, you must choose an existing REST Adapter trigger connection resource. 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. 19. 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. 18. Oracle Integration (OIC) is available in two editions, Standard and Enterprise. Which two OIC Enterprise Edition capabilities are also available in OIC Standard Edition?. Enterprise Application adapters (such as EBS, JDE, SAP, and Siebel). Process Automation. B2B Trading Partner Agreements. Visual Builder. File Server. 20. 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, list, move. read, write, list, move, download, delete. read, write. 21. You are an Oracle Integration (OIC) integration developer tasked with automating a data exchange process between two systems: System A and System B. System A generates daily CSV files containing transaction records, and these files need to be processed by System B for further analysis and reporting. You need to design and implement an integration that will handle these CSV files efficiently and ensure they are correctly processed by System B. Here are the requirements: ⮚ The integration should pick up CSV files from a specific directory on a secure FTP server. ⮚ After processing, the files should be archived in a different directory for auditing purposes. ⮚ If a file fails to process, it should be moved to an error directory for troubleshooting. ⮚ The integration should send a notification email to the Operations team upon successful or failed processing of the files. 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. Which operation is NOT supported by an Oracle Integration (OIC) Connection resource configured with the FTP Adapter?. List Files. Delete File. Read File in Segments. Read File. Write File. 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. 24. 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. 25. When creating integrations in Oracle Integration (OIC), a visual mapper enables you to map element nodes between applications by dragging source element nodes on to target element nodes. Which statement is NOT true about the OIC Data Mapper functionality?. All Source and Target data objects are represented internally as JSON structures. All transformation mappings use eXtensible Stylesheet Language (XSL). 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. The Oracle Integration (OIC) integration design editor provides a data mapper Ul tool that is available for Map actions. Which two statements are TRUE regarding the use of the Mapper tool?. You cannot drag and drop an XSLT flow control statement directly to a target node element. You cannot drag and drop an XPath function activity 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 can drag and drop a source data element to multiple target node elements. CSV-formatted data has been extracted from Oracle 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. 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. Map the received MTOM attachment directly to the REST adapter invoke map action using the encodeReferenceToBase64 function. 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. You are tasked with creating a new integration in Oracle Integration (OIC) that will be exposed to clients as a SOAP web service interface. This integration will also invoke an external SOAP web service as part of the flow logic. Therefore, you will need to define two Connection resources (one for the Trigger and one for an Invoke action). Which statement is valid regarding the creation of these SOAP adapter connections?. The SAML and OAuth security policies are available options for creating the outbound Invoke connection. The WSDL URL property value can be defined by uploading a file for either the inbound Trigger connection or the outbound Invoke connection configuration. The Trigger connection and Invoke connection must have different authentication methods. You must explicitly specify the target server TLS version for the external web service outbound Invoke connection configuration. 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. You are implementing a synchronous Oracle Integration (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 in this scenario?. 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 a Whi le loop. The maximum wait time cannot exceed 300 seconds. 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. Which statement about Oracle Integration (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. An application pattern 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. When you open the Map Editor for a request or response message in an integration, the data structures are automatically populated with the information pulled from the trigger and invoke connections. 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. You have an Oracle Integration (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. 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 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. Which three statements are TRUE with regard to SOAP and the advantages it provides?. SOAP typically leverages XML-based payloads to communicate between two client machines across any modern network. SOAP is platform independent and programming language independent. SOAP provides flexibility for message formatting, allowing for loose coupling between a client and a server. SOAP clients can easily hold stateful references to remote server-side SOAP objects. SOAP over HTTP is typically not blocked by firewalls and proxy servers. SOAP commonly serves as a cleaning agent that removes excess data from the transmission protocol. 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. In Oracle Integration (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 approach should you use?. Encrypt the payload using a custom encryption algorithm and provide the decryption key to authorized clients. Configure the REST Adapter to use the Basic Authentication or OAuth 2.0 security policy. Enable Cross-Origin Resource Sharing (CORS) and set an API key in the REST Adapter configuration. Set up an IP whitelist in the OIC instance, allowing only specific IP addresses to access the integration. 47. You are designing an Oracle Integration (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 the Connectivity Agent are not available with the zip File operation. 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. When leveraging the Oracle Integration (OIC) Connectivity Agent for high availability on-premises environments, which two are valid considerations?. 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. You must have the OIC ServiceDeployer role or higher permissions to download and install the OIC Connectivity Agent. Each host on which the agent is installed must be configured on separate subnets and assigned to the same OIC Agent group. 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 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. 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 organization has a number of active integrations in Oracle Integration (OIC). Your advice is sought on the consequences of deactivating integration instances. Which statement concerning integration deactivation is NOT valid?. All existing history, monitoring, and runtime data will be lost. You can choose to retain the event subscription, where events are resent if the integration is reactivated 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. |