Cuestiones
ayuda
option
Mi Daypo

TEST BORRADO, QUIZÁS LE INTERESEVFINAL

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del test:
VFINAL

Descripción:
Matematicas Yony

Autor:
Yony😬
(Otros tests del mismo autor)

Fecha de Creación:
03/09/2023

Categoría:
Matemáticas

Número preguntas: 79
Comparte el test:
Facebook
Twitter
Whatsapp
Comparte el test:
Facebook
Twitter
Whatsapp
Últimos Comentarios
No hay ningún comentario sobre este test.
Temario:
1 You have a use case requiring the design of a synchronous Oracle Integration Cloud (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? Implement a Scope fault handler to catch the runtime fault, and then use the Fault Return action providing mapped data for the custom fault. 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 custom fault to the client. 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.
2 Which can be leveraged to create a native schema (NXSD) file for complex files containing records whose fields have multiple delimiter types? Native Format Builder XML Internal Relational Schemas Complex File.
3 Which are the requirements for authentication credentials when testing a SOAP-trigger integration using the SoapUI client? OIC credentials can be passed as a WSS Username Token in the SOAP header. The username to use for the standard Basic authorization. Specifies the type of the password to use (digest or plain text). The HTTP Authentication header is at the top, since preemptive authentication is enabled. In accordance with the UsernamePassword standard, the Nonce element is added.
4 You are designing an OIC Integration that processes files in a shared filesystem 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 a reference. With regard to both the Read Entire File and Read File in Segments operations, files uploaded through the connectivity agent can only be read with a file reference. The List Files operation is still available for files uploaded through the connectivity agent. The Write File operation is not available for on-premises file systems.
5 Considering that the Publish and Subscribe integration patterns have been deprecated, what is Oracle's recommended alternative for achieving a similar integration solution? Use App-Driven or Scheduled orchestrations leveraging OCI Streaming Adapter connections. App Driven Orchestration and the File Transfer. Metadata. Notification.
6 What is the primary purpose of using business identifiers in Oracle Integration Cloud (OIC) integrations? To provide a unique reference for tracking and monitoring integrations. The primary business identifier enables you to track fields across integration flows during runtime, and is always available. Enable you to track payload fields in messages during runtime. You must configure at least one business identifier tracking field to make your integration ready for activation.
7 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? 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. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. This software or hardware is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently. Using the Adobe Sign Adapter with Oracle Integration.
8 Which is NOT a valid consideration when leveraging the Throw New Fault action in an integration flow? If the conditional expression for the skip condition is empty, the fault will never be thrown. Fault Handlers are provided at the scope level to handle errors that arise during invoke actions within those scopes. Global Fault Handler that is available at the overall integration flow level which acts as a super catch block. Specific fault handling implementation can be added in these fault handlers.
9 You are working on an integration within Oracle Integration Cloud (OIC), which 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. The error Recovery Jobs page is displayed for viewing the status of message recovery. You can view errors by integration and connection on the errors page. You can search for and view the status of failed messages that have been submitted for recovery on the error page.
10 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 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 are not available with the List File operation.
11 One of your downstream applications is becoming overwhelmed with too many individual synchronous invocations from your current Oracle Integration Cloud (OIC) integration. It is recommended that you redesign the integration to take advantage of the batch processing capabilities of the application. Which approach is a valid OIC design best practice that will provide the best solution to mitigate this issue? 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 action to invoke the application. Throttle the individual synchronous calls by adding a wait activity prior to each invocation to the application within the loop. Reactivate the integration and use the disable tracing and message tracking option which will optimize performance for each invocation to the application.
12 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? Access to the OIC File Server management REST APIs is limited to user with the Service Administrator Role The File Serer from component is a feature that is disabled by default into newly provisioned OIC instance Any external SFTP client can access file Server as long as an OIC administrator has configured specific folder access permission for those clients To access File Server from an internal OIC integration flow, a Connection resource of FTP adapter type or rest adapter type is used.
13 Which set of operations are supported by the Oracle Integration Cloud (OIC) File Adapter? read, write, list, download, move, delete read, write, list read, write read, write, list, download, move read, write, list, download.
14 Which operation is NOT supported by an Oracle Integration Cloud (OIC) Connection resource configured with the FTP Adapter in the Invoke role? Read File in Segments Delete File Read File Write File Download File List Files.
15 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 adion 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 Road File in Segments operation? The Read File in segment operation allows you to process the segments sequentially or in parallel. 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. You must provide the actual filename because file references cannot be processed by the Read File in Segments operation.
16 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? All existing history, monitoring, and runtime data will be lost. You can deactivate an integration in Oracle Integration to stop it from processing any new messages. If you want to modify an active integration. You can activate that integration to the runtime environment. You can reactivate all active integrations together that use the same adapter connection after a connection update. .
17 You are tasked with creating a new integration in Oracle Integration Cloud (OIC) that will be exposed to clients as a SOAP web service. This integration will also invoke an external SOAP web service as part of the orchestration flow logic. Therefore, you will need to define two Connection resources (one for the Trigger and one for an Invoke action). Which is statement is VALID regarding the creation of these SOAP adapter connections? 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 SAML and OAuth security policies are available options for creating the inbound Trigger connection. You must explicitly specify the target server TLS version for the external web service outbound Invoke connection configuration.
18 Which is NOT an advantage of using Oracle Integration Cloud (OIC) for creating application integrations? User choice of IDE for development Data mapping recommendations Auto-association of Oracle SaaS applications Public/Private Cloud portability Prebuilt integrations.
19 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? 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. A previously created Trading Partner Agreement is optional when configuring the inbound or outbound translation.
20 You are creating integrations in Oracle Integration Cloud (OIC) using B2B trading partner agreements. Which identifier is implicitly used for all outbound agreements? Application Partner ID EDI Group ID Qualifier EDI Interchange Internal Sub ID EDI Interchange ID.
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 in the loop. The maximum wait time cannot exceed two minutes when configuring a Wait action in a synchronous flow. The minimum wait time cannot be less than five seconds when configuring a Wait action in any integration flow.
22 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. Which is the correct configuration for this use case? Select the Repeating Element field and map the source element that contains the orders. Global and nonglobal repeated elements can be selected. Any parent of the selected element must not be repetitive. If you have a repeating element within another repeating element (that is, a list within a list), you must first create a for-each action and loop over the parent list.
23 Your design of an asynchronous 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 have decided to leverage the Switch action to facilitate this implementation. Which is a valid consideration concerning the configuration and capabilities of the Switch action? (Choose the best answer.) 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. XPath version 2.0 functions can be used to create more complex conditional expressions for a branch. You may need to create conditional expressions for each branch with greater complexity because nested Switch actions are not supported. All branches within the Switch actions must have a conditional expression defined. The switch action must be include an otherwise branch.
24 Which task is NOT required in order to transition a new Connection resource from the Draft to the Configured state? Specify the corresponding Lookup Specify the Connection role Configure the Security properties Execute a successful test of the Connection Configure the Connection properties Specify an adapter type.
25 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 the corresponding Lookup. Creating a New Integration in Oracle Integration. Verifying Your Integration. Creating Connections.
26 Which statement is Valid regarding Connection resources in Oracle Integration Cloud (OIC)? All connection resources must be associated with an adapter type regardless of role configuration. All Connection component configurations require the association of an active OIC Connectivity agent group. Connection components can be configured with either a Trigger role or Invoke role, but not both Each Connection component associated with a SaaS adapter type will also require a Lookup Component configuration.
27 Which type of certificate requires the uploading of a keystore (.jks) file in Oracle Integration Cloud to facilitate two-way SSL communication with external services? Identity Certificate Message Protection Certificate Unified Communications Certificate Multi Domain Certificate.
28 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 to the OIC Console, and then use the JavaScript action within the integration flow to reference the 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. 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.
29 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? 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.
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? Analyze the performance metrics of the instance, identify bottlenecks, and optimize the integration accordingly. Delete and re-create the integration to start with a clean slate. Immediately increase the number of instances to handle the increased load. Reactivate the integration to clear any temporary issues that might be causing the slowdown.
31 You are an Oracle Integration Cloud (OIC) specialist working on a project to integrate two systems using OIC. During testing, you notice that the integration instance fails to execute and returns an error message. Which step would you take first to troubleshoot the issue? Check the instance logs for specific error messages and details. Contact Oracle Support and wait for a response. Increase the number of instances to handle the error. Immediately restart the integration instance.
32 Which action CANNOT be performed from the Oracle Integration Cloud (OIC) Monitoring Dashboard? Download OIC Lookups/View Current Email Count View Connectivity Agent Group Status Download Design-time Audit Records View Design-time Metrics.
33 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 XPath mapper function should be used to map the SOAP MTOM attachment to the Base64 element present in the target REST API payload? encodeBase64 decodeBase64ToReference decodeBase64 encodeReferenceToBase64.
34 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 Source and Target data objects are represented internally as JSON structures. The data structure for the target service is always displayed on the right side in the Designer view. When you navigate to the mapper and select a target element, Expression Builder launches in a user-friendly mode by default. 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.
35 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. Which is NOT a valid consideration when handling this use case? The exported archive must be imported into an Oracle Service Bus project in JDeveloper. Once the advanced mapping is complete, you must import the entire integration that contains the updated .xsl files. You must export the entire integration that contains one or more .xsl files. The exported archive file can include a map file that is largely complete in content or a map file that is empty of content.
36 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. Modify the parameter value in the instance's integration properties and restart the instance. Modify the parameter value in the integration code and redeploy the integration. Create a new version of the integration by modifying the parameter value, and then deploy the new scheduled integration version.
37 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 mappers and expression editors within the integration. Updates to Schedule Parameter values made dynamically in an Assign action will not persist on to the next instance run of the integration. Updates to Schedule Parameter values can be made manually when starting a schedule. Updates to Schedule Parameter values can be made manually before submitting an ad hoc request.
38 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 connections in this package? You can only replace the connections used by the two inactive integrations. You can only replace the connections used by three active integrations. You can activate that integration to the runtime environment You can export a package of integrations from Oracle Integration on the Packages page.
39 After you have completed the configuration for a Trigger connection that defines a synchronous message exchange pattern for your integration, what do you do to handle the response message back to the client of the integration? An empty Map action is automatically added at the end of the integration flow. You must then configure data for the response. A response business object is immediately returned as output. You select Immediate as the response type on the Response page and select the business object as part of the response to the client A callback service to which to route the callback is exposed. You select Delayed as the response type on the Response page and select the operation and business object that comprise a successful callback response, a failed callback response You select None on the Response page because a response is not required.
40 Which adapter should be used for a configured connection from an orchestrated integration to the enabled File Server associated with the same OIC environment? FTP Adapter File Adapter Any external SFTP client Access to the File Server REST APIs.It is not developed or intended for use in any inherently.
41 Which is NOT a feature provided by Data Mapper for facilitating transformations in a Map action? Using one or more XSLT templates Using only one XSLT templates 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 can drag and drop a source data element to multiple target node elements.
42 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. You can enable or disable tracing on activated integrations without reactivating them. When Global tracing is turned off, you can override by enabling tracing at the individual integration level on the Integrations page. The tracing level has no impact on billing.
43 GlobalTech Corporation uses Oracle Integration Cloud (OIC) to synchronize data between their CRM and ERP systems. They currently have a scheduled 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 need to convert their scheduled integration to an app-driven integration, allowing the CRM system to trigger the integration upon data changes. When implementing this conversion, which of these considerations is NOT valid? You must choose an existing REST Adapter trigger connection resource. Provides declarative support for subscribing to business events raised by various modules in Oracle ERP Cloud and Oracle Supply Chain Management Cloud. Generates automatic mapping to the exposed business object, event subscription, or business (REST) API. Dynamically invokes a REST endpoint/URL at runtime without requiring you to configure any extra invoke connection or REST outbound details.
44 You need to create a scheduled orchestration integration that is based on an existing app-driven orchestration using the same display name. Which statement is valid for this use case? You can create the new integration by using the same display name but with a different identifier. You can clone the existing integration and specify it to use the scheduled orchestration pattern. You can create the new integration as a different major version of the existing one. You cannot create another integration that uses the same name.
45 Which Oracle Integration Cloud (OIC) XPath function can be used to retrieve data from an OIC Lookup within the Data Mapper tool? LookupValue getLookup get-content-an-string get-value-from-lookup.
46 You are developing an integration in Oracle Integration Cloud (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? Create a Lookup table with tha mappings of customer status codes, and then use the Lookup function within a Map action to reference the table and perform the transformation. You cannot reposition stop, return, or error hospital elements; and repeat elements such as for-each, while, and switch actions. The lookupValue function requires one source column and one target column. The lookupValue function requires one source column and rows.
47 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? iCal cron YAML Groovy .
48 You are designing a new integration in OCI that needs to expose a RESTful interface trigger for client applications. Which is a valid consideration when 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 responsive Although you can define both query and template parameters, only template parameters will be available for mapping in the mapper because query parameters are considered 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 If you select a PUT or POST action (HTTP method), you must define a JSON response payload format .
49 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=WEEKLY;BYDAY=MO, TU, WE, TH, FR; BYHOUR=15" "FREQ=WEEKLY;BYDAY=MO-FR:BYHOUR=15" "FREQ=DAILY;BYDAY=MO-FR; BYHOUR=15" "FREQ=DAILY; BYDAY!=SA-SU: BYHOUR=15".
50 Which statement is valid regarding Oracle Integration Cloud (OIC) Lookups? Lookup values must include two or more domains associated with the corresponding SaaS applications. Changes made to lookups already used in active integrations take effect immediately. Yo cannot clone an existing Lookup if it is being currently referenced in one or more active OIC integration. A custom OIC Xpath function must be used to retrieve data from a lookup in the Data Mapper.
51 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. Export the integration as a jar file and run it in a local development environment. Perform a SQL query on the associated database to ensure that the expected data is present.
52 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. 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. Set up an IP whitelist in the OIC instance, allowing only specific IP addresses to access the integration.
53 You have a use case that requires the design of a synchronous Oracle Integration Cloud (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? Which is NOT a feature provided by Data Mapper for facilitating transformation in a Map action? Using one or more XSLT templates You cannot drag and drop an XPath function activity directly to a target node element. You cannot drag and drop an XSLT flow control statement directly to a target node element. You can drag and drop a source data element to multiple target node elements.
54 You have a use case that requires the design of a synchronous Oracle Integration Cloud (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? 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 cannot drag and drop an XPath function activity directly to a target node element. You cannot drag and drop an XSLT flow control statement directly to a target node element. You can drag and drop a source data element to multiple target node elements.
55 Which metadata formats are supported by the REST adapter when configuring Oracle Integration Cloud (OIC) connections? Open API, RMAL, Swagger Support for JSON, XML, binary. Support for HTTP methods The integration canvas is displayed.
56 Autonomous Transaction Processing (ATP) and Autonomous Data Warehouse (ADW) adapters support bulk load operations natively. Which statement is valid? 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 creates a bucket dynamically in OCI Object storage to store the file if not already created. The Bulk Data load operation also requires selecting Multiple Insert statements.
57 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 Enable callback Extract bulk data from ERP Cloud.
58 You are configuring an ERP Cloud adapter connection invoke action withing an Oracle Integration Cloud (OIC) integration. How many child resources can you select? Unlimited 10 5 3.
59 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.
60 Which statement about Oracle Integration Cloud (OIC) is NOT valid? 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. 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. OIC Lookups are based on a static definition, meaning you create and populate them during design time, and cannot be changed by runtime activities. Using the connectivity agent, you can create hybrid integrations and exchange messages between applications in private or on-premises networks and OIC.
61 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 the most efficient way to handle this requirement? Click the refresh Metadata option for the ERP Cloud connection, negate back to your integration, then edit the map action to include the news custom objects and attributes. A Custom Purchase Order (PO) will be created inside Fusion ERP, as soon as record will be created Then edit the map action to include the news custom objects and attributes invoking a Visual Basic Cloud Service Web application REST API to insert that data into VBCS application.
62 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 all unsaved changes. Changes made while editing a Connections page cannot be recovered. Changes made while working inside the data mapper cannot be recovered. Changes made while working inside the data mapper cannot be recovered.
63 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? 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. Packages cannot be locked to deny other users access to your integrations Integrations do not need to be part of a package. All packages must include at least one integration. You can import packages directly from the Oracle Marketplace.
64 Which Oracle Integration Cloud (OIC) service role does NOT have permission to run an OIC integration flow? ServiceInvoker ServiceAdministrator ServiceDeveloper ServiceUser.
65 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? Integrations must be exported as a package if you want to import them into another OIC environment. Exported integrations include all their dependent connection resource information except URLS and credentials. 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.
66 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 importing and exporting OIC integrations? Integrations must be exported as a package if you want to import them into another OIC environment. Imported integrations cannot be immediately activated if their dependent connection resources are not already present in the target OIC environment Integration must be exported as a package if you want to import them into another environment Imported integrations can be reconfigured to use different connection resources by using the OIC REST API. Exported integrations will include all of their dependent connection resource information with the exception of URL and credentials.
67 OIC Integrations can invoke external or internal OIC services using any of the three basic web service interaction patterns. Which is NOT an interaction pattern used by SOAP web services? Publish/Subscribe Asynchronous Web Services. HTTP Basic Authentication. WS-Username token-based authentication.
68 Using which file extension can you save integrations as a binary file? .iar .Dat .jar .ZIP.
69 Which two are valid considerations when leveraging Oracle Integration Cloud (OIC) Connectivity Agent for high availability on-premises environments? 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 should install the connectivity agents on the same host as the target application, then specify different agent group identifiers for each agent during its installation. Each host on which the agent is installed must be configured on separate subnets assigned to the same OIC agent group.
70 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. Both the Apache Kafka and OCI Streaming adapters support XML, JSON, and Avro message formats It is not mandatory to install a Connectivity agent to use the OCI Streaming Adapter for Inbound polling. The OCI Streaming Adapter does not support consuming messages from a specified consumer group.
71 Oracle Integration Cloud (OIC) Service is available in two editions, Standard and Enterprise. Which two OIC Enterprise Edition capabilities are ALSO available in OIC Standard Edition? - File Server - Visual Builder - Integration Insight - Process Applications - Enterprise Application adapters (such as EBS, JDE, SAP, and Siebel) - B2B Trading Partner Agreements.
72 Once they have been configured, which actions are allowed to be repositioned to another location within the design canvas of an orchestration style integration flow? Select THREE. - Stage File Action using a Write File operation - JavaScript Call Action - Stage File Action using a Read File operation - For Each Loop Action - Stage File Action using a Read File in Segments operation.
73 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? Select 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 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.
74 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 OCI integration using a REST trigger 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 the use an FTP Adapter Download File operation, which makes it available for processing using a Stage File action. Only XML or CSV format supported, Read Entire File in one go is not supported, so you need to use Read File in Segments in Stage File Action.
75 Which are types of certificates in Oracle Infrastructure Cloud (OIC) that can be imported from the Certificates page under Settings? Select THREE. Message Protection Certificate Trust Certificate Identity Certificate Multi Domain SSL Certificate Unified Communications Certificate.
76 Which statements are TRUE with regard to SOAP and the advantages it provides? Select THREE. SOAP typically leverages XML-based payloads to communicate between two client machines across any modern network. SOAP over HTTP is typically not blocked by firewalls and proxy servers. SOAP is platform independent and programming language independent. SOAP clients can easily hold stateful references to remote server-side SOAP objects. SOAP provides flexibility for message formatting allowing for loose coupling between a client and a server. SOAP commonly serves as a cleaning agent that removes excess data from the transmission protocol.
77 Which statements are TRUE concerning the implementation of an API first strategy? (Choose two.) You define the API definition/contract first before any work on its implementation or any applications that use it allowing teams to work in parallel The API needs to be developed before any UI or new business logic is created it generally is assumed that SOAP/WSDL are the key specifications for defining the API The code to execute business logic needs to exist and be exposed as an API first before you build a strategy around it The general assumption is that SOAP/WSDL are key specifications for defining the APL.
78 Which statements are TRUE about WSDL? 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 Services Description Language “and is a document written in XML. REST is more easily used in developing UIs than WSDL. REST is also gaining popularity in application development WSDL is a request for a service; REST is a request for a resource. .
79 A company has been using Oracle Integration Cloud (OIC) to integrate its business applications, such as Oracle HCM Cloud, Oracle ERP Cloud, and Salesforce. However, they are planning to migrate some of their integration workloads from their current OIC instance to a new instance in a different region to comply with data sovereignty regulations. Which statement is true regarding the exporting and importing of integrations? 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. All Connection resources must be associated with an adapter type regardless of role configuration. To change an integration identifier or version, you can manually edit the exported integration (IAR) file before importing it into another instance. You can import a package containing activated integrations. You cannot import an integration if it already exists with the same identifier and version.
Denunciar test Consentimiento Condiciones de uso