Interview Questions Flashcards

1
Q

Define Informatica Cloud?

A

Informatica Cloud is an ETL and Integration platform providing a web interface to the web developers to access administrator and monitor the tasks by using that web interface. It helps the developers build the solutions that perform the ETL processes between the cloud and on-site solution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the primary purpose of the Informatica Cloud?

A

The primary purpose of the Informatica cloud is to resolve the data integration problem that takes place when we have to move the data from the legacy architecture to the cloud-based architecture. Through the Informatica cloud, we can resolve the issue of handling fragmented data inside and outside the firewall.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Explain the Runtime Environment?

A

The runtime environment is the implementation environment that implements the data integration tasks or application integration tasks. We should have a minimum of one environment setup for running the tasks in our organization. Generally, it is the server based on the data that gets arranged while processing. We can select either for processing through the Informatica servers or our local servers that remain behind our firewall.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a Replication Task?

A

The replication task enables us to replicate the data from the database table or the on-site application to the required target. We can replicate all the data sources rows that modify since the last runtime of the task through the inbuilt gradual processing method of the Replication task.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Differentiate Informatica PowerCenter and Informatica Cloud

A

The web version of Informatica PowerCenter is Informatica Cloud, and Informatica Cloud utilizes Informatica PowerCenter capabilities for providing web applications to all the functionalities. Informatica Cloud has the capability to provide more enhanced data integration capability over the cloud.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Explain Cloud Designer?

A

We can consider the Cloud designer as the equivalent version of the PowerCenter designer. Through cloud designer, we can effortlessly configure the mappings that are ideally the same as how we configure the PowerCenter mappings. Through Cloud designers, we can transform the data through the transformations like Filter transformation, Expression Transformation, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Explain Synchronization Task?

A

The synchronization task allows us to synchronize the data between the source and the target. We can build a synchronization task from the IICS UI by choosing the original and the target without using any transformations like in mappings. We can also utilize expressions for transforming the data based on the business logic or use data filters for filtering the data. Without PowerCenter mapping and transformation, we can build the synchronization tasks like UI guides.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Differentiate Synchronization and Replication Task?

A

In the synchronization task, you should have an objective for data integration. But, a replication task will establish a target for you. The Replication task replicates a complete scheme and all the tables in it, which is impossible in the Synchronization task. A Replication task has an in-built incremental processing method. In the Synchronization task, we have to handle incremental data processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Explain Mapping Configuration Task?

A

Mapping Task or Mapping Configuration Task is similar to a session in the Informatica PowerCenter. We can define the parameters that relate to the mapping. Insert modern session properties for enhancing the performance and configuring the tasks to run on time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Explain Hierarchical Schema in IICS?

A

Hierarchical Schema is an element where we can upload a JSON or an XML file that specifies the hierarchy of the output data. Hierarchy Parser transformation transforms the input according to the Hierarchical Schema that is related to the transformation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Explain Dynamic Linking

A

Informatica Cloud enables us to establish a target file at runtime. We can use this feature only in mappings. In the target, we can select the “Create New at Runtime” option. We can choose a static filename that can be displaced with a new file whenever the mapping operates with the same name. We can also create a Dynamic filename such that whenever the mapping runs, we can create a file with the new name.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Explain Mapping areas of Cloud designers?

A

Explain Mapping areas of Cloud designers?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Explain Taskflow?

A

Task flow is similar to the workflow of the Informatica PowerCenter. Task flow regulates the execution order of the mapping configuration task or the synchronization task according to the previous task output.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Explain Informatica Cloud REST API?

A

Informatica Cloud REST API provides us with the capability to access the information through Informatica Intelligent Cloud Services. Developers also perform tasks like create, update, delete connections, starting and monitoring jobs, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How do we read JSON source files in IICS?

A

Through the Hierarchy Parser transformation of IICS, we read the JSON files. We have to specify the hierarchy of the output data. Hierarchy parser transformation transforms the input according to the Hierarchical Schema that is related to the transformation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Explain the Differentiator of Cloud Architecture?

A

The Informatica cloud architecture is multitenant, and the web interface is provided extra attention to the UI/UX. The architecture nature is such a way that if there exist internal information systems, we can utilize the advantages of the hybrid solution implementation. Through this architecture, developers concentrate on integration steps in place of running the job on the cloud.

17
Q

List some essential resources provided by the Informatica Cloud REST API

A

Some are the broadly used resources are:

ActivityMonitor: ActivityMonitor variable job details are returned.
Connection: Connection variable returns the data integration connections.
Activity log: This variable returns activity log job details.
Schedule: Schedule variable returns schedule details. It helps us in updating or creating the schedules.
Job: Task is started or stopped.