IICS Certification IICS Certification 5 — Questions and Answers
Question 1: In IICS, what is the 'Serverless Runtime' and what is its primary advantage over a Secure Agent?
- A cloud-native runtime managed by Informatica that requires no agent installation (Correct answer)
- A runtime that executes mappings without any transformation logic
- An agent that runs inside a serverless Lambda function
- A Secure Agent configured to auto-scale on demand
Correct answer: A cloud-native runtime managed by Informatica that requires no agent installation
Serverless Runtime is a fully managed compute environment provided by Informatica, eliminating the need to install and maintain Secure Agents for supported tasks.
Question 2: Which IICS feature provides data lineage tracking to show how data flows from source to target across multiple mappings and tasks?
- Metadata Command Center (CDGC) (Correct answer)
- Activity Monitor
- Data Catalog
- Operational Insights
Correct answer: Metadata Command Center (CDGC)
Cloud Data Governance and Catalog (CDGC), formerly Metadata Command Center, provides end-to-end data lineage showing data flow across IICS assets and external systems.
Question 3: In IICS Data Integration, what happens when a Sorter transformation receives more data than fits in its allocated memory cache?
- It spills data to disk in the Secure Agent's temp directory (Correct answer)
- It truncates rows that exceed the cache limit
- It throws a fatal error and fails the mapping
- It automatically increases JVM heap size
Correct answer: It spills data to disk in the Secure Agent's temp directory
When the Sorter transformation's memory limit is exceeded, it writes temporary sort files to the Secure Agent's designated temp directory to complete the sort operation.
Question 4: What is the role of 'Connection Parameters' in an IICS Taskflow compared to individual mapping task connections?
- They allow a single connection parameter to override connection settings across all tasks in the Taskflow (Correct answer)
- They define the network route between tasks in the Taskflow
- They specify authentication parameters for the Taskflow API trigger
- They cache connection credentials for the duration of the Taskflow run
Correct answer: They allow a single connection parameter to override connection settings across all tasks in the Taskflow
Taskflow-level Connection Parameters let you define a single overridable connection that is passed to all child tasks, simplifying environment promotion (dev/test/prod).
Question 5: In IICS B2B Gateway, which standard protocol is used to securely exchange EDI documents between trading partners?
- AS2 (Correct answer)
- FTP
- REST
- SFTP
Correct answer: AS2
AS2 (Applicability Statement 2) is the industry-standard protocol used in IICS B2B Gateway to exchange EDI and other business documents with encryption and non-repudiation.
Question 6: Which IICS Data Integration mapping component is used to combine rows from two or more pipelines that have identical schemas?
- Union (Correct answer)
- Joiner
- Router
- Hierarchy Processor
Correct answer: Union
The Union transformation merges multiple input pipelines with identical port schemas into a single output stream, similar to a SQL UNION ALL operation.
Question 7: In IICS, which organization-level setting controls the maximum number of concurrent jobs that can run across all agents in an agent group?
- Max Concurrent Jobs (Correct answer)
- Agent Throttle Limit
- Job Queue Depth
- Runtime Resource Pool
Correct answer: Max Concurrent Jobs
The Max Concurrent Jobs setting at the agent group level limits how many jobs can execute simultaneously, preventing resource contention on the Secure Agent servers.
In IICS, what is the 'Serverless Runtime' and what is its primary advantage over a Secure Agent?