IICS Certification Trivia 3 â Questions and Answers
Question 1: In IICS, which object type encapsulates a sequence of tasksâincluding decisions and loopsâinto a single orchestrated workflow?
- Mapping
- Taskflow (Correct answer)
- Schedule
- Process
Correct answer: Taskflow
A Taskflow in IICS orchestrates multiple tasks with conditional branching and looping into a single automated workflow.
Question 2: What IICS Data Quality transformation is used to standardize inconsistent address data to a canonical postal format?
- Address Validator (Correct answer)
- Labeler
- Parser
- Consolidation
Correct answer: Address Validator
The Address Validator transformation in IICS Data Quality corrects and standardizes postal addresses to improve deliverability and accuracy.
Question 3: Which IICS Secure Agent component is responsible for executing Data Integration mappings on-premises?
- DTM (Correct answer)
- IICS Cloud Server
- Tomcat
- B2B Agent
Correct answer: DTM
The Data Transformation Manager (DTM) is the engine within the Secure Agent that executes Data Integration mappings.
Question 4: In IICS, what does the term 'pushdown optimization' refer to?
- Running transformation logic in the source or target database instead of the Secure Agent (Correct answer)
- Pushing data to a cloud storage tier
- Optimizing memory usage on the Secure Agent
- Lowering job priority to reduce CPU load
Correct answer: Running transformation logic in the source or target database instead of the Secure Agent
Pushdown optimization allows IICS to push transformation logic as SQL to the source or target database, reducing data movement and improving performance.
Question 5: Which IICS feature allows a mapping developer to preview the output of a transformation without running the full pipeline?
- Data Preview (Correct answer)
- Run Preview
- Sample Data
- Debug Mode
Correct answer: Data Preview
Data Preview in the IICS Mapping Designer lets developers inspect transformation output row samples during design time.
Question 6: What is the primary purpose of a Lookup transformation in IICS Data Integration?
- To retrieve related data from a reference source based on a key (Correct answer)
- To route rows to different pipelines
- To parse JSON and XML inputs
- To deduplicate records
Correct answer: To retrieve related data from a reference source based on a key
The Lookup transformation queries a reference table or file to enrich input rows with additional data based on a matching key.
Question 7: In IICS, which type of task is used to execute an operating system command or shell script on the Secure Agent host?
- Command Task (Correct answer)
- Shell Task
- Script Task
- Process Task
Correct answer: Command Task
A Command Task in IICS executes OS-level shell commands or scripts on the machine where the Secure Agent is installed.
In IICS, which object type encapsulates a sequence of tasksâincluding decisions and loopsâinto a single orchestrated workflow?