Free IICS Certification MCQ Questions and Answers — Questions and Answers
Question 1: Connection may be established in:
- Both in application integration and administrator (Correct answer)
- Administrator only
- Application Integration only
- None of the above
Correct answer: Both in application integration and administrator
Creating connections in both the Application Integration Console and the Administrator interface allows for flexibility in managing connections based on the specific needs and context. It ensures that connections can be easily reused across different components and functionalities within Informatica Cloud/IICS, promoting efficiency and consistency in managing integrations and data workflows.
Question 2: Expression, Aggregator, Filter, and Router are transformations that are a part of:
- Data Replication
- Mapping (Correct answer)
- Data Synchronization
- Taskflow
Correct answer: Mapping
Transformations like expression, aggregator, filter, and router are indeed a part of mapping in Informatica Cloud/IICS. <br> In Informatica Cloud/IICS, a mapping represents the data transformation logic that defines how data is manipulated and processed as it moves from source to target. Transformations are the building blocks within a mapping that enable data manipulation, filtering, aggregation, and routing based on specific criteria and business rules.
Question 3: Which of the statements that follow are correct?
- TaskFlow can be scheduled via the scheduler (Correct answer)
- Minimum interval for a Scheduler available in administrator is 2 min
- Process can be schedule from application integration console (Correct answer)
- None of the above
Correct answer: TaskFlow can be scheduled via the scheduler
An administrator-accessible Scheduler must have a minimum interval of 5 minutes.
Question 4: The Primary Key allows null values.
- False (Correct answer)
- True
Correct answer: False
In most traditional database systems, nulls are not allowed in primary keys. A primary key is a column or combination of columns that uniquely identifies each row in a table. The primary key ensures data integrity and provides a way to uniquely identify and reference individual records.
Question 5: Foreign Key values may be duplicated.
- False
- True (Correct answer)
Correct answer: True
Foreign keys cannot have duplicate values. A foreign key is a column or a set of columns in a table that refers to the primary key of another table. It establishes a relationship between two tables, known as a parent-child relationship. <br> The purpose of a foreign key is to maintain referential integrity, ensuring that the values in the foreign key column(s) correspond to existing values in the referenced primary key column(s) of the parent table. This relationship helps enforce data consistency and integrity across related tables.
Question 6: Scenario situation: The source is a flat file with duplicate records. We must fill the objective with unique records. What Transformation can be applied to do it?
- Aggregator (Correct answer)
- Sorter (Correct answer)
- Expression
- Router
Correct answer: Aggregator
In the scenario where the source is a flat file with duplicate records, you can use the Sorter and Aggregator transformations in Informatica to populate distinct records into the target.
Question 7: OLAP is standing for
- Online Analytical publishing
- Online Analytical Processing
- Online Analytical Program
- Online Analytical Processing (Correct answer)
Correct answer: Online Analytical Processing
Online Analytical Processing (OLAP) refers to a category of software tools and technologies used for analyzing multidimensional data from various perspectives. It enables users to perform complex and interactive analysis on large datasets with a focus on business intelligence and decision support.
Connection may be established in: