performance tuning in informatica interview questions

In this Informatica interview questions list, you will come to know the top questions asked in the Informatica job interview. You will learn the difference between a database and a data warehouse, Informatica Workflow Manager, mapping parameter vs mapping variable, and more. Learn Informatica from Intellipaat Informatica Certification Course and fast-track your career!

Performance Tuning & Best Practices in Informatica – In depth Knowledge part 1

40. What are the features of complex mapping?

The features of complex mapping are as follows:

  • There are more numbers of transformations
  • It uses complex business logic
  • 72. Name the other tools used for scheduling purpose other than Workflow Manager and pmcmd.

    ‘CONTROL M’ is a third-party tool used for scheduling purposes.

    10. How can we update a record in the 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 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’ check box.

    Let us assume, we have a target table ‘Customer’ with fields as ‘Customer ID,’ ‘Customer Name,’ and ‘Customer Address.’ Suppose if we want to update ‘Customer Address’ without an Update Strategy, then we have to define ‘Customer ID’ as the primary key at the Informatica level, 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.

    CTA

    FAQ

    What are the performance tuning techniques in Informatica?

    Complete the following tasks to improve session performance:
    • Optimize the target. …
    • Optimize the source. …
    • Optimize the mapping. …
    • Optimize the transformation. …
    • Optimize the session. …
    • Optimize the grid deployments. …
    • Optimize the PowerCenter components. …
    • Optimize the system.

    What is performance bottleneck in Informatica?

    Performance bottlenecks can occur in the source and target databases, the mapping, the session, and the system. The strategy is to identify a performance bottleneck, eliminate it, and then identify the next performance bottleneck until you are satisfied with the performance.

    How does Informatica improve lookup performance?

    If you use a Lookup transformation, perform the following tasks to increase performance:
    1. Use the optimal database driver.
    2. Cache lookup tables.
    3. Optimize the lookup condition.
    4. Filter lookup rows.
    5. Index the lookup table.
    6. Optimize multiple lookups.

    How can we improve the performance of joiner transformation in Informatica?

    Use the following tips to improve session performance with the Joiner transformation:
    1. Designate the master source as the source with fewer duplicate key values. …
    2. Designate the master source as the source with fewer rows. …
    3. Perform joins in a database when possible. …
    4. Join sorted data when possible.

    Related Posts

    Leave a Reply

    Your email address will not be published. Required fields are marked *