- 1.Define Enterprise Data Warehousing?
- When the organization data is developed at a single point of access it is known as enterprise data warehousing.
- 2.Differentiate between a database, and data warehouse?
- The database has a group of useful information which is brief in size and time as compared to a data warehouse which also maintains historical data and there are set of every kind of data whether it is useful or not and data is extracted as the-the requirement of customer.
- 3.What do you understand by a term domain?
- Domain is the term in which all interlinked relationship and nodes are undertaken by sole organizational point.
- 4.In Informatica Repository Manager, how many repositories can be created?
- It mainly depends on upon the number of ports we required however as mentioned by Informatica there can be any number of repositories.
- 5.Write the advantages of partitioning a session?
- The main advantage of partitioning a session is to get better server’s process and competence. Another advantage is it implements the solo sequences within the session.
- 6.How can indexes be created after completing the load process?
- With the help of command task at the session level, we can create indexes after the load procedure. Also, create indexes statements can be defined in Post SQL to create indexes after load completion.
- 7. Define sessions in Informatica ETL.
- A session is a wrapper for the mapping which actually processes the data as per the flow layout of the mapping from source to a target.
- 8.In one workflow how many number of sessions can we have?
- We can have any number of sessions but it is advisable to have lesser number of sessions in a workflow because it will become easier for migration.
- 9.Differentiate between mapping parameter and mapping variable?
- At the time values alter during the session’s implementation it is known as mapping variable whereas the values that don’t alter within the session implementation is called as mapping parameters.
- 10.What are the features of complex mapping?
- The features of complex mapping are:
Many numbers of transformations and complex business rules implemented. - 11.How can we identify whether a mapping is correct or not without connecting session?
- With the help of debugging option, we can identify whether a mapping is correct or not without connecting sessions.
- 12.Can we use mapping parameter or variables developed in one mapping into any other reusable transformation?
- Yes, we can use mapping parameter or variables into any other reusable transformation because it doesn’t have any mapplet.
- 13.What is the use of aggregator cache file?
- These are the cache files created by Aggregator transformation to calculate aggregate functions like SUM, MAX, MIN values on the data. They can also be saved for later use to implement Incremental Load on the target.
- 14.What is lookup transformation?
- The transformation that is used to do a lookup on the set of values is Lookup transformation, the lookup values can be from RDBMS table or a flat file.
- 15.What do you understand by term role playing dimension?
- The dimensions that are used for playing diversified roles while remaining in the same database domain are known as role playing dimensions.
- 16.How can we access repository reports without SQL or other transformations?
- We can access repository reports by using metadata reporter. No need of using SQL or other transformation as it is a web app.
- 17.Write the types of metadata those stores in repository?
- The types of metadata which are stored in a repository are Target definition, Source definition, Mapplet, Mappings, Transformations, Session properties et al.
- 18.What is code page compatibility?
- Transfer of data takes place from one code page to another keeping that both code pages have the same character sets to avoid any data failure.
- 19.How can we validate all mappings in the repository simultaneously?
- Multiple mappings can be validated in a one go using Query builder in the Repository Manager.
- 20.Define Aggregator transformation?
- It is a transformation to calculate aggregate functions like SUM, MAX, MIN on the data set.
- 21.What is Expression transformation?
- It is used for performing non-aggregated calculations and to implement row level functions like TO_DATE, TO_CHAR. We can test conditional statements before output results move to the target tables.
- 22.Define filter transformation?
- Filter transformation is a way of filtering rows in a mapping. It has all ports of input/output and the row which matches with that condition can only pass by that filter.
- 23.Define Joiner transformation?
- It combines two associated mixed sources of data located in different locations.
- 24.How can we use Union Transformation?
- It is a different input group transformation that is used to combine data from different sources. It works the same way like UNION ALL in a database.
- 25.Define Incremental Aggregation?
- The incremental aggregation is done whenever a session is developed for a mapping aggregate.
- 26.Differentiate between a connected lookup and unconnected lookup?
- In connected lookup inputs are taken straight away from various transformations in the pipeline it is called connected lookup. While unconnected lookup doesn’t take inputs straight away from various transformations, but it can be used in any transformations and can be raised as a function using LKP expression.
- 27.Define mapplet?
- A mapplet is a recyclable object that is using mapplet designer. It can have all the functionality of a mapping except target instance.
- 28.What is a reusable transformation?
- This transformation can be used various times in the same mapping or different mappings.
- 29.Define update strategy.
- Whenever the row has to be updated or inserted based on some sequence then update strategy is used. But this condition should be specified before for the processed row to be updated or inserted.
- 30.Explain the scenario which compels Informatica server to reject files?
- When it faces DD_Reject in update strategy transformation then it sends records to reject files.
- 31.What is a surrogate key?
- It is a substitute for the natural prime key. It is a unique identification for each row in table.
- 32.Write the prerequisite tasks to achieve the session partition?
- In order to perform session partition one need to configure the session to partition source data and then installing the Informatica server machine in multifold CPU’s.
- 33.In informatics server, Which files are created during the session runs?
- Errors log, Bad file, Workflow log and session log namely files are created during the session runs.
- 34.Define a session task?
- It is a mass of instruction that guides power center server about how and when to move data from sources to targets.
- 35.Define command task?
- This task permits one or more than one shell commands in UNIX or DOS in windows to run during the workflow.
- 36.Explain standalone command task?
- This task can be used anywhere in the workflow to run the shell commands.
- 37.What is pre and post session shell command?
- Command task can be called as the pre or post session shell command for a session task. One can run it as pre-session command or post session success command or post session failure command.
- 38.What is a predefined event?
- Predefined event is the file-watch event. It waits for a specific file to arrive at a specific location.
- 39.Define user defined event?
- User defined event are a flow of tasks in the workflow. Events can be developed and then raised as the need comes.
- 40.Define workflow?
- The group of directions that communicates server about how to implement tasks is known as work flow.
- 41.Write the different tools in workflow manager?
- The different tools in workflow manager are:
Task Developer
Worklet Designer
Workflow Designer - 42.Name other tools for scheduling purpose other than workflow manager pmcmd?
- There are many third party tools for scheduling like ‘CONTROL-M’ is the third party tool for scheduling purpose other than workflow manager.
- 43.Define OLAP (On-Line Analytical Processing)?
- It is a process by which multi-dimensional analysis occurs.
- 44.Name the different types of OLAP? Write an example?
- Different types of OLAP are ROLAP, HOLAP, MOLAP.
- 45.Define worklet?
- Worklet is said when the session tasks are collected in a group. It includes timer, decision, command, event wait, etc.
- 46.Write the use of target designer?
- With the help of target designer, we can create target definition.
- 47.From where can we find the throughput option in Informatica?
- In Workflow Monitor, we can find throughput option.
Right click on the session, then click on Get Run Properties and under source/target statistics we can find this option. - 48.Define target load order?
- It is specified on the criteria of source qualifiers in a mapping. If there are many source qualifiers attached to various targets in a mapping then we can define the order in which data is to be loaded in targets.
- 49. Define Informatica?
- Informatica is a tool, supporting all the steps of Extraction, Transformation and Load process. Nowadays Informatica is also being used as an Integration tool.
Informatica is easy to use tool. It has got a simple visual interface like forms in visual basic. You just need to drag and drop different objects (known as transformations) and design process flow for Data extraction transformation and load. These process flow diagrams are known as mappings. Once a mapping is made, it can be scheduled to run as and when required. In the background Informatica server takes care of fetching data from the source, transforming it, & loading it to the target systems/databases. - 50. What can we do to improve the performance of Informatica Aggregator Transformation?
- Aggregator performance improves dramatically if records are sorted before passing to the aggregator and “sorted input” option under aggregator properties is checked. The record set should be sorted on those columns that are used in Group By operation.
It is often a good idea to sort the recordset in database level e.g. inside a source qualifier transformation unless there is a chance that already sorted records from source qualifier can again become unsorted before reaching aggregator. - 51. What are the different lookup cache(s)?
- Informatica Lookups can be cached or uncached (No cache). And Cached lookup can be either static or dynamic. A static cache is one which does not modify the cache once it is built and it remains same during the session run. On the other hand, caches can be refreshed during the session run by inserting or updating the records in the cache based on the incoming source data called Dynamic cache. By default, Informatica cache is static cache.
A lookup cache can also be divided as persistent or non-persistent based on whether Informatica retains the cache even after the completion of the session run or deletes it. - 52. How can we update a record in target table without using Update strategy?
- A target table can be updated without using ‘Update Strategy’. For this, we need to define the key in the target table at mappinglevel and then we need to connect the key and the field we want to update in the mapping Target. In the session level, we should set the target property as “Update as Update” and check the “Update” checkbox.
Let’s assume we have a target table “Customer” with fields 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 primary key in mapping and we will have to connect 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. - 53. What are the new features of Informatica 9.x Developer?
- From an Informatica developer’s perspective, some of the new features in Informatica 9.x are as follows:
Now Lookup can be configured as an active transformation – it can return multiple rows on successful match
Now you can write SQL override on uncached lookup also. Previously you could do it only on cached lookup
You can control the size of your session log. In a real-time environment, you can control the session log file size or time
Database deadlock resilience feature – this will ensure that your session does not immediately fail if it encounters any database deadlock, it will now retry the operation again. You can configure any number of retry attempts. - 54. What is Informatica ETL Tool?
- Informatica ETL tool is a market leader in data integration and data quality services. Informatica is successful ETL and EAI tool with significant industry coverage.
ETL refers to extract, transform, load. Data integration tools are different from other software platforms and languages. They have no inbuilt feature to build user interface where an end user can see the transformed data. Informatica ETL tool “power center” has the capability to manage, integrate and migrate enterprise data. - 55. What are the Advantage of Informatica?
- Its GUI tool, Coding in any graphical tool is generally faster than hand code scripting.
Can communicate with all major data sources (mainframe/RDBMS/Flat Files/XML/VSM/SAP etc).
Can handle very large/huge data very effectively.
Users can apply Mappings, extract rules, cleansing rules, transformation rules, aggregation logic and loading rules are in separate objects in an ETL tool. Any change in any of the object will give a minimum impact on another object.
Reusability of the object (Transformation Rules)
Informatica has different “adapters” for extracting data from packaged ERP applications (such as SAP or PeopleSoft).
Availability of resource in the market.
Can be run on Window and Unix environment. - 56. What is InformaticaPowerCenter?
- InformaticaPowerCenter is one of the Enterprise Data Integration products developed by Informatica Corporation. InformaticaPowerCenter is an ETL tool used for extracting data from the source, transforming and loading data into the target.
The Extraction part involves understanding, analyzing and cleaning of the source data.
Transformation part involves cleaning of the data more precisely and modifying the data as per the business requirements.
The loading part involves assigning the dimensional keys and loading into the warehouse. - 57. What is the need of an ETL tool?
- The problem comes with traditional programming languages where you need to connect to multiple sources and you have to handle errors. For this, you have to write complex code. ETL tools provide a ready-made solution for this. You don’t need to worry about handling these things and can concentrate only on coding the requirement part.
Anything related to Informatica it may be Code snippets or Interview Questions or something else that could be useful for Informatica user community.
Saturday, 30 April 2016
57 Tricky Informatica Interview Questions
Labels:
ETL,
Informatica
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment