Prueba3
![]() |
![]() |
![]() |
Título del Test:![]() Prueba3 Descripción: examen para practicar2 |




Comentarios |
---|
NO HAY REGISTROS |
In which scenario is the Oracle Integration (OIC) connectivity agent NOT required?. Creating orders in Oracle E-Business Suite. Performing inbound polling for records to process in an Oracle Autonomous Data Warehouse database. Publishing messages to Azure Service Bus. Transferring files to an FTP server installed on-premises or behind a firewall. Which statement about the Oracle Integration (OIC) connectivity agent is NOT valid?. Creating the agent group automatically creates an OAuth client application. The connectivity agent can use Basic Authentication or OAuth 2.0 token-based authentication when invoking OIC endpoints. You must create an agent group before you can run the connectivity agent installer. You can create up to five agent groups for each OIC instance. When leveraging the Oracle Integration (OIC) Connectivity Agent for high availability on-premises environments, which two are valid considerations?. Since the File Adapter is not supported in high-availability environments, you must use an Agent Group that uses only one installed active Agent. Each host on which the agent is installed must be configured on separate subnets and assigned to the same OIC Agent group. 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 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 must have the OIC serviceDeployer role or higher permissions to download and install the OIC Connectivity Agent. You are responsible for monitoring various aspects of your company's Oracle Integration (OIC) environment and are exploring the capabilities of the Observability dashboard. Which of these are NOT available on the default dashboard?. The status of integration instances classified by their tracing level. A graph displaying the connections with the most errors. The calendar of future schedule integration runs. The percentage of connectivity agents that are unavailable. An integration has failed to receive a business event raised by Oracle ERP Cloud and you need to determine if delivery failure occurred within the Oracle ERP Cloud instance or within Oracle Integration. Where would you look in the Observability pages to determine that?. On the Dashboards page within the Errors section. On the Errors page in the activity stream. On the Monitor Integrations page. On the Fusion Applications page. Which statement regarding the management of tracing level options for integrations is NOT valid?. If you select to globally disable tracing for all integrations, you can still enable tracing at the individual integration level on the Integrations page. The tracing level has no impact on billing. You can change the tracing level on an activate integration without having to deactivate and reactivate it. Changing tracing to the audit or debug level impacts performance. Which statement is NOT valid with regard to exporting and importing an Oracle Integration (OIC) project?. You cannot import a project into an OIC instance that already includes a matching project deployment. A project deployment is required before you can export a project. You must deactivate the project before it can be exported. When you import a project, you can specify that anyone can edit view, and monitor the project. 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?. You are prompted to automatically merge your customizations from the previous to the n e newer version of the project. 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 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. Which is a legitimate strategy to mitigate this issue?. Increase the blocking timeout within the OIC integration settings to allow for extended time. 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. 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 14. in Segment:: operations. 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 are not available with the /lp operation. In the context of Oracle Integration (OIC), what is the primary purpose of "connections"?. To manage user roles and access permissions. To create custom user interfaces for applications. To specify the source and target applications that an integration connects. To monitor system performance and application health. In Oracle Integration (OIC), which statement accurately describes the use of business identifiers?. They are utilized to encrypt sensitive data being transferred between applications. Business identifiers are primarily for managing user roles and permissions within integrations. Business identifiers are used exclusively for defining data transformations between applications. They are used to track and monitor specific fields in messages, helping to identify and troubleshoot issues during the integration process. You created a schedule pattern integration in Oracle Integration (OIC) that uses scheduled parameters (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 start Date and the current day for endDate. However, you now wish to initiate a new run of the instance with a different start date. What should you do?. Create a new version of the integration by modifying the parameter value and then activate the new version. Override the parameter value when scheduling the integration. Modify the parameter value in an assign action and redeploy the integration. Modify the parameter value in the instance's integration properties and initiate an ad hoc run. You can design, manage, and monitor integrations from a single, self-contained workspace known as a project. This eliminates the need to navigate to other parts of the Oracle Integration user interface, which is required with standalone integrations or integrations in packages. Which is NOT a project capability?. You can create project deployments to manage the versions of your integrations. You can invoke child integration inside or outside of projects. You can edit and replace dependent resources at the integration or project level. You can export then import projects to other OIC environments. You can create up to 50 integrations in a project. Which is NOT an advantage of using Oracle Integration (OIC) for creating application integrations?. Public/Private Cloud portability. Prebuilt integrations. User choice of IDE for development. Auto-association of Oracle SaaS applications. You have been tasked with reviewing the current Oracle Integration (OIC) integrations used in your organization that exist in packages, to determine which packages can be automatically converted into projects. Which statement is NOT valid concerning the conversion of an OIC package into an OIC project?. You can convert a package that includes schedule pattern integration. You can convert accelerator or recipe packages. You can convert a package that includes custom JavaScript libraries. You can specify role-based access control to resources in the project during the conversion. 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 capabilty of the Swith 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. 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. As an integration developer, you are implementing an integration in Oracle Integration (OIC) to transform a payload with multiple orders. You have decided to leverage the For each action to loop through each order and process them individually. How do you configure for the For each action to support this scenario?. Select the Sequential Processing option and set the number of threads to the number of orders. Select the Parallel Processing option and set the number of threads to the number of orders. Select the Repeating Element field and map the source element that contains the orders. Select the Group By option separating the orders by their order number. What is the purpose of adding and configuring a Wait action in a schedule pattern integration flow?. It is used to trigger an error after a specified duration. It can be configured to loop through elements until a condition is met. It is used to configure a global variable for delay settings. It is used to schedule integration runs at specific times. It is used to suspend processing within the integration flow. The Oracle Integration (OIC) integration design editor provides a data mapper UI tool that is available for Map actions. Which two statements are TRUE regarding the use of the Mapper tool?. You cannot drag and drop a source data element to a target node element that is already mapped. 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. You cannot drag and drop an XPath function activity directly to a target node element. 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?. 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. All Source and Target data objects are represented internally as JSONS structures. The data structure for the target service is always displayed on the right side in the Designer view. All transformation mappings use extensible Stylesheet Language (XSL). 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?. 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 invoker 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. Use the REST adapter configuration wizard to define the structure of the CSV when configuring the invoke connection, then map the MTOM attachment directly. 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 from scratch by using the same display name and specifying identifier. You can clone the existing integration and specify it to use the schedule pattern intead of the application pattern. You can create the new integration as a different major version of the existing one. You can use the convert tool to change from the application pattern to the schedule pattern. e application pattern. 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. After conversion, existing scheduled parameters will be automatically converted to integration properties. You cannot convert a scheduled integration to a REST Adapter-triggered integration with multiple verbs. During conversion, you must choose an existing REST Adapter trigger connection resource. 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?. 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. 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. Create a connection between the two systems, then use a SQL query to access the Lookup table directly, and map 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. 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?. Failed instances exceeding a specified percentage. Certificates that are set to expire within seven days. The email quota has exceeded the threshold. One or more connectivity agents are unavailable. A Logger action enables you to log messages at runtime for fault diagnostic purposes. Which is NOT a valid statement concerning Logger action capabilities?. It always logs messages if the integration's tracing level is set to Audit. You can always specify to log, even when the integration's tracing level is set to Productions. Debug-level messages require the integration's tracing level to be set to Debug. It logs messages only to the activity stream and diagnostic logs. In Oracle Integration (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 a valid approach for leveraging the Throw New Fault action in your integration to achieve this requirement?. Implement the validation rule using a For-each action, and then use the Throw New Fault action within the first iteration if the count is greater than 10. Create a separate integration flow to handle the error message, and then call it using the Throw New Fault action if the order item count is greater than 10. Create a scope, add the Throw New Fault action using an If-then branch to check the order item count, then throw the fault if the count is greater than 10. Add the Throw New Fault action as the first activity in the main flow defining the error message, then configuring the Skip condition to be if the count is not greater than 10. Add the Throw New Fault action as the first activity in the main flow defining the error message, then configuring the Skip condition to be if the count is not greater than 10. 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 addition to REST trigger connection-based integrations, what other type of integration can you run from the Test page in Oracle Integration?. Schedule pattern integrations. File trigger connection-based integrations. SOAP trigger connection-based integrations Event pattern integrations. You need to create an Oracle Integration (OIC) integration that processes many records individually that are containe within a single large file. You have been advised to use an implementation approach that uses the Download File opera of an FTP adapter in conjunction with the Stage File action) memory consumption. 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 can be configured from 1-200 records. 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 are tasked with setting up an integration in Oracle Integration (OIC) that involves connecting to an on-premises ERP system. Which step is necessary to establish this connection securely?. Set up a Virtual Cloud Network (VCN) and configure security rules to allow traffic between OIC and the on-premises ERP system. Create an integration flow and use the ERP Adapter to configure actions within orchestration. Create a Connection using the ERP Adapter and enter the on-premises ERP system's URL and credentials. Configure an Agent Group and deploy the Connectivity Agent on a host within your on-premises network. 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?. 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 Statistics icon in the integration's activity stream on the Errors page. The View Statistics icon of the integration on the Instances page. The Metrics tab in the integration's Configuration Settings page. The View Statistics icon of the Integration on the Monitor Integrations page. Which capability is enabled by Oracle Integration's "Data Stitch" action?. Encrypting data before transmitting it to external applications. Generating detailed audit logs for data transformations. Combining data from multiple sources into a single payload. Which action is specifically designed to integrate third-party services within an Oracle Integration (OIC) integration flow?. Assign. Switch. Notification. Invoke. Which is NOT a valid consideration when leveraging the Throw New Fault action in an integration flow?. You can place the Throw New Fault action directly on the main flow path. If the conditional expression for the skip condition is empty, the fault will never be thrown. You are required to define a fault code when configuring the Throw New Fault action. You can place the Throw New Fault action inside the Global Fault Handler. Which statement is NOT true about importing integrations into an OIC environment?. Imported integrations can be reconfigured using the OIC REST API. If dependent connection resources already exist in the target OIC, the imported integration can be immediately activated. Imported integrations will not include dependent connections if they already exist in the target OIC. Imported connection resources will contain all connection properties and credentials. Which is NOT a valid option when configuring a Database Adapter connection as a trigger for an integration?. Scheduling a specific time for the trigger to run. Selecting specific columns to be retrieved. Specifying a fetch size. Defining a WHERE clause to filter records. Which option best describes the primary use of Business Identifiers in Oracle Integration (OIC)?. Business Identifiers provide a way to schedule integrations at specific times. Business Identifiers help in tracking and monitoring the state of business trans across different integrations. Business Identifiers facilitate the mapping and transformation of data between applications. Business Identifiers are used to define security policies for Integrations. Which file extension is used when exporting and saving an Oracle Integration (OIC) project?. .car. jar. zip. .par. What is the primary function of "recipes" in Oracle Integration?. To generate real-time analytics and performance reports. To automate the deployment of integration projects to production. To provide prebuilt integration templates for common use cases. To create and manage custom APIs for integrations. Which statement is NOT true concerning scheduled parameters used in schedule pattern integrations?. Updates to schedule parameter values 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. Updates to schedule parameter values can be made manually before submitting an ad hoc request. Updates to schedule parameter values can be made manually when starting a schedule. When configuring an Oracle ERP Cloud Adapter connection in the trigger role within an integration in Oracle Integration. Defining the FTP server details. Configuring the outbound REST endpoint. Specifying the event subscription details for ERP events. Setting up the callback URL for asynchronous responses. In Oracle Integration (OIC) integrations, what is the purpose of the "Business Identifiers" feature in the context of Observability?. To track payload fields in messages during run time. To identify specific users accessing the integration. To monitor the network performance of integrations. To group related integration instances for easier management. Which statement is valid about the Oracle Integration (OIC) File Adapter?. The File Adapter does not support triggering integrations based on file events. The File Adapter handles data transformation within the Integration flow. The File Adapter can read files from various locations including local directories, FTP servers, and cloud storage services. The File Adapter can process both structured and unstructured data files. When defining a Connection resource based on the Service Cloud (RightNow) adapter, which is required while configuring connectivity properties?. Fusion URL for the service instance. WSDL URL for the service instance. Wallet that was downloaded from the service instance. CREST API Base URL for the service instance. Which option indicates 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 body. OIC credentials can be passed as a WSS Username Token in the SOAP header. Authentication is not required when testing integrations. OIC credentials can be passed as a WSS Username Token in the HTTP header. |