MDM - Informatica Master Data Management Data Stewardship and Workflows Questions and Answers — Questions and Answers
Question 1: A data steward in Informatica MDM is reviewing a merge task for a 'Customer' base object. The task was generated automatically by a match rule. Which of the following is the primary responsibility of the data steward in this scenario?
- To modify the match columns and re-run the match and merge process.
- To validate the potential duplicate records and decide whether to merge, reject the merge, or flag for further investigation. (Correct answer)
- To write a custom API to automate the merging of all records identified by the match rule.
- To approve the task without review, as the system has already identified it as a match.
Correct answer: To validate the potential duplicate records and decide whether to merge, reject the merge, or flag for further investigation.
The core function of a data steward for merge tasks is to apply business knowledge to the potential duplicates identified by the system. They must review the matched records, assess the accuracy of the match, and make an informed decision to either confirm the merge, reject it if the records are not true duplicates, or escalate if more information is needed. [14, 4]
Question 2: An organization wants to implement a two-step approval process for any updates made to a 'Product' Business Entity. A junior data steward can submit a change, which must then be approved by a senior data steward before the record becomes active. Which components in Informatica MDM are essential to configure this workflow?
- Match and Merge rules only.
- State Management on the base object and a custom Java cleanse function.
- ActiveVOS workflow engine, task types for each approval level, and workflow triggers. (Correct answer)
- A message queue and the Services Integration Framework (SIF) APIs.
Correct answer: ActiveVOS workflow engine, task types for each approval level, and workflow triggers.
Implementing multi-step approval workflows requires the ActiveVOS BPM engine integrated with MDM. You need to define different task types for each step in the process (e.g., 'AVOSBeReviewNoApprove', 'AVOSBeFinalReview') and configure workflow triggers that initiate the process when a specific event occurs, such as updating a Product record. [28, 25, 26]
Question 3: Which of the following is a prerequisite for enabling a workflow that automatically creates a task for a data steward when an unmerge action is performed on a record in the E360 UI?
- The base object must have history enabled for all columns.
- A custom workflow process must be designed from scratch in the ActiveVOS Designer.
- The 'BeUnmergeWorkflow' process must be available and deployed in the ActiveVOS console, and a corresponding trigger must be configured. (Correct answer)
- The user performing the unmerge must have administrator-level privileges in the Hub Console.
Correct answer: The 'BeUnmergeWorkflow' process must be available and deployed in the ActiveVOS console, and a corresponding trigger must be configured.
Informatica MDM provides out-of-the-box workflow processes, including 'BeUnmergeWorkflow', which are part of the BeMDMWorkflow.bpr file. To create an unmerge task, this process must be deployed in ActiveVOS, and a workflow trigger must be configured in the Provisioning Tool to initiate this process upon the 'UnMergeBE' event. [2, 22]
Question 4: A data steward is notified that a data quality score for 'Supplier' records has dropped below the acceptable threshold. According to data stewardship best practices, what is the most appropriate initial action?
- Immediately delete all records that do not meet the quality threshold.
- Wait for the next batch load to see if the issue resolves itself.
- Trigger stewardship tasks automatically for the low-quality records and begin root cause analysis. (Correct answer)
- Modify the data quality rules to be less strict so that the score improves.
Correct answer: Trigger stewardship tasks automatically for the low-quality records and begin root cause analysis.
Effective data stewardship involves proactively addressing data quality issues. When a quality threshold is breached, the best practice is to automatically create tasks for data stewards to review the affected records. Simultaneously, the steward should investigate the root cause of the quality decline to prevent future occurrences. [4, 1, 15]
Question 5: In the context of Informatica Data Director (IDD) and ActiveVOS, what is the purpose of configuring 'Task Types' in the Provisioning Tool?
- To define the physical database tables where master data is stored.
- To create new user roles and assign them to data stewards.
- To associate a specific workflow process with user roles and define the actions they can take on a task. (Correct answer)
- To design the user interface layout for the E360 home screen.
Correct answer: To associate a specific workflow process with user roles and define the actions they can take on a task.
Task Types are a critical link in the workflow configuration. They define a specific kind of task (e.g., merge approval, unmerge review) and associate it with the roles that are allowed to claim and act upon it. They also link to the underlying workflow process in ActiveVOS that governs the task's lifecycle. [24, 28, 9]
Question 6: When a workflow is configured to create a merge task, a data steward claims the task in their inbox. Which tool is primarily used by the data steward to review the matched records side-by-side, view trust scores, and execute the merge or reject the task?
- Hub Console - Data Manager
- Provisioning Tool - Application Editor
- Informatica Data Director (IDD) / Entity 360 (E360) UI (Correct answer)
- ActiveVOS Console - Monitor
Correct answer: Informatica Data Director (IDD) / Entity 360 (E360) UI
The Informatica Data Director (IDD) or its modern interface, Entity 360 (E360), is the web-based data governance application designed for business users and data stewards. It provides the user-friendly interface for managing tasks, reviewing potential matches, comparing record details, and making stewardship decisions like merging or unmerging records. [20, 11, 14]
A data steward in Informatica MDM is reviewing a merge task for a 'Customer' base object.
The task was generated automatically by a match rule.
Which of the following is the primary responsibility of the data steward in this scenario?