IICS CDI Quiz4 December 18, 2025 by Harsha IICS CDI Quiz4 Welcome to every Thursday Quiz Challenge of IICS CDI Quiz 4! Let’s test your knowledge and strengthen your understanding on CDI Concepts 1 / 10 In which connection type you can configure Event Source and Event Target? Oracle REST Webservice File Connector File connector allows us to configure both event source and event target. An event source serves as a start event that listens or monitors a specified location for new files or messages. The File Connector includes the following event target types: File Writer. Write data in plain text, binary, attachment, JSON, or XML format to a file in the specified directory. Delimited Content Writer. Serialize process objects to delimited content format and write the result to a file in the specified directory. 2 / 10 What can a mapping do that a Synchronization Task cannot do? (Select 2) Contain multiple targets Read from a hierarchical source Contain expression logic Read from a file source 3 / 10 In a Synchronization task which of the following task operations is supported for a Flat File target? Upsert Insert Update All of the above Insert is supported because it involves appending new data to the file, which is straightforward. Update, Upsert, and Delete are not supported because flat files do not have the same capabilities as databases for record-level operations. Flat files typically require rewriting the entire file for updates or deletions, which is not efficient or practical in the context of a Synchronization task. 4 / 10 While monitoring a task, you can view session logs, job status, and error logs in the jobs section of the Data Integration Service True False You can monitor the jobs that you started on the My Jobspage within the service where you started the job. The My Jobs page lists your jobs that are currently running and your jobs that have completed. Jobs section allows users to view: Instrance Name, Location, Subtasks, Start Time, End Time, Rows Processed, Status and also session/error logs. 5 / 10 Which component is primarily used to design and manage data integration tasks in Informatica Cloud Data Integration (CDI)? Secure Agent Taskflows Taskflows in Informatica Cloud Data Integration are used to design, orchestrate, and manage the execution of multiple data integration tasks, allowing you to automate workflows. The Secure Agent, on the other hand, is a runtime component that enables secure data movement between cloud and on-premises environments but is not used for designing tasks. 6 / 10 Which task execution conditions can trigger an Email notification? (Pick up to 3) Warning Error Scheduled Success You can send email to different addresses based on the status of the task: Failure Email Notification. Sends failure email notification when the task fails to complete. Warning Email Notification. Sends warning email notification when the task completes with errors. Success Email Notification. Sends success email notification when the task completes without errors. 7 / 10 To configure or edit a Taskflow, you must have Execute permission for all tasks in the Taskflow True False When configuring a taskflow, a user needs Execute permission on all tasks to be added to the taskflow. To edit a taskflow, a user needs Execute permission on all tasks in the taskflow. Without Execute permission on all tasks, the user cannot save changes to the taskflow. 8 / 10 A field expression enables you to _______(Choose 2) Filter records based on a condition Insert a constant value into a target field for all records Join strings from source fields to a single target field Join records from multiple sources The field mapping defines how source fields are mapped to target fields. You can specify an expression for each field mapping. You can map multiple source fields to the same target field. For example, you can map SourceFieldA and SourceFieldB to TargetFieldC. Field expression can be also used to create new fields and provide them with constant value. 9 / 10 A Hierarchical Schema component can be used by which parent objects? Intelligent Structure Parser transformation. Hierarchy Parser transformation. Intelligent Structure Model. Hierarchy Builder transformation. In Informatica Intelligent Cloud Services (IICS), the Hierarchical Schema component is a vital element for handling hierarchical data structures such as XML or JSON. A Hierarchical Schema component can be used by the following parent objects: Hierarchy Parser transformation, Hierarchy Builder transformation 10 / 10 Is application data staged to the cloud by the Informatica Cloud Secure Agent? Yes No, it processes data locally without staging it to the cloud The Informatica Cloud Secure Agent is a lightweight program that runs all tasks and enables secure communication across the firewall between your organization and Informatica Intelligent Cloud Services. Informatica Cloud Secure Agent works locally behind your firewall which means data never gets staged through the Informatica Cloud servers. Your score isThe average score is 53% 0% Restart quiz Related Posts:IICS CDI Quiz5IICS CDI Quiz3IICS CDI Quiz1IICS CDI Quiz 2