Top 25 Informatica MDM Interview Questions for Beginners

Category: Posted:May 05, 2017 By: Ashley Morrison

Informatica MDM Interview Questions for Beginners

1. What is MDM?

Master Data Management (MDM) is a comprehensive method of enabling an enterprise to link all of its critical data to one file, called a master file that provides a common point of reference. When properly done, MDM streamlines data sharing among personnel and departments.

2. Has MDM gone mainstream? Do people “get it?”

There is huge awareness of MDM. Gartner recently hosted an MDM conference for the first time [piggy-backing on its CRM conference], and they pulled in about 500 attendees.

As to whether they “get it,” it depends on who you’re talking to. Most of the IT people get it. Business users understand the moniker, but they might or might not understand MDM quite as well. I find that business users often require education in terms of what it can do for them and what value it brings. With IT people, it’s a different conversation; they want to know more about the features and how we differentiate ourselves from the competition.

3. Are you seeing awareness translate into bigger budgets for MDM?

It’s a matter of awareness and the problem becoming urgent. We are seeing budgets increased and greater success in closing deals, particularly in the Pharmaceutical and Financial services industries. Forrester predicts MDM will be $6 billion markets by 2010, which is a 60 percent growth rate over the $1 billion MDM market last year. Gartner forecasted that 70 percent of Global 2000 companies will have an MDM solution by the year 2010. These are pretty big numbers.

4. What are the biggest technical and management challenges in adopting MDM?

Technical folks often have a challenge in data governance in selling the project and getting the funding. Management is looking for a return on investment; they need MDM tied to quantifiable benefits that business leaders understand, like dollar amounts around ROI.

5. What is Data Warehousing?

A Data Warehouse is the main repository of an organization’s historical data, its corporate memory. It contains the raw material for management’s decision support system. The critical factor leading to the use of a data warehouse is that a Data Analyst can perform complex queries and analysis, such as data mining, on the information without slowing down the operational systems. Data warehousing collection of data designed to support management decision-making. Data warehouses contain a wide variety of data that present a coherent picture of business conditions at a single point in time. It is a repository of integrated information, available for queries and analysis.

6. What are fundamental stages of Data Warehousing?

  • Offline Operational Databases – Data warehouses in this initial stage are developed by simply copying the database of an operational system to an off-line server where the processing load of reporting does not impact on the operational system’s performance.
  • Offline Data Warehouse – Data warehouses in this stage of evolution are updated on a regular time cycle (usually daily, weekly or monthly) from the operational systems and the data is stored in an integrated reporting-oriented data structure.
  • Real Time Data Warehouse – Data warehouses at this stage are updated on a transaction or event basis, every time an operational system performs a transaction (e.g. an order or a delivery or a booking etc.)
  • Integrated Data Warehouse – Data warehouses at this stage are used to generate activity or transactions that are passed back into the operational systems for use in the daily activity of the organization.

7. What is Dimensional Modeling?

Dimensional data model concept involves two types of tables and it is different from the third normal form. This concept uses Facts table which contains the measurements of the business and Dimension table which contains the context (dimension of calculation) of the measurements.

8. What is Informatica PowerCenter?

PowerCenter is data integration software of Informatica Corporation which provides an environment that allows loading data into a centralized location such as data warehouse. Data can be extracted from multiple sources can be transformed according to the business logic and can be loaded into files and relation targets.

9. What are the components of Informatica PowerCenter?

Following are the various components of Informatica PowerCenter,

  • PowerCentre Domain
  • PowerCenter Repository
  • Administration Console
  • PowerCenter Client
  • Repository Service
  • Integration service
  • Web Services Hub
  • Data Analyzer
  • Metadata Manager
  • PowerCenter Repository Reports

10. What is a Mapping?

A mapping is a set of source and target definitions linked by transformation objects that define the rules for data transformation. Mappings represent the data flow between sources and targets

11. What is a Mapplet?

A Mapplet is a reusable object that contains a set of transformations and enables to reuse that transformation logic in multiple mappings.

12. What is Transformation?

A transformation is a repository object that generates, modifies or passes data. Transformations in a mapping represent the operations the Integration Service performs on the data. Data passes through transformation ports that are linked in a mapping or mapplet.

Register for a Live Webinar Today

13. Describe the foreign key columns in fact table and dimension table?

  • Foreign keys of dimension tables are primary keys of entity tables.
  • Foreign keys of facts tables are primary keys of Dimension tables.

14. What is Data Mining?

Data Mining is the process of analyzing data from different perspectives and summarizing it into useful information.

15. What is Fact table?

The fact table contains measurements of business processes also fact table contains the foreign keys for the dimension tables. For example, if your business process is “paper production” then “average production of paper by one machine” or “weekly production of paper” would be considered as a measurement of the business process.

16. What is Dimension table?

A dimensional table contains textual attributes of measurements stored in the facts tables. A dimensional table is a collection of hierarchies, categories and logic which can be used for a user to traverse in hierarchy nodes.

17. What are the Different methods of loading Dimension tables?

There are two different ways to load data in dimension tables.

  • Conventional (Slow) – All the constraints and keys are validated against the data before, it is loaded; this way data integrity is maintained.
  • Direct (Fast) – All the constraints and keys are disabled before the data is loaded. Once data is loaded, it is validated against all the constraints and keys. If data is found invalid or dirty it is not included in the index and all future processes are skipped on this data.

18. What are the objects that you can’t use in a mapplet?

  • COBOL source definition
  • Joiner transformations
  • Normalizer transformations
  • Non reusable sequence generator transformations.
  • Pre or post session stored procedures
  • Target definitions
  • Power mart 3.5 styles Look Up functions
  • XML source definitions
  • IBM MQ source definitions

19. What are the different ways to migrate from one environment to another in Informatica?

  • We can export repository and import into the new environment
  • We can use Informatica deployment groups
  • We can Copy folders/objects
  • We can Export each mapping to XML and import in new environment

20. What is the difference between mapping parameter and variable?

A Mapping Parameter is a static value that you define before running the session and its value remains until the end of the session. When we run the session PowerCenter evaluates the value from the parameter and retains the same value throughout the session. When the session run again it reads from the file for its value.

A Mapping Variable is dynamic or changes anytime during the session. PowerCenter reads the initial value of the variable before the start of the session and changes its value by using variable functions and before ending the session its saves the current value (last value held by the variable). Next time when the session runs the variable value is the last saved value in the previous session.

21. How to delete a duplicate record in Informatica?

Following are ways to remove duplicate records

  • In source, qualifier use select distinctly
  • Use Aggregator and group by all fields
  • Override SQL query in Source qualifier

22. What is the different type of repositories that can be created using Informatica Repository Manager?

  • Standalone Repository – A repository which functions individually and is unrelated to any other repositories.
  • Global Repository – A centralized repository in a domain. This repository can contain shared objects across the repositories in a domain. The objects are shared through global shortcuts.
  • Local Repository – A Local repository is within a domain. Local repository can connect to a global repository using global shortcuts and can use objects in its shared folders.

23. How to find all invalid mappings in a folder?

Use the following query

SELECT MAPPING_NAME FROM REP_ALL_MAPPINGS WHERE

SUBJECT_AREA=’YOUR_FOLDER_NAME’ AND PARENT_MAPPING_IS_VALIED <>1

Get Trained in Informatica MDM by Experts

24. What are the data movement modes in Informatica?

A data movement mode determines how power center server handles the character data. We choose the data movement in the Informatica server configuration settings. Two types of data movement modes available in Informatica.

  • ASCII mode
  • Unicode mode

25. What is OLTP & OLAP?

OLTP is an abbreviation of Online Transaction Processing. This system is an application that modifies data the instance it receives and has a large number of concurrent users.

OLAP is an abbreviation of Online Analytical Processing. This system is an application that collects, manages, processes and presents multidimensional data for analysis and management purposes.

24 X 7 Customer Support X

  • us flag 99999999 (Toll Free)
  • india flag +91 9999999