Top 10 Informatica Interview Questions and Answers

Updated 12 Dec 2024

Q1. What is informatica? Explain it briefly

Ans.

Informatica is a data integration tool used for extracting, transforming, and loading data from various sources.

  • Used for data integration and ETL processes

  • Supports various data sources such as databases, flat files, and cloud applications

  • Provides a graphical user interface for designing and managing data integration workflows

  • Offers advanced features such as data profiling, data quality, and metadata management

Add your answer

Q2. Informatica - Difference between router and filter transformation

Ans.

Router and filter transformations are used in Informatica for data filtering, but they have different functionalities.

  • Router transformation is used to route data based on specified conditions to multiple output groups.

  • Filter transformation is used to filter rows based on specified conditions and pass only the matching rows to the output.

  • Router transformation can have multiple output groups, each with its own condition.

  • Filter transformation has a single output group.

  • Router tra...read more

View 2 more answers
Frequently asked in

Q3. Rate your skills in SQL, Informatica

Ans.

I rate my SQL skills as advanced and my Informatica skills as intermediate.

  • Advanced SQL skills include complex queries, stored procedures, and performance tuning.

  • Intermediate Informatica skills include ETL development, mapping design, and workflow scheduling.

  • I have experience with both SQL Server and Oracle databases.

  • I am constantly learning and improving my skills in both areas.

Add your answer
Frequently asked in

Q4. What transformations did use in Informtica

Ans.

I have used various transformations in Informatica such as Filter, Router, Expression, Aggregator, Joiner, Lookup, and Sorter.

  • Filter transformation is used to filter rows based on a condition.

  • Router transformation is used to route data to different targets based on conditions.

  • Expression transformation is used to perform calculations or manipulate data.

  • Aggregator transformation is used to perform aggregate calculations like sum, average, etc.

  • Joiner transformation is used to jo...read more

Add your answer
Frequently asked in
Are these interview questions helpful?

Q5. Difference between Data Stage and informatica

Ans.

Data Stage is an ETL tool by IBM, while Informatica is a popular ETL tool by Informatica Corporation.

  • Data Stage is developed by IBM, while Informatica is developed by Informatica Corporation.

  • Data Stage is known for its parallel processing capabilities, while Informatica is known for its ease of use and flexibility.

  • Data Stage has a graphical interface for designing jobs, while Informatica uses a more traditional workflow approach.

  • Data Stage is often used in large enterprises w...read more

Add your answer

Q6. Difference between datastage and informatica

Ans.

Datastage and Informatica are both ETL tools used for data integration, but they have differences in terms of features and capabilities.

  • Datastage is developed by IBM and is known for its parallel processing capabilities, while Informatica is developed by Informatica Corporation and is known for its strong data quality features.

  • Datastage has a more user-friendly interface compared to Informatica, making it easier for beginners to use.

  • Informatica offers more advanced features f...read more

Add your answer
Frequently asked in
Share interview questions and help millions of jobseekers 🌟

Q7. How to find rank without using aggregator in Informatica

Ans.

To find rank without using aggregator in Informatica, use the Rank transformation with a custom rank variable.

  • Use Rank transformation in Informatica

  • Create a custom rank variable to assign ranks based on specific criteria

  • Use conditional statements in the Rank transformation to determine rank

Add your answer
Frequently asked in

Q8. Tell me about Informatica

Ans.

Informatica is a software development company that provides data integration and management solutions.

  • Informatica offers a wide range of products for data integration, data quality, data governance, and more.

  • It is known for its PowerCenter tool, which is used for ETL (Extract, Transform, Load) processes.

  • Informatica helps organizations to efficiently manage and analyze their data to make informed business decisions.

Add your answer

Informatica Jobs

Software Engineer 8-13 years
Maersk Global Service Centres India Pvt. Ltd.
4.2
Bangalore / Bengaluru
Sr. Engineer Cslt - Tech Strategy 4-6 years
Verizon Data Services India Pvt.Ltd
4.1
Hyderabad / Secunderabad
Data Engineer Expert 1-4 years
Sanofi India Ltd
4.2
Hyderabad / Secunderabad

Q9. Explain implementation of SCD 1 in IICS

Ans.

SCD Type 1 in IICS involves overwriting existing data with new data without maintaining historical changes.

  • In IICS, use the Mapping Designer to create a mapping that loads data from source to target.

  • Use a Lookup transformation to check if the record already exists in the target table.

  • If the record exists, update the existing record with new data using an Update Strategy transformation.

  • If the record does not exist, insert the new record into the target table.

  • Ensure that the ma...read more

Add your answer
Frequently asked in

Q10. Informatica - How will you select last 10 lines from a file in mapping

Ans.

To select the last 10 lines from a file in Informatica mapping, use the Source Qualifier transformation with a SQL override.

  • Add a Source Qualifier transformation to the mapping.

  • In the Source Qualifier transformation, specify the file as the source and set the appropriate file properties.

  • Write a SQL override in the Source Qualifier transformation to select the last 10 lines from the file.

  • Use the ROWNUM pseudocolumn or the ROW_NUMBER() function to order the rows in descending o...read more

Add your answer
Frequently asked in

Q11. What is loads in informatica

Ans.

Loads in Informatica refer to the process of moving data from source to target in a data warehouse.

  • Loads involve extracting data from source systems

  • Transforming the data as needed

  • Loading the data into the target data warehouse or database

  • Loads can be full, incremental, or delta depending on the requirements

  • Example: Loading customer data from a CRM system into a data warehouse for analysis

Add your answer
Frequently asked in

Q12. Indirect file loading in informaticw

Ans.

Indirect file loading is a process of loading data from a file that is not directly connected to the target system.

  • Indirect file loading involves using an intermediate file to load data into the target system.

  • This method is useful when the source file is not compatible with the target system.

  • Indirect file loading can be achieved using Informatica's indirect file method or by using a custom script.

  • Examples of indirect file loading include loading data from a mainframe system o...read more

Add your answer
Frequently asked in

Q13. Informtica with date functions

Ans.

Informatica is a popular ETL tool used for data integration and transformation. It has built-in functions to handle date operations.

  • Informatica is a powerful ETL tool used for extracting, transforming, and loading data.

  • It provides a variety of built-in functions for handling date operations such as date calculations, formatting, and conversions.

  • Examples of date functions in Informatica include TO_DATE, TO_CHAR, ADD_TO_DATE, and DATE_DIFF.

Add your answer

Q14. 1.what is active and Passive transformation in informatica? Project Explain. SQL query.

Ans.

Active and Passive transformation in Informatica and SQL query in a project

  • Active transformation changes the number of rows that pass through it, while passive transformation does not

  • Active transformation can change the data values, while passive transformation does not

  • Examples of active transformation include Filter, Router, and Update Strategy, while passive transformation includes Expression and Sequence Generator

  • SQL query in a project can be used to extract, manipulate, a...read more

Add your answer
Frequently asked in

Q15. Explain in depth about SCD and lookups in informatica

Ans.

SCD stands for Slowly Changing Dimensions and lookups in Informatica are used to perform data transformations by looking up data from a reference table.

  • SCD is used to track changes to dimension data over time.

  • There are three types of SCD - Type 1, Type 2, and Type 3.

  • Lookups in Informatica are used to perform data transformations by looking up data from a reference table.

  • Lookups can be connected to different types of sources like flat files, databases, etc.

  • Example: In a Type 2...read more

Add your answer
Frequently asked in

Q16. Command task in informatica ?

Ans.

Command task is used to execute shell commands or scripts in Informatica.

  • Command task can be used to execute Unix or Windows commands.

  • It can be used to run scripts or batch files.

  • The output of the command can be captured and used in subsequent tasks.

  • Command task can be scheduled to run at a specific time or interval.

  • It can be used to perform tasks like file system operations, database operations, etc.

Add your answer
Frequently asked in

Q17. Different types of transformations in informatica, active vs passive, union vs joiner

Ans.

Different types of transformations in Informatica include active and passive transformations, as well as union and joiner transformations.

  • Active transformations are those which change the number of rows that pass through them, such as Filter or Router transformations.

  • Passive transformations do not change the number of rows that pass through them, such as Expression or Lookup transformations.

  • Union transformation combines data from multiple pipelines into a single pipeline.

  • Join...read more

Add your answer
Frequently asked in
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Interview Questions of Informatica Related Designations

Interview experiences of popular companies

3.7
 • 10.4k Interviews
3.8
 • 5.6k Interviews
4.1
 • 54 Interviews
View all
Informatica Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter