Informatica IDQ Interview Questions

Ratings:
(4.7)
Views:2456
Banner-Img
  • Share this blog:

Welcome to our Informatica IDQ Interview Questions Blog! Informatica IDQ is a powerful data quality tool that helps organizations ensure the accuracy, completeness, and consistency of their data. As the demand for data-driven decision-making grows, companies are increasingly looking for skilled professionals who can leverage the capabilities of Informatica IDQ to maintain high-quality data. In this blog, we have compiled a list of commonly asked Informatica IDQ interview questions that can help you prepare for your next interview. Whether you are a beginner or an experienced professional, our comprehensive list of questions will help you brush up your knowledge and confidently tackle any interview question related to Informatica IDQ. So, let's get started and ace your next Informatica IDQ interview!

we have categorized these interview questions into 4 sections:

Most frequently asked Informatica IDQ Interview Questions

Informatica IDQ Interview Questions and Answers

Q1) What are the types of loading in Informatica?

Ans: There are two types of loading, normal loading, and bulk loading. In normal loading, it loads record by record and writes a log for that. It takes comparatively a longer time to load data to the target in normal loading. But in bulk loading, it loads a number of records at a time to the target database. It takes less time to load data to the target.

Q2) What is aggregate cache in aggregator transformation?

Ans: The aggregator stores data in the aggregate cache until it completes aggregate calculations. When you run a session that uses an aggregator transformation, the Informatica server creates index and data caches in memory to process the transformation. If the Informatica server requires more space, it stores overflow values in cache files.

Q3) How can you define a transformation? What are the different types of transformations available in Informatica?

Ans: A transformation is a repository object that generates, modifies, or passes data. The Designer provides a set of transformations that perform specific functions. For example, an Aggregator transformation performs calculations on groups of data. Below are the various transformations available in Informatica:

Q4) What is the Surrogate key?

Ans: The surrogate key is a substitution for the natural primary key. It is just a unique identifier or number of each row that can be used for the primary key to the table.

Q5) Define the Informatica repository?

Ans: Informatica Repository: The Informatica repository is at the centre of the Informatica suite. You create a set of metadata tables within the repository database that the Informatica application and tools access. The Informatica client and server access the repository to save and retrieve metadata.

Want to acquire industry skills and gain complete knowledge of Informatica Data Quality? Enrol in Instructor-Led live Informatica IDQ Training to become Job Ready!

Q6) What are the tasks that the source qualifier performs?

Ans: Join data originating from the same source database. Filter records when the Informatica server reads source data. Specify an outer join rather than the default inner join specify sorted records. Select only distinct values from the source. Creating a custom query to issue a special SELECT statement for the Informatica server to read source data.

Q7) What is the target load order?

Ans: Specify the target load order based on source qualifiers in a mapping. If you have the multiple source qualifiers connected to the multiple targets you can designate the order in which the Informatica server loads data into the targets.

Q8) How Union Transformation is used?

Ans: The union transformation is a multiple-input group transformation that can be used to merge data from various sources (or pipelines). This transformation works just like the UNION ALL statement in SQL, which is used to combine the result set of two SELECT statements.

Q9) Can two flat files be joined with Joiner Transformation?

Ans: Yes, joiner transformation can be used to join data from two flat file sources.

Q10) What is a lookup transformation?

Ans: This transformation is used to look up data in a flat file or a relational table, view, or synonym. It compares lookup transformation ports (input ports) to the source column values based on the lookup condition. Later returned values can be passed to other transformations.

Q11) Which transformation should you need while using the COBOL sources as source definitions?

Ans: Normalizer transformation which is used to normalize the data. Since COBOL sources often consist of Denormalized data.

Q12) What is the difference between a connected lookup and an unconnected lookup?

Ans: The connected lookup takes input values directly from other transformations in the pipeline.

Unconnected lookup doesn't take inputs directly from any other transformation, but it can be used in any transformation (like expression) and can be invoked as a function using:

LKP expression. So, an unconnected lookup can be called multiple times in a mapping.

Q13) What are the types of data that pass between the Informatica server and the stored procedure?

Ans: 3 types of data

  • Input/Output parameters
  • Return Values
  • Status code.

Q14) What is the status code?

Ans: Status code provides error handling for the Informatica server during the session. The stored procedure issues a status code that notifies whether or not the stored procedure was completed successfully. This value can not be seen by the user. It is only used by the Informatica server to determine whether to continue running the session or stop.

Q15) What is the source qualifier transformation?

Ans: When you add a relational or a flat file source definition to a mapping, you need to connect it to a source qualifier transformation. The source qualifier transformation represents the records that the Informatica Server reads when it runs a session.

Data Quality Interview Questions

Q16) How many types of dimensions are available in Informatica?

Ans: There are three types of dimensions available are :

  • Junk dimension
  • Degenerative Dimension
  • Conformed Dimension

Q17) What is the maplet?

Ans: Maplet is a set of transformations that you build in the maplet designer and you can use it in multiple mappings

Q18) What are Sessions and Batches?

Ans:

Session: A session is a set of commands that describes the server to move data to the target.

Batch: A Batch is a set of tasks that may include one or more tasks (sessions, event wait, email, command, etc).

Q19) What are slowly changing dimensions?

Ans: Dimensions that change over time are called Slowly Changing Dimensions(SCD).

  • Slowly Changing Dimension-Type 1: This has only current records.
  • Slowly Changing Dimension-Type2: Which has current records + historical records.
  • Slowly Changing Dimension-Type 3: Which has current records + one previous record.

Q20) What is the difference between Active and Passive transformation?

Ans:

Active Transformation: An active transformation can change the number of rows that pass through it from source to target i.e. it eliminates rows that do not meet the condition in transformation.

Passive Transformation: A passive transformation does not change the number of rows that pass through it i.e. it passes all rows through the transformation.

Q21) What is the Aggregator Transformation?

Ans: Aggregator transformation is an Active and Connected transformation. This transformation is useful to perform calculations such as averages and sums (mainly to perform calculations on multiple rows or groups).

Q22) What is Expression transformation?

Ans: Expression transformation is a Passive and Connected transformation. This can be used to calculate values in a single row before writing to the target.

Q23) What is Filter transformation?

Ans: Filter transformation is an Active and Connected transformation. This can be used to filter rows in a mapping that does not meet the condition.

Q24) What is Joiner's transformation?

Ans: Joiner Transformation is an Active and Connected transformation. This can be used to join two sources coming from two different locations or from the same location.

Q25) Why do we use lookup transformations?

Ans: Lookup Transformations can access data from relational tables that are not sourced in mapping.

Q26) What is the Normalizer transformation?

Ans: Normalizer Transformation is an Active and Connected transformation. It is used mainly with COBOL sources where most of the time data is stored in a denormalized format. Also, Normalizer transformation can be used to create multiple rows from a single row of data.

Q27) What is Rank transformation?

Ans: Rank transformation is an Active and Connected transformation. It is used to select the top or bottom rank of data.

Q28) What is Router transformation?

Ans: Router transformation is an Active and Connected transformation. It is similar to filter transformation. The only difference is, filter transformation drops the data that do not meet the condition whereas the router has an option to capture the data that do not meet the condition. It is useful to test multiple conditions.

Q29) What is the Sorter transformation?

Ans: Sorter transformation is a Connected and Active transformation. It allows sorting data either in ascending or descending order according to a specified field

IDQ Interview Questions For Experienced

Q30) Name four output files that the information server creates during the session running.

Ans: Session Log, Workflow Log, Errors Log, Badfile

Q31) Why do we use stored procedure transformation?

Ans: A stored procedure transformation is an important tool for populating and maintaining databases.

Q32) What is the difference between static cache and dynamic cache?

Ans: Dynamic cache decreases performance in comparison to the static cache.

Static cache does not see such things just insert data as many times as it is coming

Q33) Define mapping and sessions.

Ans: Mapping: It is a set of source and target definitions linked by transformation objects that define the rules for transformation.

Session: It is a set of instructions that describe how and when to move data from source to target.

Q34) What is a command that is used to run a batch?

Ans: pmcmd is used to start a batch.

Q35) What is Data-driven?

Ans: The Informatica server follows instructions coded into update strategy transformations within the session mapping to determine how to flag records for insert, update, delete or reject.

Q36) What is the power centre repository?

Ans: The PowerCenter repository allows you to share metadata across repositories to create a data mart domain.

Q37) What is the parameter file?

Ans: A parameter file is a file created by text editors such as word pad or Notepad. U can define the following values in the parameter file.

  • Mapping parameters
  • Mapping variables
  • session parameters.

Q38) What are the types of lookup caches?

Ans: Static cache Dynamic cache Persistent cache Shared cache Recache.

Q39) What are the differences between Connected and Unconnected Lookup?

Ans:

Connected Lookup Unconnected Lookup
Connected lookup participates in dataflow and receives input directly from the pipeline Unconnected lookup receives input values from the result of an LKP: expression in another transformation
Connected lookup can use both dynamic and static cache An unconnected Lookup cache can NOT be dynamic
Connected lookup can return more than one column value ( output port ) Unconnected Lookup can return only one column value i.e. output port
Connected lookup caches all lookup columns Unconnected lookup caches only the lookup output ports in the lookup conditions and the return port
Unconnected lookup caches only the lookup output ports in the lookup conditions and the return port Supports user-defined default values (i.e. value to return when lookup conditions are not satisfied)

Q40) What is the fact table?

Ans: The centralized table in a star schema is called a fact table. Fact tables are three types

  • Additive
  • non-additive
  • semi-additive

Q41) What is a Data warehouse?

Ans: According to Bill Inmon, known as the father of Data warehousing. “A Data warehouse is a subject-oriented, integrated,time-variant, nonvolatile collection of data in support of management’s decision-making process”.

Q42) What is Data Transformation Manager(DTM)?

Ans: After the load manager performs validations for the session, it creates the DTM process. The DTM process is the second process associated with the session run.

Q43) How can you define a transformation?

Ans: A transformation is a repository object that generates, modifies, or passes data. The Designer provides a set of transformations that perform specific functions.

Q44) What is the Lookup transformation?

Ans: Lookup transformation is Passive and it can be both Connected and UnConnected as well. It is used to look up data in a relational table, view, or synonym. The lookup definition can be imported either from the source or from target tables.

Q45) What is the difference between maplet and reusable transformation?

Ans: Maplet consists of a set of transformations that are reusable.

A reusable transformation is a single transformation that can be reusable.

Q46) What is the Update Strategy transformation?

Ans: Update strategy transformation is an active and connected transformation. It is used to update data in the target table, either to maintain a history of data or recent changes. You can specify how to treat source rows in a table, insert, update, delete, or data-driven.

Informatica IDQ Certification Questions

Q47) What is the difference between Router and Filter?

Ans:

Router Filter
Router transformation divides the incoming records into multiple groups based on some condition. Such groups can be mutually inclusive (Different groups may contain the same record) Filter transformation restricts or blocks the incoming record set based on one given condition.
Filter transformation restricts or blocks the incoming recordset based on one given condition. Filter transformation does not have a default group. If one record does not match the filter condition, the record is blocked
A router acts like a CASE... WHEN statement in SQL (Or Switch().. Case statement in C) A router acts like a CASE... WHEN statement in SQL (Or Switch().. Case statement in C)

 Q48)What is the update strategy and what are the options for the update strategy?

Ans: Informatica processes the source data row-by-row. By default, every row is marked to be inserted in the target table. If the row has to be updated/inserted based on some logic Update Strategy transformation is used. The condition can be specified in Update Strategy to mark the processed row for an update or insert.

The following options are available for update strategy :

DD_INSERT If this is used the Update Strategy flags the row for insertion. The equivalent numeric value of DD_INSERT is 0.
DD_UPDATE If this is used the Update Strategy flags the row for update. The equivalent numeric value of DD_UPDATE is 1.
DD_DELETE If this is used the Update Strategy flags the row for deletion. The equivalent numeric value of DD_DELETE is 2.
DD_REJECT If this is used the Update Strategy flags the row for rejection. The equivalent numeric value of DD_REJECT is 3.

49Q) What can we do to improve the performance of Informatica Aggregator Transformation?

Ans: Aggregator performance improves dramatically if records are sorted before passing to the aggregator and the "sorted input" option under aggregator properties is checked. The record set should be sorted on those columns that are used in Group By operation.

Q50) What is the different lookup cache(s)?

Ans: Informatica Lookups can be cached or uncached (No cache). And Cached lookup can be either static or dynamic.

A static cache is one that does not modify the cache once it is built and it remains the same during the session run. On the other hand, A dynamic cache is refreshed during the session run by inserting or updating the records in the cache based on the incoming source data. By default, the Informatica cache is a static cache.

Lookup cache can also be divided as persistent or nonpersistent based on whether Informatica retains the cache even after the completion of the session run or deletes it

Q51) How can we update a record in the target table without using the Update strategy?

Ans: A target table can be updated without using the 'Update Strategy'. For this, we need to define the key in the target table at the Informatica level and then we need to connect the key and the field we want to update in the mapping Target. At the session level, we should set the target property as "Update as Update" and check the "Update" checkbox.

Q52) What is the difference between Static and Dynamic Lookup Cache?

Ans: We can configure a Lookup transformation to cache the underlying lookup table. In the case of static or read-only lookup cache, the Integration Service caches the lookup table at the beginning of the session and does not update the lookup cache while it processes the Lookup transformation.

In the case of a dynamic lookup cache, the Integration Service dynamically inserts or updates data in the lookup cache and passes the data to the target. The dynamic cache is synchronized with the target.

In case you are wondering why we need to make the lookup cache dynamic, read this article on dynamic lookup

Let's assume we have a target table "Customer" with fields such as "Customer ID", "Customer Name" and "Customer Address". Suppose we want to update "Customer Address" without an Update Strategy.

Then we have to define "Customer ID" as the primary key in the Informatica level and we will have to connect the Customer ID and Customer Address fields in the mapping.

If the session properties are set correctly as described above, then the mapping will only update the customer address field for all matching customer IDs.

Q53) Why is Sorter an Active Transformation?

Ans: This is because we can select the "distinct" option in the sorter property. When the Sorter transformation is configured to treat output rows as distinct, it assigns all ports as part of the sort key. The Integration Service discards duplicate rows compared during the sort operation. The number of Input Rows will vary as compared with the Output rows and hence it is an Active transformation.

Q54) Is it lookup an active or passive transformation?

Ans: From Informatica 9x, Lookup transformation can be configured as an "Active" transformation.

Q55) What is the difference between STOP and ABORT options in Workflow Monitor?

Ans: When we issue the STOP command on the executing session task, the Integration Service stops reading data from the source. It continues processing, writing, and committing the data to targets. If the Integration Service cannot finish processing and committing data, we can issue the abort command.

In contrast, the ABORT command has a timeout period of 60 seconds. If the Integration Service cannot finish processing and committing data within the timeout period, it kills the DTM process and terminates the session.

Q56) When we install the Informatica PowerCenter, the following components get installed?

Ans:

  • PowerCenter clients
  • Integration service
  • PowerCenter Repository service
  • PowerCenter Repository
  • PowerCenter Domain
  • PowerCenter Administration console
About Author
Authorlogo
Name
TekSlate
Author Bio

TekSlate is the best online training provider in delivering world-class IT skills to individuals and corporates from all parts of the globe. We are proven experts in accumulating every need of an IT skills upgrade aspirant and have delivered excellent services. We aim to bring you all the essentials to learn and master new technologies in the market with our articles, blogs, and videos. Build your career success with us, enhancing most in-demand skills in the market.